mirror of
https://codeberg.org/privacy1st/nixos-anywhere-example
synced 2024-11-20 21:58:06 +01:00
9 lines
136 B
Nix
9 lines
136 B
Nix
{
|
|
outputs = {...}: {
|
|
templates.default = {
|
|
description = "A nixos-anywhere example";
|
|
path = ./template;
|
|
};
|
|
};
|
|
}
|