Try adding legacypackages to the end of the nixpkgs flake config?

This commit is contained in:
Lillian-Violet 2024-01-08 18:20:26 +01:00
parent 5e21cf26d3
commit 16c75de368

View file

@ -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 <