Add shell.nix for NixOS users
This commit is contained in:
parent
82b7885619
commit
f244c636f8
1 changed files with 9 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "redox";
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
nativeBuildInputs = [ gnumake cmake nasm pkgconfig gcc automake autoconf bison gperf qemu ];
|
||||
buildInputs = [ openssl gettext libtool flex libpng perl perlPackages.HTMLParser ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue