changed overlay
This commit is contained in:
parent
a6b7791093
commit
be91e1e877
@ -163,7 +163,12 @@
|
|||||||
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
||||||
extraSpecialArgs = { inherit inputs nix-colors; };
|
extraSpecialArgs = { inherit inputs nix-colors; };
|
||||||
modules = [
|
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
|
./hosts/p-th-rpi-01/home.nix
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user