Skip to content

Commit

Permalink
Remove templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 1, 2023
1 parent 61b8473 commit 320a520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
};
})
(builtins.attrNames versions));
templates.default = {
description = "TODO";
path = ./templates/default;
};
# templates.default = {
# description = "TODO";
# path = ./templates/default;
# };
}) // {
lib.packageFromVersion = { system, version }: self.packages.${system}.${mkPackageName version};
};
Expand Down

0 comments on commit 320a520

Please sign in to comment.