diff --git a/flake.lock b/flake.lock index bfb1adb0..bb9c903a 100644 --- a/flake.lock +++ b/flake.lock @@ -302,16 +302,15 @@ ] }, "locked": { - "lastModified": 1686081454, - "narHash": "sha256-yXzo/WFIVcpkbR2uCaLBs10T1iGIQn5tFs5MnTDpfaM=", - "owner": "SuperSandro2000", + "lastModified": 1686092477, + "narHash": "sha256-ewXevzxR3FGhI5ip1QX+jCAQW2En9BTwBI9+kGip9DA=", + "owner": "astro", "repo": "microvm.nix", - "rev": "1111118f6e8b846eda193a8c759b5c07280dd0b6", + "rev": "c6416c6b9fed22b71f526720cb120b0218c51b62", "type": "github" }, "original": { - "owner": "SuperSandro2000", - "ref": "merged", + "owner": "astro", "repo": "microvm.nix", "type": "github" } diff --git a/flake.nix b/flake.nix index fdbd2900..42cb6eff 100644 --- a/flake.nix +++ b/flake.nix @@ -98,8 +98,7 @@ }; # hydra-ca.url = "github:mlabs-haskell/hydra/aciceri/ca-derivations"; microvm = { - # url = "github:astro/microvm.nix"; - url = "github:SuperSandro2000/microvm.nix/merged"; + url = "github:astro/microvm.nix"; inputs = { flake-utils.follows = "flake-utils"; nixpkgs.follows = "nixos";