nixos-anywhere-example/flake.nix

9 lines
136 B
Nix
Raw Permalink Normal View History

2023-08-08 19:48:43 +02:00
{
2023-08-16 15:19:40 +02:00
outputs = {...}: {
templates.default = {
description = "A nixos-anywhere example";
path = ./template;
2023-08-08 19:48:43 +02:00
};
};
}