From a704a123ec132357d8ce74c73ed8df550dd28914 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 21 Jul 2024 23:51:45 +0300 Subject: [PATCH] flake: make nix-shell consistent with nix develop --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..aa4ec6c --- /dev/null +++ b/shell.nix @@ -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