This commit is contained in:
Your Name
2025-07-18 12:33:26 +08:00
commit cab865dff3
9 changed files with 372 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 { };
}