Skip to content

Commit

Permalink
fix: make an actually working devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Aug 14, 2024
1 parent 7100e9e commit 412878b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
devShell = pkgs.mkShell {
buildInputs = [
cargo-v5'
(pkgs.rust-bin.nightly.latest.default.override {
extensions = [ "rust-analyzer" "rust-src" "clippy" ];
pkgs.cargo-binutils
(pkgs.rust-bin.nightly."2024-02-07".default.override {
extensions = [ "rust-analyzer" "rust-src" "clippy" "llvm-tools" ];
})
];
};
Expand Down

0 comments on commit 412878b

Please sign in to comment.