summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-07-26 18:00:41 +0200
committerGrigory Shipunov2023-07-26 18:00:41 +0200
commit273c9680f7e95a223554366707abd6247d04e513 (patch)
tree52a088996bd2f31fdb1bcde326645e37e4ddc897 /flake.nix
parent7cc81a8133a2b0067519ac4c7077aa855cf1a6b6 (diff)
pin microvms to the version tag
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 cee5bbe..0111324 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";