nixpkgs/lib/systems
NAHO 6177c4ad72
lib: 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 . lib --exec-batch sed --in-place --regexp-extended "
      s/\<builtins\.($(
        printf '%s\n' "${builtins[@]}" |
          paste --delimiter '|' --serial -
      ))\>/\1/g
    "

    nix fmt
2025-09-30 09:02:59 +02:00
..
architectures.nix treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
default.nix lib: remove optional builtins prefixes from prelude functions 2025-09-30 09:02:59 +02:00
doubles.nix lib.systems: add ppc32 target 2025-09-10 08:15:07 +02:00
examples.nix lib.systems: add ppc32 target 2025-09-10 08:15:07 +02:00
flake-systems.nix
inspect.nix lib.systems: Add examples & helpers for MSVC 2025-07-31 11:41:15 -04:00
parse.nix Revert "pkgs/top-level/stage.nix: add pkgsLLVMLibc" 2025-04-24 14:04:25 +10:00
platforms.nix lib.systems.loongarch64-multiplatform: init 2025-05-25 14:43:14 +02:00