summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-12-24 21:04:19 +0100
committerGrisha Shipunov2025-12-24 21:04:19 +0100
commite0542a7f8371cb0269ccbacd3f88d21489f37bae (patch)
tree9bb89e061dba8ec768b993e11e7f01a0602e4598
parent6050dd1522f0dea8a351ff09c7c6e997eec59c8f (diff)
microvm don't use utils anymore
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index b55a95d..408a739 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,10 +15,7 @@
microvm = {
url = "github:astro/microvm.nix";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "flake-utils";
- };
+ inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {