Bump Nix version used by Hydra to master

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-01-27 23:28:50 +01:00
parent 37b7b1eaa0
commit 01ef92eb7a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@ let
makeSystem; makeSystem;
inherit (inputs) inherit (inputs)
hydra hydra
nixpkgs; nixpkgs
nix;
}; };
in in
{ {

View file

@ -2,6 +2,7 @@
makeSystem, makeSystem,
nixpkgs, nixpkgs,
hydra, hydra,
nix,
}: }:
makeSystem { makeSystem {
system = "x86_64-linux"; system = "x86_64-linux";
@ -20,7 +21,7 @@ makeSystem {
type.services = {}; type.services = {};
}; };
nix = { nix = {
package = pkgs.nixUnstable; package = nix.packages.${pkgs.stdenv.system}.nix;
loadNixDb = true; loadNixDb = true;
persistNix = "/nix-persist"; persistNix = "/nix-persist";
config = { config = {