nix/deployment: pre-select system in crossPkgsFor
This commit is contained in:
parent
f0550dd429
commit
f2a3582c77
2 changed files with 31 additions and 27 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
self',
|
||||
...
|
||||
}: {
|
||||
pre-commit.settings.hooks = {
|
||||
|
@ -38,7 +39,7 @@
|
|||
rust-analyzer
|
||||
|
||||
# nix
|
||||
config.formatter
|
||||
self'.formatter
|
||||
nil
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue