This commit is contained in:
2025-05-01 13:53:39 +02:00
commit 0fbf25d214
47 changed files with 7539 additions and 0 deletions

5
default.nix Normal file
View File

@@ -0,0 +1,5 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.callPackage ./derivation.nix { }