From d6d47afa42e6f4393e63ed60929155bba523aca7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 8 Dec 2023 15:10:42 +0100 Subject: [PATCH] gitignore: add templates/_wrapper/simple/flake.lock --- .github/workflows/check.yml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ebfd6472..9a0df4ea 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/.gitignore b/.gitignore index 889b5f89..4980f234 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ result .pre-commit-config.yaml .direnv + +templates/_wrapper/simple/flake.lock