We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96d7b4 commit d6d47afCopy full SHA for d6d47af
.github/workflows/check.yml
@@ -20,5 +20,5 @@ jobs:
20
name: nix-community
21
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
22
- run: nix flake check --all-systems
23
- - run: nix flake check --all-systems ./templates/_wrapper/simple
+ - run: nix flake check --all-systems ./templates/_wrapper/simple --no-write-lock-file
24
- run: nix build .#docs --show-trace
.gitignore
@@ -2,3 +2,5 @@
2
result
3
.pre-commit-config.yaml
4
.direnv
5
+
6
+templates/_wrapper/simple/flake.lock
0 commit comments