nix enable develop environment

This commit is contained in:
2025-02-23 19:36:03 +08:00
parent 550bbc546c
commit 167954eaa7
11 changed files with 181 additions and 11 deletions

7
shell.nix Normal file
View File

@ -0,0 +1,7 @@
(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2"; }
) {
src = ./.;
}).shellNix