Skip to content

Commit

Permalink
run flakes tools only on .
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jun 27, 2023
1 parent daa585d commit 66d9177
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@

flakesTools = (mkFlakesTools (
[
(subDirectories ./. "source-flake")
(subDirectories ./. "language-tools")
(subDirectories ./. "templates/codium")
# (subDirectories ./. "source-flake")
# (subDirectories ./. "language-tools")
# (subDirectories ./. "templates/codium")
[
"drv-tools"
"flakes-tools"
"env2json"
"codium"
"json2md"
"devshell"
"workflows"
"templates/haskell-minimal"
# "drv-tools"
# "flakes-tools"
# "env2json"
# "codium"
# "json2md"
# "devshell"
# "workflows"
# "templates/haskell-minimal"
"."
]
]
Expand Down

0 comments on commit 66d9177

Please sign in to comment.