diff options
author | vigress8 <vig@disroot.org> | 2024-07-22 21:09:58 +0400 |
---|---|---|
committer | vigress8 <vig@disroot.org> | 2024-07-22 21:09:58 +0400 |
commit | 85e3b9b87141669801f8feac18b0e7e308619cce (patch) | |
tree | 40eb44791055935b1735c8707fe473dc016ead3a /package.nix | |
parent | c74eb81356ef0e202713111d621434e46edc27ea (diff) |
De-vendor nixfmt
Change-Id: I1a051be495318a507d07f6d0a6b157616e26774c
Diffstat (limited to 'package.nix')
-rw-r--r-- | package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.nix b/package.nix index 435a265d1..16477a6a2 100644 --- a/package.nix +++ b/package.nix @@ -396,7 +396,7 @@ stdenv.mkDerivation (finalAttrs: { glibcLocales, just, llvmPackages, - nixfmt, + nixfmt-rfc-style, skopeo, xonsh, @@ -457,7 +457,7 @@ stdenv.mkDerivation (finalAttrs: { # docker image tool skopeo just - nixfmt + nixfmt-rfc-style # Included above when internalApiDocs is true, but we set that to # false intentionally to save dev build time. # To build them in a dev shell, you can set -Dinternal-api-docs=enabled when configuring. |