Update jobsets.nix

Try to make the flake jobset work
This commit is contained in:
Charlotte 🦝 Delenk 2023-01-26 09:50:42 +01:00 committed by GitHub
parent 87a1170318
commit d5713c59a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@
jobsets =
(concatAttrs (pkgs.lib.concatMap (system: map (version: mkJobsets system version) nixpkgs_version) systems))
// {
flake = {
nix-packages-flake = {
enabled = 1;
hidden = false;
description = "nix-packages flake";