Skip to content

Commit

Permalink
fix(nix): add reference to flake and fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 5, 2024
1 parent e80e703 commit a10a6eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
outputs = { self, ... }:
{
templates = {
devenv-uv = {
devenv-uv = {
path = ./nix/template.d/devenv-uv;
description = "devenv template with uv";
};
devenv-node = {
path = ./nix/template.d/devenv-node;
description = "devenv template with node and pnpm";
};
};
};
}
File renamed without changes.
File renamed without changes.

0 comments on commit a10a6eb

Please sign in to comment.