Skip to content

Commit

Permalink
load extern overlays first
Browse files Browse the repository at this point in the history
  • Loading branch information
codygman committed Mar 2, 2021
1 parent a04b018 commit fb1458d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ in
};
})
]
++ (attrValues self.overlays)
++ extern.overlays;
++ extern.overlays
++ (attrValues self.overlays);
in
{ pkgs = pkgImport nixos overlays system; }
)
Expand Down

0 comments on commit fb1458d

Please sign in to comment.