summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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 = ''