flake: make nix-shell consistent with nix develop

This commit is contained in:
raf 2024-07-21 23:51:45 +03:00
parent 342fb2e7cb
commit a704a123ec
Signed by: NotAShelf
GPG key ID: AF26552424E53993

2
shell.nix Normal file
View file

@ -0,0 +1,2 @@
# 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