This commit is contained in:
2026-04-19 09:16:46 -04:00
commit 9a680ec3c0
3 changed files with 160 additions and 0 deletions

2
default.nix Normal file
View File

@@ -0,0 +1,2 @@
with import <nixpkgs> { config.allowUnfree = true; };
callPackage ./package.nix {}