about summary refs log tree commit diff
path: root/pkgs/top-level/nixpkgs-basic-release-checks.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-01-12release-checks: remove unnecessary escapeK9001-1/+1
2023-04-30tarball job: tag both derivations as big-parallelVladimír Čunát1-1/+7
The aim here is to avoid exhausting RAM of our normal machines on hydra.nixos.org. See #227945 for details.
2023-01-16treewide: remove usages of header and stopNestArtturin1-1/+1
they're obsolete
2022-07-04nixpkgs-basic-release-checks: check for case-insensitive path conflictsAndrew Childs1-0/+8
2022-02-05nixpkgs-basic-release-checks.nix: print errorsmilahu1-6/+16
2022-01-24Check that nix-env output doesn't depend on the Nixpkgs locationEelco Dolstra1-10/+21
2022-01-10nixpkgs-basic-release-checks: Print trace on lib.warnRobert Hensing1-0/+5
2021-11-10nixpkgs-basic-release-checks: check for use of url literalsDominik Xaver Hörl1-0/+2
Nixpkgs should not rely on that deprecated feature.
2021-11-09nixpkgs-basic-release-checks: set NIX_STORE_DIRBernardo Meurer1-1/+2
With nix 2.4 the fact that we set NIX_STATE_DIR, but kept the original store became a hard error. We work around it here by forcing the use of a fresh, sandbox-local, store. See regnat's wonderful analysis for more information: https://github.com/NixOS/nix/issues/5495#issuecomment-963949707
2021-08-15nixpkgs-basic-release-checks: Check without aliasesRobert Hensing1-0/+2
This allows the aliases file to produce deprecation warnings without triggering the check against warnings. This allows for a better user experience when deprecations occur. Moreover, Nixpkgs itself shouldn't rely on its backcompat aliases.
2021-07-07GHA: add basic eval checksDomen Kožar1-0/+53