Add shell.nix for NixOS users
This commit is contained in:
parent
82b7885619
commit
f244c636f8
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…
Reference in a new issue