add stable nixpkgs to flake registry

This commit is contained in:
Henri Dohmen 2026-04-11 15:49:35 +02:00
parent cc0229578f
commit 2317eda5d3
3 changed files with 21 additions and 1 deletions

View file

@ -16,8 +16,9 @@ with lib;
auto-optimise-store = true;
};
nix.registry = {
hd.flake = inputs.self;
cfg.flake = inputs.self;
nixpkgs.flake = inputs.nixpkgs;
nixpkgs-stable.flake = inputs.nixpkgs-stable;
};
nixpkgs.config.allowUnfree = false;
};