mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 18:57:02 +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 {
|
mkShell {
|
||||||
RUSTFLAGS = "";
|
RUSTFLAGS = "";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(rust-bin.selectLatestNightlyWith (toolchain:
|
(rust-bin.nightly."2022-02-14".default.override {
|
||||||
toolchain.default.override {
|
extensions = [ "rust-src" "rustfmt-preview" ];
|
||||||
extensions = [ "rust-src" "rustfmt-preview" ];
|
})
|
||||||
}))
|
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue