remove erroneous system attribute from nixosConfigurations

pull/55/head
Alexander Tomokhov 2023-11-13 19:52:32 +04:00
parent 80ba7d0bda
commit f440006806
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
lib = nixpkgs.legacyPackages.${system}.lib;
in
{
inherit system;
just-nixos = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; };
modules = [