top-level flake edit
This commit is contained in:
parent
11f49ad0d7
commit
5e4fe081d2
1 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,6 @@
|
||||||
|
|
||||||
outputs = { self }: {
|
outputs = { self }: {
|
||||||
templates = {
|
templates = {
|
||||||
shell = {
|
|
||||||
path = ./shell;
|
|
||||||
description = "Template for a devShell";
|
|
||||||
};
|
|
||||||
package = {
|
package = {
|
||||||
path = ./package;
|
path = ./package;
|
||||||
description = "Template for a nix package";
|
description = "Template for a nix package";
|
||||||
|
|
@ -15,6 +11,10 @@
|
||||||
path = ./rust;
|
path = ./rust;
|
||||||
description = "Rust template, using oxalica/rust-overlay";
|
description = "Rust template, using oxalica/rust-overlay";
|
||||||
};
|
};
|
||||||
|
shell = {
|
||||||
|
path = ./shell;
|
||||||
|
description = "Template for a devShell";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue