summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-05-13 16:46:02 +0200
committerGrisha Shipunov2025-05-13 16:46:02 +0200
commit0dace854c13d3a2460643c22970a5cded78a30c9 (patch)
treee694cb251b0dfb32fe4ff68cb11b6acbbeb8afa1 /flake.nix
parent101a1be65fcf6af201e0f4e4a1f8d1c6f9ebb97a (diff)
update microvm
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 031e368..072d6ab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
microvm = {
- url = "github:astro/microvm.nix/v0.5.0";
+ url = "github:astro/microvm.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";