Shell works, also different thing, but cannot rebuild.

This commit is contained in:
2025-11-17 22:27:27 +02:00
parent 1824e5cee8
commit 8c14f0bfbb
9 changed files with 52 additions and 11 deletions
+2 -1
View File
@@ -62,6 +62,7 @@
};
#TODO this is probably unsupported
shells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system} // outputs.packages.${system} // outputs.azos-packages.${system};}));
#TODO the devshells do not know of the new packages.
devShells = forAllSystems (system: ((import ./shells) {pkgs = nixpkgs.legacyPackages.${system}; }));
};
}