alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
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
2
Pulls
1
Pipelines
fix tricky state issue
author
Akshay
date
1 year ago
(Mar 10, 2025, 2:29 PM UTC)
commit
b0b85572
b0b85572b1ea183fe1edda0435de81a75771580e
parent
4cb9540d
4cb9540da1b6619378eb825b1e702b20d9553c9f
+1
-2
2 changed files
Expand all
Collapse all
Unified
Split
appview
state
state.go
flake.nix
-1
appview/state/state.go
View file
Reviewed
···
650
650
if err != nil {
651
651
log.Println("failed to rollback policies")
652
652
}
653
653
-
client.RemoveRepo(user.Did, repoName)
654
653
}()
655
654
656
655
resp, err := client.NewRepo(user.Did, repoName, defaultBranch)
+1
-1
flake.nix
View file
Reviewed
···
363
363
services.tangled-knotserver = {
364
364
enable = true;
365
365
server = {
366
366
-
secret = "61120605bf85e8b036c922221ae0d740efb1e93a1ebe5cd71e4aca552d7d8a86";
366
366
+
secret = "ad7b32ded52fbe96e09f469a288084ee01cd12c971da87a1cbb87ef67081bd87";
367
367
hostname = "localhost:6000";
368
368
listenAddr = "0.0.0.0:6000";
369
369
};