diff --git a/flake.lock b/flake.lock index 021901a..3f8c685 100644 --- a/flake.lock +++ b/flake.lock @@ -126,11 +126,11 @@ ] }, "locked": { - "lastModified": 1766881808, - "narHash": "sha256-JR7A2xS3EBPWFeONzhqez5vp7nKEsp7eLj2Ks210Srk=", + "lastModified": 1766936966, + "narHash": "sha256-LfixPDPlysn7sAUVyHEL8sjzgoYv2abDLoCxAlzY440=", "owner": "nix-community", "repo": "home-manager", - "rev": "d2e0458d6531885600b346e161c38790dc356fa8", + "rev": "80cca72314c3b18896f2a412f2f070d17810b45f", "type": "github" }, "original": { @@ -230,13 +230,13 @@ "locked": { "lastModified": 1766664413, "narHash": "sha256-zP/5t+ZDVSjflXalMu8aN5vCb2HuoNMRGeP3FzLKJOM=", - "owner": "astro", + "owner": "microvm-nix", "repo": "microvm.nix", "rev": "a4c90d904703096b51abcb5d09417d98604c5f30", "type": "github" }, "original": { - "owner": "astro", + "owner": "microvm-nix", "repo": "microvm.nix", "type": "github" } @@ -318,11 +318,11 @@ ] }, "locked": { - "lastModified": 1766934650, - "narHash": "sha256-QhIK1bJ7ezai4WBobP7QTik5HZjpkzWzIJ/Cx/25vA8=", + "lastModified": 1766935651, + "narHash": "sha256-jPwsAYFSw1Bi8hpnoqM2tFcJQYDF7pwyuR/4CqI6iSg=", "owner": "noctalia-dev", "repo": "noctalia-shell", - "rev": "e8a97f87d42908fae922712b9434b2b40915efd7", + "rev": "28694379e80ebcf636df02817b3878749520d6ca", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1111276..fb6d8a1 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; microvm = { - url = "github:astro/microvm.nix"; + url = "github:microvm-nix/microvm.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -69,7 +69,7 @@ } @ inputs: rec { inherit (self) outputs; systems = [ - "aarch64-linux" +# "aarch64-linux" "x86_64-linux" ];