From a9b9063ee1c3c742f83ca82ec0212228b817e81e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 27 Sep 2025 13:45:46 -0600 Subject: [PATCH] renamed shell to galaxy --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d8def93..d2ac4fb 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,7 @@ workstation = createConfig "workstation" inputs.nixpkgs; miniserver = createConfig "miniserver" 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 { }); devShells.${system} = builtins.listToAttrs (