Initial commit

This commit is contained in:
Florian RICHER 2025-04-19 18:37:52 +02:00
commit 8ce7c1a8a5
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 141 additions and 0 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