mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
gitignore: add templates/_wrapper/simple/flake.lock
This commit is contained in:
parent
c96d7b46d0
commit
d6d47afa42
2 changed files with 3 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -20,5 +20,5 @@ jobs:
|
||||||
name: nix-community
|
name: nix-community
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix flake check --all-systems
|
- 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
|
- run: nix build .#docs --show-trace
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
||||||
result
|
result
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
templates/_wrapper/simple/flake.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue