mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
3 lines
174 B
Nix
3 lines
174 B
Nix
(import ./default.nix).devShells.${builtins.currentSystem}.default
|
|
or (throw "dev-shell not defined. Cannot find flake attribute devShell.${builtins.currentSystem}.default")
|