dream2nix/shell.nix

3 lines
174 B
Nix
Raw Normal View History

2023-03-27 07:52:38 +03:00
(import ./default.nix).devShells.${builtins.currentSystem}.default
or (throw "dev-shell not defined. Cannot find flake attribute devShell.${builtins.currentSystem}.default")