setup repo structure (& test system config)

This commit is contained in:
lilly 2025-01-25 22:24:37 +01:00
commit 67c2250833
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
12 changed files with 573 additions and 0 deletions

5
packages/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ flake, pkgs }:
{
# add new packages here as:
# name = pkgs.callPackage ./package-source.nix {};
}