top-level flake edit

This commit is contained in:
rotterdam 2023-04-06 12:31:14 -03:00
parent 11f49ad0d7
commit 5e4fe081d2

View file

@ -3,10 +3,6 @@
outputs = { self }: {
templates = {
shell = {
path = ./shell;
description = "Template for a devShell";
};
package = {
path = ./package;
description = "Template for a nix package";
@ -15,6 +11,10 @@
path = ./rust;
description = "Rust template, using oxalica/rust-overlay";
};
shell = {
path = ./shell;
description = "Template for a devShell";
};
};
};
}