mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
nix: pin Rust version
This commit is contained in:
parent
f1e2106152
commit
0385f033b2
1 changed files with 3 additions and 4 deletions
|
@ -2,10 +2,9 @@ with import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; };
|
|||
mkShell {
|
||||
RUSTFLAGS = "";
|
||||
buildInputs = [
|
||||
(rust-bin.selectLatestNightlyWith (toolchain:
|
||||
toolchain.default.override {
|
||||
extensions = [ "rust-src" "rustfmt-preview" ];
|
||||
}))
|
||||
(rust-bin.nightly."2022-02-14".default.override {
|
||||
extensions = [ "rust-src" "rustfmt-preview" ];
|
||||
})
|
||||
xorg.libxcb
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue