diff options
| author | NAHO <90870942+trueNAHO@users.noreply.github.com> | 2025-09-30 08:49:04 +0200 |
|---|---|---|
| committer | NAHO <90870942+trueNAHO@users.noreply.github.com> | 2025-10-04 19:02:37 +0200 |
| commit | c8d4dabc4357a22d1c249a9363998bdb00122544 (patch) | |
| tree | 02e67012814e5f3cf481c42a393a3364bad39f57 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 0fe515d3713df4ab8f28cd7bcf9200ebcdee726f (diff) | |
pkgs: 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 \
. \
pkgs \
--exec-batch sed --in-place --regexp-extended "
s/\<builtins\.($(
printf '%s\n' "${builtins[@]}" |
paste --delimiter '|' --serial -
))\>/\1/g
"
nix fmt
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
