my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: ignore lfs files in checks

june (Jun 1, 2026, 2:59 PM +0200) f28fca7f 00ea74ea

+2 -1
+2 -1
.woodpecker/checks.yml
··· 12 12 commands: 13 13 - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf 14 14 - nix fmt --inputs-from . 15 - - nix shell --inputs-from . nixpkgs#git -c git diff --exit-code 15 + - nix shell --inputs-from . nixpkgs#git nixpkgs#gnugrep nixpkgs#gawk -c git diff -- . \ 16 + "\$(grep filter=lfs .gitattributes | awk '{print :(exclude) \$1}')"