Playing with templates?
This commit is contained in:
parent
666182e699
commit
deaad9e095
|
@ -170,6 +170,8 @@
|
||||||
diskoConfigurations = import ./disko;
|
diskoConfigurations = import ./disko;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
templates = import ./templates/all.nix;
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-experimental-features = ["nix-command" "flakes"];
|
extra-experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
|
|
6
templates/all.nix
Normal file
6
templates/all.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
rust = {
|
||||||
|
path = ./rust;
|
||||||
|
description = "A template for working on a Rust project";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue