mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/profiles/overlays: init
This commit is contained in:
parent
c22b37f8e9
commit
4877a6074e
6
modules/nixos/profiles/overlays.nix
Normal file
6
modules/nixos/profiles/overlays.nix
Normal file
@ -0,0 +1,6 @@
|
||||
# A module for specifically setting the nixpkgs instance with our own overlays.
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = lib.attrValues (import ../../../overlays);
|
||||
}
|
Loading…
Reference in New Issue
Block a user