diff --git a/flake.nix b/flake.nix index f23b87fe..fdbd2900 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,8 @@ }; # hydra-ca.url = "github:mlabs-haskell/hydra/aciceri/ca-derivations"; microvm = { - url = "github:astro/microvm.nix"; + # url = "github:astro/microvm.nix"; + url = "github:SuperSandro2000/microvm.nix/merged"; inputs = { flake-utils.follows = "flake-utils"; nixpkgs.follows = "nixos"; @@ -680,7 +681,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixos = inputs.nixos-22-11; }; server7 = nixosSystem' { @@ -691,7 +691,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixos = inputs.nixos-22-11; }; server8 = nixosSystem' { @@ -702,7 +701,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixos = inputs.nixos-22-11; }; server9 = nixosSystem' { @@ -714,7 +712,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixos = inputs.nixos-22-11; }; server10 = nixosSystem' { @@ -726,7 +723,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixos = inputs.nixos-22-11; }; spaceapi = nixosSystem' {