Skip to content

Commit

Permalink
feat(flake): add flakeModules.checks to template
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Dec 5, 2023
1 parent 506f179 commit 3d047a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/templates/darwin/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
flake-parts.lib.mkFlake { inherit inputs; } ({ config, ... }: {
imports = [
inputs.dotfiles.flakeModules.default
inputs.dotfiles.flakeModules.checks # optional
];

dotfiles.user = {
Expand Down
1 change: 1 addition & 0 deletions nix/templates/home/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
flake-parts.lib.mkFlake { inherit inputs; } ({ config, ... }: {
imports = [
inputs.dotfiles.flakeModules.default
inputs.dotfiles.flakeModules.checks # optional
];

dotfiles.user = {
Expand Down

0 comments on commit 3d047a6

Please sign in to comment.