1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-17 16:37:26 -04:00

Use the lazy-trees branch of Nix

This commit is contained in:
Eelco Dolstra 2022-11-16 17:05:00 +01:00
parent 14d4624dc2
commit 0118770092
3 changed files with 8 additions and 8 deletions

View file

@ -23,16 +23,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1661606874,
"narHash": "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=",
"owner": "NixOS",
"lastModified": 1668607642,
"narHash": "sha256-lNnk5thRq43XPcA+5KwoHgdsKf3urmE4B2xzHokVMbc=",
"owner": "edolstra",
"repo": "nix",
"rev": "11e45768b34fdafdcf019ddbd337afa16127ff0f",
"rev": "561440bd6ddebd53d7b42bced22cb78fd607a6de",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "2.11.0",
"owner": "edolstra",
"ref": "lazy-trees",
"repo": "nix",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "A Nix-based continuous build system";
inputs.nixpkgs.follows = "nix/nixpkgs";
inputs.nix.url = "github:NixOS/nix/2.11.0";
inputs.nix.url = "github:edolstra/nix/lazy-trees";
outputs = { self, nixpkgs, nix }:
let

View file

@ -129,7 +129,7 @@ static void worker(
LockFlags {
.updateLockFile = false,
.useRegistries = false,
.allowMutable = false,
.allowUnlocked = false,
});
callFlake(state, lockedFlake, *vFlake);