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:
parent
cf5592c66a
commit
97bd6ebfed
4 changed files with 21 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue