nix environment with busybox
This commit is contained in:
parent
81b028d546
commit
0b7812bfd1
6
default.nix
Normal file
6
default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
with import <nixpkgs> {}; {
|
||||||
|
urchin = stdenv.mkDerivation {
|
||||||
|
name = "urchin";
|
||||||
|
buildInputs = [ busybox ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user