mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build: Rust 1.82 is released
This commit is contained in:
parent
ea69062a6d
commit
3afa73db52
4 changed files with 14 additions and 14 deletions
|
@ -105,6 +105,10 @@ rec {
|
|||
|
||||
env.RUST_LOG = "blahd=debug,blahctl=debug";
|
||||
};
|
||||
|
||||
without-rust = self.devShells.${system}.default.overrideAttrs (old: {
|
||||
nativeBuildInputs = lib.filter (drv: drv.pname != "rust-default") old.nativeBuildInputs;
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue