feat(nix): add shell.nix

This commit is contained in:
doprz 2026-01-05 22:17:11 -06:00
parent effbe115a5
commit f00ae44ec7
No known key found for this signature in database

10
shell.nix Normal file
View File

@ -0,0 +1,10 @@
(import (
let
rev = "v1.1.0";
sha256 = "sha256:19d2z6xsvpxm184m41qrpi1bplilwipgnzv9jy17fgw421785q1m";
in
fetchTarball {
inherit sha256;
url = "https://github.com/NixOS/flake-compat/archive/${rev}.tar.gz";
}
) { src = ./.; }).shellNix