diff options
| author | Grigory Shipunov | 2023-07-26 18:00:41 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-07-26 18:00:41 +0200 |
| commit | 273c9680f7e95a223554366707abd6247d04e513 (patch) | |
| tree | 52a088996bd2f31fdb1bcde326645e37e4ddc897 /flake.nix | |
| parent | 7cc81a8133a2b0067519ac4c7077aa855cf1a6b6 (diff) | |
pin microvms to the version tag
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
