tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cedille: set no hydra platforms
(cdep)illabout
4 years ago
29908263
ff0c051d
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
cedille
default.nix
+1
pkgs/applications/science/logic/cedille/default.nix
···
56
# Broken due to Agda update. See
57
# https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881107449.
58
broken = true;
0
59
};
60
}
···
56
# Broken due to Agda update. See
57
# https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881107449.
58
broken = true;
59
+
hydraPlatforms = platforms.none;
60
};
61
}