diff options
| author | Grisha Shipunov | 2025-12-24 21:04:19 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-12-24 21:04:19 +0100 |
| commit | e0542a7f8371cb0269ccbacd3f88d21489f37bae (patch) | |
| tree | 9bb89e061dba8ec768b993e11e7f01a0602e4598 | |
| parent | 6050dd1522f0dea8a351ff09c7c6e997eec59c8f (diff) | |
microvm don't use utils anymore
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,10 +15,7 @@ microvm = { url = "github:astro/microvm.nix"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; lanzaboote = { |
