| 26 Feb 2026 |
@rosssmyth:matrix.org | https://github.com/RossSmyth/press/blob/40abaa1c8e446c6970390df8aac649d5f511ca3d/.github/workflows/main.yml#L30-L51
https://github.com/RossSmyth/press/blob/40abaa1c8e446c6970390df8aac649d5f511ca3d/flake.nix#L26-L29
You can definitely do credential scanning and other things. Crane has builders for some stuff like cargo-audit and cargo-deny. | 18:49:16 |
@rosssmyth:matrix.org | Things I setup for Wild
https://github.com/davidlattimore/wild/blob/426490925941fcb4c889e2522629cf1a8a0a040d/flake.nix#L41-L68 | 18:51:06 |
shapr | Thank you, this is helpful! | 19:08:39 |
| 27 Feb 2026 |
| amadaluzia[uorg] changed their profile picture. | 03:55:52 |
| jakalx joined the room. | 14:31:01 |
| 28 Feb 2026 |
| antrz removed their profile picture. | 13:02:37 |
| 1 Mar 2026 |
| Dakota Fox joined the room. | 01:17:37 |
| @0xmrtt:envs.net removed their profile picture. | 02:35:37 |
| @0xmrtt:envs.net removed their display name 0xMRTT [envs.net]. | 02:38:43 |
| @0xmrtt:envs.net left the room. | 02:40:31 |
| @astro:envs.net left the room. | 05:16:11 |
| @astro:envs.net joined the room. | 05:16:19 |
| @astro:envs.net removed their display name Moved to: @astro:c3d2.de. | 05:16:29 |
| @benjaminedwardwebb:envs.net left the room. | 05:50:31 |
| @benjaminedwardwebb:envs.net joined the room. | 05:50:35 |
| @benjaminedwardwebb:envs.net removed their display name benwebb. | 05:50:41 |
| @coolshaurya:envs.net removed their display name coolshaurya. | 08:15:10 |
| @coolshaurya:envs.net left the room. | 08:15:10 |
| @dayvidpham:envs.net removed their display name dayvidpham. | 09:06:49 |
| @dayvidpham:envs.net left the room. | 09:06:56 |
eveeifyeve | Does anyone know how to solve this werid issue below? Because I am running into this issue when packing pulsar-engine.
Traceback (most recent call last):
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
main()
~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
subcommand_func()
~~~~~~~~~~~~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
"create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
ignore=ignore, copy_function=copy_function,
ignore_dangling_symlinks=ignore_dangling_symlinks,
dirs_exist_ok=dirs_exist_ok)
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
os.makedirs(dst, exist_ok=dirs_exist_ok)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)
| 11:13:10 |
eveeifyeve | * Does anyone know how to solve this werid issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.
Traceback (most recent call last):
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
main()
~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
subcommand_func()
~~~~~~~~~~~~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
"create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
ignore=ignore, copy_function=copy_function,
ignore_dangling_symlinks=ignore_dangling_symlinks,
dirs_exist_ok=dirs_exist_ok)
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
os.makedirs(dst, exist_ok=dirs_exist_ok)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)
| 11:17:36 |
eveeifyeve | * Does anyone know how to solve this werid issue or is aware and there is a fix coming to the issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.
Traceback (most recent call last):
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
main()
~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
subcommand_func()
~~~~~~~~~~~~~~~^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
"create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
ignore=ignore, copy_function=copy_function,
ignore_dangling_symlinks=ignore_dangling_symlinks,
dirs_exist_ok=dirs_exist_ok)
File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
os.makedirs(dst, exist_ok=dirs_exist_ok)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)
| 11:18:14 |
eveeifyeve | I will link to the pr: https://github.com/NixOS/nixpkgs/pull/453332 so you can reproduce it. | 11:22:41 |
ghpzin | It is a duplicate crate with same version, but different sources in Cargo.lock: https://github.com/Far-Beyond-Pulsar/Pulsar-Native/blob/58f096545bda84a9ffcb376c6b8cf2b9d40d4a8a/Cargo.lock#L1106-L1109 https://github.com/Far-Beyond-Pulsar/Pulsar-Native/blob/58f096545bda84a9ffcb376c6b8cf2b9d40d4a8a/Cargo.lock#L1141-L1144 You can wait until: https://github.com/NixOS/nixpkgs/pull/387337 gets to master (was recently merged to staging). Or at least pick it locally and check if it resolves the issue, but it will be a lot of rebuilds. | 11:59:25 |
eveeifyeve | I will wait probably best to block till https://github.com/NixOS/nixpkgs/pull/387337 is in master. | 12:00:16 |
eveeifyeve | Does anyone know why in postPatch phase this doesn't actually patch cidre for a tauri app?
cidreDir=$(find $cargoDepsCopy -maxdepth 1 -type d -name 'cidre-*' | head -1)
substituteInPlace "$cidreDir/pomace/core_motion/core_motion.h" \
--replace-fail "#if TARGET_OS_IOS || TARGET_OS_WATCHOS" "#if TARGET_OS_IOS"
| 15:41:42 |
eveeifyeve | I am doing this to fix modrinth, but it actually doesn't fix the issue. | 15:43:23 |
eveeifyeve | * I am doing this to fix modrinth-app-unwrapped, but it actually doesn't fix the issue. | 15:43:48 |
| @pim:envs.net removed their profile picture. | 20:42:42 |