mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
parent
76f4119605
commit
6877988515
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
inputs,
|
||||
devFlake,
|
||||
}:
|
||||
|
||||
|
@ -117,7 +116,7 @@ pkgs.nixComponents.nix-util.overrideAttrs (
|
|||
pkgs.buildPackages.changelog-d
|
||||
modular.pre-commit.settings.package
|
||||
(pkgs.writeScriptBin "pre-commit-hooks-install" modular.pre-commit.settings.installationScript)
|
||||
inputs.nixfmt.packages.${pkgs.hostPlatform.system}.default
|
||||
pkgs.buildPackages.nixfmt-rfc-style
|
||||
]
|
||||
# TODO: Remove the darwin check once
|
||||
# https://github.com/NixOS/nixpkgs/pull/291814 is available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue