<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/build-support/setup-hooks/arrayUtilities, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>arrayUtilities.getRunpathEntries: init</title>
<updated>2025-11-25T01:15:31+00:00</updated>
<author>
<name>Connor Baker</name>
<email>ConnorBaker01@gmail.com</email>
</author>
<published>2025-11-07T09:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=caac26618a611d589842681d007b93f28f44eb3f'/>
<id>caac26618a611d589842681d007b93f28f44eb3f</id>
<content type='text'>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pkgs: remove optional builtins prefixes from prelude functions</title>
<updated>2025-10-04T17:02:37+00:00</updated>
<author>
<name>NAHO</name>
<email>90870942+trueNAHO@users.noreply.github.com</email>
</author>
<published>2025-09-30T06:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c8d4dabc4357a22d1c249a9363998bdb00122544'/>
<id>c8d4dabc4357a22d1c249a9363998bdb00122544</id>
<content type='text'>
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/\&lt;builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\&gt;/\1/g
      "

    nix fmt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/\&lt;builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\&gt;/\1/g
      "

    nix fmt
</pre>
</div>
</content>
</entry>
<entry>
<title>arrayUtilities: init</title>
<updated>2025-06-11T17:08:13+00:00</updated>
<author>
<name>Connor Baker</name>
<email>ConnorBaker01@gmail.com</email>
</author>
<published>2025-05-14T22:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=38a823246126e6724699e1e5fcc7cf28adc5130a'/>
<id>38a823246126e6724699e1e5fcc7cf28adc5130a</id>
<content type='text'>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Connor Baker &lt;ConnorBaker01@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
