Update jobsets.nix
Try to make the flake jobset work
This commit is contained in:
parent
87a1170318
commit
d5713c59a2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
jobsets =
|
jobsets =
|
||||||
(concatAttrs (pkgs.lib.concatMap (system: map (version: mkJobsets system version) nixpkgs_version) systems))
|
(concatAttrs (pkgs.lib.concatMap (system: map (version: mkJobsets system version) nixpkgs_version) systems))
|
||||||
// {
|
// {
|
||||||
flake = {
|
nix-packages-flake = {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
hidden = false;
|
hidden = false;
|
||||||
description = "nix-packages flake";
|
description = "nix-packages flake";
|
||||||
|
|
Reference in a new issue