Files
nix-config/pkgs/default.nix
Chloe Hawthorne c5b252cd10 Initial Commit
2024-12-27 14:32:28 +11:00

6 lines
175 B
Nix

# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
}