Skip to content

Commit

Permalink
Update rust, disable cargo deb while it's having issues to build on n…
Browse files Browse the repository at this point in the history
…ixpkgs
  • Loading branch information
wykurz committed Nov 14, 2024
1 parent 2c92982 commit 5abd6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
rust_overlay = import (builtins.fetchTarball https://github.com/oxalica/rust-overlay/archive/master.tar.gz);
nixpkgs = import <nixpkgs> { overlays = [ rust_overlay ]; };
myrust = nixpkgs.rust-bin.stable."1.81.0".default.override {
myrust = nixpkgs.rust-bin.stable."1.82.0".default.override {
extensions = [ "rust-analysis" "rust-src" ];
};
in
Expand All @@ -14,7 +14,7 @@ in
binutils
# cargo-audit
cargo-bloat
cargo-deb
# cargo-deb
cargo-deny
cargo-edit
cargo-expand
Expand Down

0 comments on commit 5abd6f1

Please sign in to comment.