From f2f9f40530a43385ca37c802e5cb934a9f5c97ad Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 8 Jan 2024 18:23:08 +0100 Subject: [PATCH] Never mind that --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eae5ffe..d2f10bc 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ }; }; nixosConfigurations = { - wheatley = nixpkgs.legacyPackages.armv7l-linux.nixosSystem { + wheatley = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ # > Our main nixos configuration file <