Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2026-02-12 15:22:32 +03:00
25 changed files with 452 additions and 136 deletions
@@ -49,7 +49,7 @@
(truename "imported.nix")))
(defun run-nix-formatter ()
(uiop:run-program '("nixfmt" "imported.nix")))
(uiop:run-program '("treefmt" "imported.nix")))
(defun main ()
(format t "~%")
+5 -3
View File
@@ -1,10 +1,12 @@
let
pkgs = import ../../../. { };
inherit (pkgs) mkShellNoCC sbcl nixfmt;
# Use CI-pinned (Hydra-cached) packages and formatter,
# rather than the local nixpkgs checkout.
inherit (import ../../../ci { }) pkgs fmt;
inherit (pkgs) mkShellNoCC sbcl;
in
mkShellNoCC {
packages = [
nixfmt
fmt.pkg
(sbcl.withPackages (
ps:
builtins.attrValues {