mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 10:07:00 +05:30
parent
360890f57f
commit
b67f8e4b56
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@ with import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; };
|
||||||
mkShell {
|
mkShell {
|
||||||
RUSTFLAGS = "";
|
RUSTFLAGS = "";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(rust-bin.nightly."2022-02-14".default.override {
|
(rust-bin.selectLatestNightlyWith (toolchain:
|
||||||
|
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