add compute1-vm

This commit is contained in:
müde 2026-09-12 20:53:03 +02:00
commit d6cf6c5a41
6 changed files with 74 additions and 8 deletions

View file

@ -28,6 +28,10 @@
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
microvm = {
url = "github:astro/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
inputs = {