tangled
alpha
login
or
join now
thevoid.cafe
/
puzzlevision
0
fork
atom
Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
0
fork
atom
overview
issues
pulls
pipelines
👷 Add nix-check pipeline
thevoid.cafe
3 weeks ago
a9817276
5dc4ddb4
verified
This commit was signed with the committer's
known signature
.
thevoid.cafe
SSH Key Fingerprint:
SHA256:6LamuiiF+oLDOqy13Locb95HiqZGy8CIaFHI8miR6hE=
1/1
nix-check.yaml
success
47s
+11
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
nix-check.yaml
+11
.tangled/workflows/nix-check.yaml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["stable", "develop"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["stable"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
steps:
10
10
+
- name: "Nix: validate flake"
11
11
+
command: "nix flake check"