Finished adding package template
This commit is contained in:
parent
868d01d3a1
commit
741dad4df5
3 changed files with 10 additions and 6 deletions
|
|
@ -7,6 +7,10 @@
|
|||
path = ./hello;
|
||||
description = "Template including hello in shell packages";
|
||||
};
|
||||
package = {
|
||||
path = ./package;
|
||||
description = "Template for a nix package";
|
||||
};
|
||||
rust = {
|
||||
path = ./rust;
|
||||
description = "Rust template, using oxalica/rust-overlay";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue