mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
wrapper-manager-fds: add overlays in the user entrypoint
This commit is contained in:
parent
af90ee1db2
commit
9d5c5be409
@ -17,4 +17,7 @@
|
|||||||
|
|
||||||
lib = import ./lib/env.nix;
|
lib = import ./lib/env.nix;
|
||||||
wrapperManagerLib = ./lib;
|
wrapperManagerLib = ./lib;
|
||||||
|
overlays.default = final: prev: {
|
||||||
|
wrapperManagerLib = import ./lib { pkgs = final; };
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -127,6 +127,9 @@ in
|
|||||||
wrapperManagerLib.env.build { }
|
wrapperManagerLib.env.build { }
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* `overlays` is a set of nixpkgs overlays to be applied by the user.
|
||||||
|
So far, there's only one overlay called `default` containing the wrapper-manager library set.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[#getting-started]
|
[#getting-started]
|
||||||
|
Loading…
Reference in New Issue
Block a user