initial commit

This commit is contained in:
sid 2026-04-16 20:10:03 +02:00
commit 0be2158ea9
20 changed files with 1239 additions and 0 deletions

8
pkgs/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
pkgs ? import <nixpkgs>,
...
}:
{
# example = pkgs.callPackage ./example { };
}