nixos/common: Update registry to point to nixpkgs flake
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, pkgs', inputs, config, ... }:
|
{ lib, pkgsFlake, pkgs, pkgs', inputs, config, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf mkDefault mkMerge;
|
inherit (lib) mkIf mkDefault mkMerge;
|
||||||
inherit (lib.my) mkDefault';
|
inherit (lib.my) mkDefault';
|
||||||
@@ -53,7 +53,7 @@ in
|
|||||||
pkgs = {
|
pkgs = {
|
||||||
to = {
|
to = {
|
||||||
type = "path";
|
type = "path";
|
||||||
path = "${pkgs.path}";
|
path = "${pkgsFlake}";
|
||||||
};
|
};
|
||||||
exact = true;
|
exact = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user