mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-02-22 11:28:02 +00:00
2 lines
180 B
Nix
2 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
|