doh
This commit is contained in:
parent
11ed112837
commit
a27820eb99
10
flake.nix
10
flake.nix
|
@ -27,5 +27,15 @@
|
|||
description = "Minimal python flake";
|
||||
welcomeText = "hisss 🐍🐍🐍";
|
||||
};
|
||||
templates.julia = {
|
||||
path = ./julia;
|
||||
description = "Minimal julia flake";
|
||||
welcomeText = ":3";
|
||||
};
|
||||
templates.idris2 = {
|
||||
path = ./idris2;
|
||||
description = "Minimal idris2 flake";
|
||||
welcomeText = "mjau :3";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user