TEMP: use base
This commit is contained in:
parent
18e1a2c890
commit
d5211287bd
1 changed files with 6 additions and 7 deletions
|
|
@ -12,6 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
{
|
||||
base,
|
||||
lib,
|
||||
system,
|
||||
config,
|
||||
|
|
@ -78,10 +79,8 @@ in {
|
|||
|
||||
nixpkgs =
|
||||
if contextName == "hosts"
|
||||
then
|
||||
# DEBUG: defaultPkgs
|
||||
{
|
||||
flake.source = lib.mkOverride 200 (defaultPkgs.source or null);
|
||||
then {
|
||||
flake.source = lib.mkOverride 200 base; # DEBUG: temp while getting base to work
|
||||
overlays = lib.mkOverride 200 (defaultPkgs.overlays or {});
|
||||
config = lib.mkOverride 200 (defaultPkgs.config or {});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue