Skip to content

Commit

Permalink
Remove flake.lock from the default template
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 1, 2023
1 parent 4f9d34d commit 829a729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 135 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
templates/*/flake.lock
result
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
131 changes: 0 additions & 131 deletions templates/default/flake.lock

This file was deleted.

0 comments on commit 829a729

Please sign in to comment.