Add overlay wrapper for custom overlay
This commit is contained in:
parent
e2d93ea30e
commit
f5b383ddbc
3
pkgs/overlays.nix
Normal file
3
pkgs/overlays.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# This allows using nix cli tools to build a package from the overlay without running nixos-rebuild:
|
||||||
|
# nix run -I nixpkgs-overlays=./pkgs/overlays.nix nixpkgs.overlay-pkg
|
||||||
|
[ (import ./default.nix) ]
|
Loading…
Reference in a new issue