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
|
# cross-compiling nix-shell for any package we're customizing
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
|
deployEnv = pkgs.mkShell {
|
||||||
|
packages = with pkgs.pkgsBuildBuild; [
|
||||||
|
tufted
|
||||||
|
min-copy-closure
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
buildEnv = pkgs.mkShell {
|
buildEnv = pkgs.mkShell {
|
||||||
packages = with pkgs.pkgsBuildBuild; [
|
packages = with pkgs.pkgsBuildBuild; [
|
||||||
tufted
|
tufted
|
||||||
|
|
Loading…
Reference in a new issue