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 /flake.nix | |
| parent | 8989b5eb47024bec1c8edef92c92394c90ee7c91 (diff) | |
nixpkgs breaking backwards compatibility again! until the next time
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; }; |
