pin microvms to the version tag

This commit is contained in:
Grigory Shipunov 2023-07-26 18:00:41 +02:00
parent 7cc81a8133
commit 273c9680f7
2 changed files with 5 additions and 4 deletions

View file

@ -10,7 +10,7 @@
};
microvm = {
url = "github:astro/microvm.nix";
url = "github:astro/microvm.nix/v0.4.0";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";