mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 00:47:01 +05:30
Initial commit
This commit is contained in:
commit
05201d7de7
10 changed files with 640 additions and 0 deletions
10
shell.nix
Normal file
10
shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
with import <nixpkgs> { overlays = [ (import <rust-overlay>) ]; };
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
(rust-bin.selectLatestNightlyWith (toolchain:
|
||||
toolchain.default.override {
|
||||
extensions = [ "rust-analyzer-preview" "rust-src" "rustfmt-preview" ];
|
||||
}))
|
||||
xorg.libxcb
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue