1
0
Fork 0

configuration/common: force reigistry pinning for nixpkgs

This commit is contained in:
clerie 2023-05-19 16:15:28 +02:00
parent 6e2537341e
commit b7c8ad09b6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
# 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 = {
nix.registry = lib.mkForce {
"nixpkgs" = {
from = {
type = "indirect";