pub-solar-os/overlays/pub-solar/overlay.nix

6 lines
205 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
# You can use this file as a nixpkgs overlay. This is useful in the
# case where you don't want to add the whole NUR namespace to your
# configuration.
self: super: import ./default.nix { pkgs = super; }