diff options
| author | Grisha Shipunov | 2026-04-10 14:24:10 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2026-04-10 14:30:30 +0200 |
| commit | 0a4a8010a01815cbf3a7b986be75f4f7f44c6931 (patch) | |
| tree | ee4354cf8fec41cebdadcd9af97a15e94d742396 | |
| parent | 8989b5eb47024bec1c8edef92c92394c90ee7c91 (diff) | |
nixpkgs breaking backwards compatibility again! until the next time
| -rw-r--r-- | flake.lock | 11 | ||||
| -rw-r--r-- | flake.nix | 3 |
2 files changed, 8 insertions, 6 deletions
@@ -219,15 +219,16 @@ "spectrum": "spectrum" }, "locked": { - "lastModified": 1775329298, - "narHash": "sha256-xmntQolopr1WwBO5rAC+SKyON+ritVQLUHZdvpjUM90=", - "owner": "astro", + "lastModified": 1775723509, + "narHash": "sha256-ddlxfsjkierAK5CTQ6fXlUs4MZsyZb3qM4mO9+Koei0=", + "owner": "microvm-nix", "repo": "microvm.nix", - "rev": "4a9ff5adcefd23e68de76f33ebc7b3909e06c09b", + "rev": "0a19985c9371e3b9dc0ba0a43b0c57c39cd4397f", "type": "github" }, "original": { - "owner": "astro", + "owner": "microvm-nix", + "ref": "pull/502/head", "repo": "microvm.nix", "type": "github" } @@ -14,7 +14,8 @@ nixos-hardware.url = "github:NixOS/nixos-hardware?ref=master"; microvm = { - url = "github:astro/microvm.nix"; + # url = "github:astro/microvm.nix"; + url = "github:microvm-nix/microvm.nix/pull/502/head"; inputs.nixpkgs.follows = "nixpkgs"; }; |
