Shell works, also different thing, but cannot rebuild.
This commit is contained in:
@@ -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}; }));
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user