nixos-config/pkgs/default.nix
2023-01-18 21:29:37 -03:00

6 lines
169 B
Nix

# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs }: {
}