1
0

configuration/common: Only force nixpkgs in flake registry

This commit is contained in:
clerie 2024-07-30 10:17:10 +02:00
parent dba711f4a5
commit e767e3177e

View File

@ -39,8 +39,8 @@
# Pin current nixpkgs channel and flake registry to the nixpkgs version
# the host got build with
nix.nixPath = lib.mkForce [ "nixpkgs=${lib.cleanSource pkgs.path}" ];
nix.registry = lib.mkForce {
"nixpkgs" = {
nix.registry = {
"nixpkgs" = lib.mkForce {
from = {
type = "indirect";
id = "nixpkgs";