From 9a9c187d9b21500f6fd248a3a69c3ec5b70b32b1 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 14 Aug 2024 16:01:55 -0400 Subject: added flakes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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. ''; }; }; -- cgit v1.2.3