feat: add proper A/B schema #1
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