From f4400068062e02c364b2cd31eed41be47bc51b25 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Mon, 13 Nov 2023 19:52:32 +0400 Subject: [PATCH] remove erroneous system attribute from nixosConfigurations --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index df9c991..68fbc85 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,6 @@ lib = nixpkgs.legacyPackages.${system}.lib; in { - inherit system; just-nixos = nixpkgs.lib.nixosSystem { specialArgs = { inherit system; }; modules = [