mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
3 lines
180 B
Nix
3 lines
180 B
Nix
|
# Make `nix-shell` consistent with `nix develop` for when I don't want to use Direnv
|
||
|
(builtins.getFlake ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default
|