Skip to content

Commit f596a05

Browse files
committed
mention quickshell package in nixpkgs
1 parent fd9cd4f commit f596a05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/guide/install-setup.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ index: 0
1111
All 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.
1517
You can use either `git+https://git.outfoxxed.me/outfoxxed/quickshell`
1618
or `github:quickshell-mirror/quickshell`. Use `?ref=` to specify a tag
1719
if 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.

0 commit comments

Comments
 (0)