14 lines
183 B
Nix
14 lines
183 B
Nix
{
|
|
description = "Flake to run services on a VM powered by incus";
|
|
|
|
inputs = {
|
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
|
};
|
|
|
|
outputs =
|
|
{ ... }:
|
|
{
|
|
|
|
};
|
|
}
|