mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Bump Nix version used by Hydra to master
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
37b7b1eaa0
commit
01ef92eb7a
|
@ -5,7 +5,8 @@ let
|
|||
makeSystem;
|
||||
inherit (inputs)
|
||||
hydra
|
||||
nixpkgs;
|
||||
nixpkgs
|
||||
nix;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue