From 6655e9620492ada366d478bca4c8680127472aad Mon Sep 17 00:00:00 2001 From: wxlyyy <1556588440@qq.com> Date: Wed, 19 Nov 2025 02:52:17 +0800 Subject: [PATCH] Nix: add quickshell to dev shell --- nix/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index b6dcf225..03f583e9 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -1,4 +1,5 @@ { + quickshell, alejandra, statix, deadnix, @@ -12,6 +13,8 @@ mkShellNoCC { #it's faster than mkDerivation / mkShell packages = [ + quickshell + # nix alejandra # formatter statix # linter