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;
|
makeSystem;
|
||||||
inherit (inputs)
|
inherit (inputs)
|
||||||
hydra
|
hydra
|
||||||
nixpkgs;
|
nixpkgs
|
||||||
|
nix;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue