6 lines
205 B
Nix
6 lines
205 B
Nix
|
# 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; }
|