Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix

👷 Add nix-locker-check pipeline

thevoid.cafe ed327050 a9817276

verified
+15
.tangled/workflows/nix-check.yaml .tangled/workflows/nix-locker-check.yaml
+15
.tangled/workflows/nix-flake-check.yaml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["stable", "develop"] 4 + - event: ["pull_request"] 5 + branch: ["stable"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + git+https://tangled.org/@tgirl.cloud/locker: 11 + - locker 12 + 13 + steps: 14 + - name: "Nix: check lockfile for duplicates" 15 + command: "locker"