This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/pkgs/default.nix

5 lines
174 B
Nix
Raw Normal View History

2024-08-04 06:26:01 +00:00
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
2024-08-04 06:26:01 +00:00
}