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