Skip to content

Commit

Permalink
fix: fix shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Mar 27, 2023
1 parent 76863ca commit 016f479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 016f479

Please sign in to comment.