changed overlay

This commit is contained in:
Timo Boomers 2025-05-17 14:04:55 +02:00
parent a6b7791093
commit be91e1e877
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -163,7 +163,12 @@
pkgs = nixpkgs.legacyPackages.aarch64-linux;
extraSpecialArgs = { inherit inputs nix-colors; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
({ config, pkgs, ... }: { nixpkgs.overlays = [ final: prev: {
unstable = import nixpkgs-unstable {
config.allowUnfree = true;
localSystem = { inherit "aarch64-linux"; };
};
} ]; })
./hosts/p-th-rpi-01/home.nix
];