Skip to content

Commit

Permalink
gitignore: add templates/_wrapper/simple/flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 8, 2023
1 parent c96d7b4 commit d6d47af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems
- run: nix flake check --all-systems ./templates/_wrapper/simple
- run: nix flake check --all-systems ./templates/_wrapper/simple --no-write-lock-file
- run: nix build .#docs --show-trace
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
result
.pre-commit-config.yaml
.direnv

templates/_wrapper/simple/flake.lock

0 comments on commit d6d47af

Please sign in to comment.