revamped nix for scalability

This commit is contained in:
2024-04-16 21:37:22 +02:00
parent 06fd8714f9
commit 5e9a68a9d5
13 changed files with 635 additions and 377 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 { };
}