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