renamed shell to galaxy
This commit is contained in:
parent
dd2b84f3f9
commit
a9b9063ee1
@ -99,7 +99,7 @@
|
|||||||
workstation = createConfig "workstation" inputs.nixpkgs;
|
workstation = createConfig "workstation" inputs.nixpkgs;
|
||||||
miniserver = createConfig "miniserver" inputs.nixpkgs-small;
|
miniserver = createConfig "miniserver" inputs.nixpkgs-small;
|
||||||
server = createConfig "server" inputs.nixpkgs-small;
|
server = createConfig "server" inputs.nixpkgs-small;
|
||||||
shell = createConfig "shell" inputs.nixpkgs;
|
galaxy = createConfig "galaxy" inputs.nixpkgs-small;
|
||||||
};
|
};
|
||||||
packages.${system} = (jawz-scripts.packages.${system} or { });
|
packages.${system} = (jawz-scripts.packages.${system} or { });
|
||||||
devShells.${system} = builtins.listToAttrs (
|
devShells.${system} = builtins.listToAttrs (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user