diff --git a/flake.nix b/flake.nix index 2a971ea..eae5ffe 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ }; }; nixosConfigurations = { - wheatley = nixpkgs.legacyPackages.armv7l-linux.lib.nixosSystem { + wheatley = nixpkgs.legacyPackages.armv7l-linux.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ # > Our main nixos configuration file <