1
0
Fork 0
dotfiles/v2/pkgs/default.nix
2026-02-12 09:02:09 +01:00

5 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 { };
}