diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,9 +14,9 @@ systems = nixpkgs.lib.systems.flakeExposed; perSystem = { config, self', inputs', pkgs, system, ... }: { devenv.shells.website = { - packages = [ pkgs.hugo pkgs.awscli ]; + packages = [ pkgs.awscli ]; enterShell = '' - echo this is my hugo website project shell. + echo this is my static website project shell. ''; }; }; |
