diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 20:01:55 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 20:01:55 +0000 |
| commit | 9a9c187d9b21500f6fd248a3a69c3ec5b70b32b1 (patch) | |
| tree | 8841a95caf9254a576dadb3d7364f85434154193 /flake.nix | |
| parent | 61116d82dd381741c91497ea2b51c2f3ad211e93 (diff) | |
added flakes
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. ''; }; }; |
