Add overlay wrapper for custom overlay

pull/30/head
Simon Bruder 2021-01-07 17:17:43 +01:00
parent e2d93ea30e
commit f5b383ddbc
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

3
pkgs/overlays.nix Normal file
View 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) ]