forked from DGNum/liminix
chore(shell): add a deployEnv
shell
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
59d6640343
commit
36527c20ca
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@ in {
|
|||
# cross-compiling nix-shell for any package we're customizing
|
||||
inherit pkgs;
|
||||
|
||||
deployEnv = pkgs.mkShell {
|
||||
packages = with pkgs.pkgsBuildBuild; [
|
||||
tufted
|
||||
min-copy-closure
|
||||
];
|
||||
};
|
||||
|
||||
buildEnv = pkgs.mkShell {
|
||||
packages = with pkgs.pkgsBuildBuild; [
|
||||
tufted
|
||||
|
|
Loading…
Reference in a new issue