fix templates
This commit is contained in:
parent
fd9a64cc5b
commit
e2c38ef18e
10
flake.nix
10
flake.nix
@ -98,11 +98,11 @@
|
|||||||
# to pass through arguments to home.nix
|
# to pass through arguments to home.nix
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
};
|
};
|
||||||
};
|
templates = {
|
||||||
templates = {
|
rust = {
|
||||||
rust = {
|
path = ./templates/rust;
|
||||||
path = ./templates/rust;
|
description = "A simple rust binary template";
|
||||||
description = "A simple rust binary template";
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user