feat: added microvms to flake

This commit is contained in:
Nick 2025-10-28 03:10:31 -05:00
parent 1bf13e57be
commit 7cb2345515
6 changed files with 82 additions and 6 deletions

View file

@ -71,6 +71,10 @@
url = "github:kaylorben/nixcord";
inputs.nixpkgs.follows = "nixpkgs";
};
microvm = {
url = "github:microvm-nix/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
upRootNutrition = {
url = "git+ssh://git@gitlab.com/uprootnutrition/website.git";
};