aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0a5a069..02875d0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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.
'';
};
};