Initial commit

This commit is contained in:
2023-12-16 17:03:40 +08:00
commit 5995c2050b
9 changed files with 597 additions and 0 deletions

5
pkgs/default.nix Normal file
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 { };
}