diff --git a/shell.nix b/shell.nix index a1573e9d..b1b3d158 100644 --- a/shell.nix +++ b/shell.nix @@ -1,2 +1,2 @@ -(import ./default.nix {}).devShells.${builtins.currentSystem}.default -or throw "dev-shell not defined. Cannot find flake attribute devShell.${builtins.currentSystem}.default" +(import ./default.nix).devShells.${builtins.currentSystem}.default +or (throw "dev-shell not defined. Cannot find flake attribute devShell.${builtins.currentSystem}.default")