Plugin to add Pijul support to the Nix package manager

#4 Improvement to install documentation

Closed on June 27, 2024
dante on May 30, 2024

Not sure how to send the equivalent of a PR here on nest, hence I’m describing my issue here.

The installation documentation at https://nest.pijul.com/dblsaiko/nix-plugin-pijul:main/NQT3HEZHZUY2C.EIAAA left me with an error saying pijul was not found:

❯ nix build pijul+https://nest.pijul.com/pijul/pijul

error: executing 'pijul': No such file or directory
error:
       … while fetching the input 'pijul+https://nest.pijul.com/pijul/pijul'

       error: program 'pijul' failed with exit code 1

The solution was to ensure the pijul package is installed in my Nix system profile, by adding

environment.systemPackage = [ pkgs.pijul ];

to installation code snippet.

dblsaiko on June 1, 2024

Not sure how to send the equivalent of a PR here on nest

pijul push –to-channel :4 (if 4 is the discussion ID), then select the changes you want to add to the discussion

I’ll add something, I didn’t think it was necessary since this is how it works for the git fetcher as well.

dblsaiko added a change on June 1, 2024
6PXIKDCNXC23OYHMNMAC5U46N25HDO7THEAP7VTF77NA6XP777ZAC
main
dante closed this discussion on June 27, 2024