From 5f39d335286e4cbd20ec8e511ce59bac8d1b21ff Mon Sep 17 00:00:00 2001 From: 7c6f434c <7c6f434c@mail.ru> Date: Tue, 27 Jan 2026 20:43:47 +0100 Subject: [PATCH] lispPackages: shell.nix: update nixfmt reference --- pkgs/development/lisp-modules/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/lisp-modules/shell.nix b/pkgs/development/lisp-modules/shell.nix index 811e8d3c1d28..4dd970c30821 100644 --- a/pkgs/development/lisp-modules/shell.nix +++ b/pkgs/development/lisp-modules/shell.nix @@ -1,10 +1,10 @@ let pkgs = import ../../../. { }; - inherit (pkgs) mkShellNoCC sbcl nixfmt-rfc-style; + inherit (pkgs) mkShellNoCC sbcl nixfmt; in mkShellNoCC { packages = [ - nixfmt-rfc-style + nixfmt (sbcl.withPackages ( ps: builtins.attrValues {