nix/deployment: pre-select system in crossPkgsFor

This commit is contained in:
seth 2024-01-08 15:02:36 -05:00
parent f0550dd429
commit f2a3582c77
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
2 changed files with 31 additions and 27 deletions

View file

@ -3,6 +3,7 @@
lib,
pkgs,
config,
self',
...
}: {
pre-commit.settings.hooks = {
@ -38,7 +39,7 @@
rust-analyzer
# nix
config.formatter
self'.formatter
nil
];