summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2026-04-10 14:24:10 +0200
committerGrisha Shipunov2026-04-10 14:30:30 +0200
commit0a4a8010a01815cbf3a7b986be75f4f7f44c6931 (patch)
treeee4354cf8fec41cebdadcd9af97a15e94d742396
parent8989b5eb47024bec1c8edef92c92394c90ee7c91 (diff)
nixpkgs breaking backwards compatibility again! until the next time
-rw-r--r--flake.lock11
-rw-r--r--flake.nix3
2 files changed, 8 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 3047d03..385388d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
diff --git a/flake.nix b/flake.nix
index ce34e44..1a8d702 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};