aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 03a0bee..16aa3fb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
with import <nixpkgs> {};
mkShell {
- inherit (import ./. {}) buildInputs nativeBuildInputs;
+ inherit (import ./default.nix {}) buildInputs nativeBuildInputs;
}