File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ index: 0
1111All packages currently track quickshell's master branch. This may change in the future.
1212
1313### Nix
14- The Quickshell repo has an embedded flake.
14+ Quickshell releases are packaged in nixpkgs as ` quickshell ` .
15+
16+ The Quickshell repo also has an embedded flake.
1517You can use either ` git+https://git.outfoxxed.me/outfoxxed/quickshell `
1618or ` github:quickshell-mirror/quickshell ` . Use ` ?ref= ` to specify a tag
1719if you want a tagged release.
@@ -22,8 +24,8 @@ if you want a tagged release.
2224 nixpkgs.url = "nixpkgs/nixos-unstable";
2325
2426 quickshell = {
25- # remove ?ref=v0.1.0 to track the master branch
26- url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?ref=v0.1.0 ";
27+ # add ?ref=<tag> to track a tag
28+ url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
2729
2830 # THIS IS IMPORTANT
2931 # Mismatched system dependencies will lead to crashes and other issues.
You can’t perform that action at this time.
0 commit comments