tangled
alpha
login
or
join now
nolith.dev
/
JJHomeManagerStatus.app
0
fork
atom
A macOS utility to track home-manager JJ repo status
0
fork
atom
overview
issues
pulls
pipelines
Update README flake URL from GitHub to tangled.org
nolith.dev
2 weeks ago
a1dda04b
508e2121
1/1
lint.yml
success
29s
+1
-1
1 changed file
expand all
collapse all
unified
split
README.md
+1
-1
README.md
···
25
25
26
26
```nix
27
27
inputs.jj-home-manager-status = {
28
28
-
url = "github:nolith/JJHomeManagerStatus.app";
28
28
+
url = "git+https://tangled.org/nolith.tngl.sh/JJHomeManagerStatus.app";
29
29
inputs.nixpkgs.follows = "nixpkgs";
30
30
};
31
31
```