add incus flake

This commit is contained in:
2026-09-03 23:21:05 -05:00
parent 5a281fa911
commit 375326db17
+13
View File
@@ -0,0 +1,13 @@
{
description = "Flake to run services on a VM powered by incus";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs =
{ ... }:
{
};
}