add shells to nix enviroment
This commit is contained in:
parent
0b7812bfd1
commit
91e5630d74
@ -1,6 +1,9 @@
|
||||
with import <nixpkgs> {}; {
|
||||
urchin = stdenv.mkDerivation {
|
||||
name = "urchin";
|
||||
buildInputs = [ busybox ];
|
||||
buildInputs = [
|
||||
busybox
|
||||
bash dash mksh zsh
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user