Clean up base role
This commit is contained in:
parent
83cd92035b
commit
f4c6c70d67
9 changed files with 242 additions and 186 deletions
7
overlays/_nix-path/overlays.nix
Normal file
7
overlays/_nix-path/overlays.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
self: super:
|
||||
with super.lib;
|
||||
let
|
||||
# Load the system wide overlays
|
||||
overlays = (import <nixpkgs/nixos> { }).config.nixpkgs.overlays;
|
||||
# Apply all overlays to the input of the current "main" overlay
|
||||
in foldl' (flip extends) (_: super) overlays self
|
Loading…
Add table
Add a link
Reference in a new issue