lispPackages: shell.nix: update nixfmt reference

This commit is contained in:
7c6f434c
2026-01-27 20:43:47 +01:00
parent 2eb9b17682
commit 5f39d33528
+2 -2
View File
@@ -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 {