gitignore: add templates/_wrapper/simple/flake.lock

This commit is contained in:
Gaetan Lepage 2023-12-08 15:10:42 +01:00 committed by Gaétan Lepage
parent c96d7b46d0
commit d6d47afa42
2 changed files with 3 additions and 1 deletions

View file

@ -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
.gitignore vendored
View file

@ -2,3 +2,5 @@
result
.pre-commit-config.yaml
.direnv
templates/_wrapper/simple/flake.lock