Yann Büchau :python: on Nostr: So close today! 😣 How do I give my #poetry2nix app a working #sudo? ...
So close today! 😣
How do I give my #poetry2nix app a working #sudo?
propagatedBuildInputs = with pkgs; [ sudo ]; // produces this:
sudo: /nix/store/s2fqzzw2zqq613qmh9iv8am93ldmkdls-sudo-1.9.15p5/bin/sudo must be owned by uid 0 and have the setuid bit set
#nixos #nix
How do I give my #poetry2nix app a working #sudo?
propagatedBuildInputs = with pkgs; [ sudo ]; // produces this:
sudo: /nix/store/s2fqzzw2zqq613qmh9iv8am93ldmkdls-sudo-1.9.15p5/bin/sudo must be owned by uid 0 and have the setuid bit set
#nixos #nix