tangled
alpha
login
or
join now
pluie.me
/
flake
2
fork
atom
All my system configs and packages in one repo
2
fork
atom
overview
issues
pulls
pipelines
ci: wrong command
pluie.me
5 months ago
774230f1
d2eb1a6c
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
0/1
ci.yml
failed
3m 28s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
ci.yml
+1
-1
.tangled/workflows/ci.yml
···
22
22
- name: "Evaluate pappardelle"
23
23
command: "nix eval .#nixosConfigurations.pappardelle.config.system.build.toplevel"
24
24
- name: "Build pappardelle"
25
25
-
command: "USER=root cachix watch-exec $CACHE_NAME -- nix eval .#nixosConfigurations.pappardelle.config.system.build.toplevel"
25
25
+
command: "USER=root cachix watch-exec $CACHE_NAME -- nix build .#nixosConfigurations.pappardelle.config.system.build.toplevel"