diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index d4c7111..0144e9b 100644 --- a/default.nix +++ b/default.nix @@ -44,7 +44,7 @@ in rec { touch $out ''; }; - shell = pkgs.mkShell rec { + shell = pkgs.mkShell { name = "website-shell"; buildInputs = projectBuildInputs; shellHook = '' |