mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-21 21:22:23 +03:00
fix: fix shell.nix
This commit is contained in:
parent
76863ca023
commit
016f479090
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user