alpha
Login
or
Join now
nekomimi.pet
/
wisp-flake-ci-test
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pin Tangled flake dependency to main
author
waveringana
date
5 days ago
(Jul 22, 2026, 7:31 AM -0400)
commit
9c6bceb9
9c6bceb9dd9c192b91818a4b70fd3fcaea329630
parent
d46c398b
d46c398bec019bc05682ba9b3986fd8bd6ba9f57
1/1
test.yml
success
42s
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
test.yml
+2
-2
.tangled/workflows/test.yml
View file
Reviewed
···
9
9
https://wispplace.cachix.org: "wispplace.cachix.org-1:v+eZmUCZ9UGLyOCK4lFZvZKMCGCnBPOKDM+Q7ll1Jmw="
10
10
11
11
dependencies:
12
12
-
- git+https://github.com/waveringana/wisp.place-monorepo#default
12
12
+
- git+https://tangled.org/nekomimi.pet/wisp.place-monorepo?ref=main#default
13
13
14
14
steps:
15
15
-
- name: verify wispctl from the GitHub-hosted flake
15
15
+
- name: verify wispctl from the pinned Tangled flake
16
16
command: |
17
17
test -s index.html
18
18
test "$(wispctl --version)" = "1.1.3"