aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-08-14 20:01:55 +0000
committerKumar Damani <me@kumardamani.net>2024-08-14 20:01:55 +0000
commit9a9c187d9b21500f6fd248a3a69c3ec5b70b32b1 (patch)
tree8841a95caf9254a576dadb3d7364f85434154193 /flake.nix
parent61116d82dd381741c91497ea2b51c2f3ad211e93 (diff)
added flakes
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.
'';
};
};