Try adding legacypackages to the end of the nixpkgs flake config?
This commit is contained in:
parent
539c6b09c4
commit
7dbfdf7724
|
@ -106,7 +106,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
wheatley = nixpkgs.lib.nixosSystem {
|
wheatley = nixpkgs.legacyPackages.armv7l-linux.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
modules = [
|
||||||
# > Our main nixos configuration file <
|
# > Our main nixos configuration file <
|
||||||
|
|
Loading…
Reference in a new issue