From 016f479090fb63d1ca4e6674fd8d462112f64edc Mon Sep 17 00:00:00 2001 From: DavHau Date: Mon, 27 Mar 2023 12:52:38 +0800 Subject: [PATCH] fix: fix shell.nix --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")