From 9d3dbd33b248955e06c3d2db3fe525efb39df4aa Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sun, 16 Nov 2025 07:18:43 -0500 Subject: [PATCH] NixOS: pin Quickshell to release 0.2.1 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 97751c158..76a0b2388 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ systems.url = "github:nix-systems/default"; quickshell = { - url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; + url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?rev=c9d3ffb604"; inputs.nixpkgs.follows = "nixpkgs"; }; };