mirror of
https://github.com/rm-dr/daisy
synced 2025-04-09 06:43:17 -07:00
Added shell.nix
This commit is contained in:
parent
11b5cd877a
commit
80b1c76c59
11
shell.nix
Normal file
11
shell.nix
Normal file
@ -0,0 +1,11 @@
|
||||
let
|
||||
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/f155f0cf4ea43c4e3c8918d2d327d44777b6cad4.tar.gz") {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
m4
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user