Skip to content

Commit

Permalink
Merge pull request #262 from himkt/flake
Browse files Browse the repository at this point in the history
fix(nix): add reference to flake and fix name
  • Loading branch information
himkt authored Dec 5, 2024
2 parents e80e703 + a10a6eb commit ae6a2f1
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 ae6a2f1

Please sign in to comment.