nixpkgs/ci/eval/compare
NAHO dec908b169
treewide: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd --type file --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
        printf '%s\n' "${builtins[@]}" |
          paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt
2025-09-30 09:05:08 +02:00
..
cmp-stats.py ci.eval.compare: keep warnings as warnings rather than raising them as errors 2025-09-18 08:37:36 -07:00
default.nix ci.eval.compare: explain the various metrics under the --explain flag 2025-09-17 14:04:28 -07:00
generate-step-summary.jq ci/eval/compare: truncate step summary to 1024k 2024-12-15 14:08:02 +01:00
maintainers.nix treewide: remove optional builtins prefixes from prelude functions 2025-09-30 09:05:08 +02:00
utils.nix treewide: remove optional builtins prefixes from prelude functions 2025-09-30 09:05:08 +02:00