feat: add proper A/B schema #1

Merged
rlahfa merged 5 commits from preinit-ab into main 2024-05-24 17:22:46 +02:00
Showing only changes of commit 36527c20ca - Show all commits

View file

@ -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