Skip to content

Commit

Permalink
nixos/profiles/overlays: init
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Mar 12, 2024
1 parent c22b37f commit 4877a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/nixos/profiles/overlays.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# A module for specifically setting the nixpkgs instance with our own overlays.
{ lib, ... }:

{
nixpkgs.overlays = lib.attrValues (import ../../../overlays);
}

0 comments on commit 4877a60

Please sign in to comment.