Files
nixos-config/pkgs/default.nix
Alexander Szczepanski 4298f9dc77 desktop-2024-08-30-13-22-30
2024-08-30 13:22:30 +02: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 { };
}