renamed hello template to shell
This commit is contained in:
parent
741dad4df5
commit
11f49ad0d7
3 changed files with 4 additions and 4 deletions
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
outputs = { self }: {
|
outputs = { self }: {
|
||||||
templates = {
|
templates = {
|
||||||
hello = {
|
shell = {
|
||||||
path = ./hello;
|
path = ./shell;
|
||||||
description = "Template including hello in shell packages";
|
description = "Template for a devShell";
|
||||||
};
|
};
|
||||||
package = {
|
package = {
|
||||||
path = ./package;
|
path = ./package;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Flake template for a nix shell with packages";
|
description = "Template for a devShell";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue