gmodena / nix-flatpak

Install flatpaks declaratively
Apache License 2.0
276 stars 10 forks source link

installer: fix missing path to cat #27

Closed Lillecarl closed 7 months ago

Lillecarl commented 7 months ago

Fixes cat not being accessible by installer script

gmodena commented 7 months ago

Hey @Lillecarl ; Thanks for this!

Would you mind sharing some details of the system where this bug popped up? Was it on nixos or another distro?

I did not catch it with integration tests and could not reproduce (nixos).

Lillecarl commented 7 months ago

Hi! NixOS-unstable, home-manager master (without nixos module).

Caught by systemd unit failing and home-manager rebuild reporting a failed unit.

See HM systemd.user.startServices = "SD-switch" ;

gmodena commented 7 months ago

@Lillecarl ack. Thanks for sharing!

Lillecarl commented 7 months ago

@gmodena any time, you can find my config at lillecarl/nixos if there's any specific you're looking for.

I'd put coreutils and friends in the systemd path rather than messing with all these package paths.

Coreutils "cost" the same in systemd as in a template reference.