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

7
flake.lock generated
View file

@ -28,15 +28,16 @@
]
},
"locked": {
"lastModified": 1690231039,
"narHash": "sha256-O5mIDXhe4FAEdRpoVxVtg003/UUNweUTu14cdNT8SLE=",
"lastModified": 1688933605,
"narHash": "sha256-eux5CjKmO+6GFoovtckoVo0es1FZ2mzupehDyHuCaCk=",
"owner": "astro",
"repo": "microvm.nix",
"rev": "062fd71f2a8f25c5d80864eb99bdff98e1684efb",
"rev": "018691bf86a70b7e5d24eb37d6aad05ce1c1b12e",
"type": "github"
},
"original": {
"owner": "astro",
"ref": "v0.4.0",
"repo": "microvm.nix",
"type": "github"
}

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";