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;
inherit (inputs)
hydra
nixpkgs;
nixpkgs
nix;
};
in
{

View file

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