This commit is contained in:
2025-11-15 22:29:55 +08:00
commit ff1fe99133
9 changed files with 370 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
}