nix setup

This commit is contained in:
Robin Appelman 2026-02-08 20:10:05 +01:00
commit 28ba46ec1a
8 changed files with 301 additions and 1 deletions

3
nix/overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
demostf-cleanup = final.callPackage ./package.nix {};
}