Playing with templates?
This commit is contained in:
parent
666182e699
commit
deaad9e095
2 changed files with 8 additions and 0 deletions
|
@ -170,6 +170,8 @@
|
|||
diskoConfigurations = import ./disko;
|
||||
};
|
||||
|
||||
templates = import ./templates/all.nix;
|
||||
|
||||
nixConfig = {
|
||||
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