From 3fd01411a1b99cbf10de7159f6514bf524862a58 Mon Sep 17 00:00:00 2001 From: foxora Date: Mon, 16 Feb 2026 02:30:26 +0000 Subject: [PATCH] added microvm as input --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3735804..642c634 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,16 @@ url = "github:emilelcb/Cerulean"; inputs = { systems.follows = "systems"; - nixpkgs.follows = "nixpkgs"; + nixpkgs.follows = "nixpkgs-unstable"; nixpkgs-unstable.follows = "nixpkgs-unstable"; }; }; + microvm = { + url = "github:microvm-nix/microvm.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + cachyos.url = "github:xddxdd/nix-cachyos-kernel"; nix-alien = {