Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 4, 2023
1 parent 82de7f2 commit 6fd2b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
path = ./.;
filter = path: _:
inputs.nixpkgs.lib.hasSuffix ".nix" path ||
inputs.nixpkgs.lib.hasSuffix ".lock" path;
inputs.nixpkgs.lib.hasSuffix ".lock" path ||
inputs.nixpkgs.lib.hasSuffix ".lua" path;
};
};

Expand Down

0 comments on commit 6fd2b9e

Please sign in to comment.