Initial commit
This commit is contained in:
commit
3d7f813ffb
5 changed files with 56 additions and 0 deletions
11
flake.nix
Normal file
11
flake.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
description = "My collection of flake templates";
|
||||
|
||||
outputs = { self }: {
|
||||
templates = {
|
||||
rust = {
|
||||
path = ./rust;
|
||||
description = "Rust template, using oxalica/rust-overlay";
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue