Skip to content

Commit a5e30af

Browse files
committed
Revert "Remove shell.nix, use 'nix develop' instead"
This reverts commit 9870b61.
1 parent 8123d46 commit a5e30af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

shell.nix

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(import
2+
(
3+
let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in
4+
fetchTarball {
5+
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
6+
sha256 = lock.nodes.flake-compat.locked.narHash;
7+
}
8+
)
9+
{ src = ./.; }
10+
).shellNix

0 commit comments

Comments
 (0)