Skip to content

Commit d6d47af

Browse files
committed
gitignore: add templates/_wrapper/simple/flake.lock
1 parent c96d7b4 commit d6d47af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
name: nix-community
2121
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2222
- run: nix flake check --all-systems
23-
- run: nix flake check --all-systems ./templates/_wrapper/simple
23+
- run: nix flake check --all-systems ./templates/_wrapper/simple --no-write-lock-file
2424
- run: nix build .#docs --show-trace

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
result
33
.pre-commit-config.yaml
44
.direnv
5+
6+
templates/_wrapper/simple/flake.lock

0 commit comments

Comments
 (0)