1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 22:41:08 +01:00

Add hydraJobs.tests.nix-serve

This commit is contained in:
Robert Hensing 2024-09-18 18:06:53 +02:00
parent cf5592c66a
commit 97bd6ebfed
4 changed files with 21 additions and 0 deletions

View file

@ -139,6 +139,12 @@
nix = final.nixComponents.nix;
nix-serve =
prev.nix-serve.override {
# undo potential version pinning
nix = final.nix;
};
# See https://github.com/NixOS/nixpkgs/pull/214409
# Remove when fixed in this flake's nixpkgs
pre-commit =