flake.nix: fix hydraJobs

This commit is contained in:
Astro 2021-11-10 00:38:17 +01:00
parent 9bd08e5fd1
commit 11af1343d9
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@
system == nixosSystem.config.system.build.toplevel.system
) self.nixosConfigurations
//
self.packages.${system};
self.packages.${system}
)
};
}