Kiara Grouwstra

Results 87 comments of Kiara Grouwstra

![collabora-5132](https://user-images.githubusercontent.com/3059397/222484866-56c5e86e-8726-4f25-9e94-41d13f685bc2.gif)

[potential workaround](https://codeberg.org/kiara/cfg/commit/a14a0684c3ba11fa3726b3ac316ca74f2a5249d5#diff-2c05bdb636b4175a69fb147fa6f9d4e037cc092c) possible now: separately add a flake input for `nixpkgs-unfree`

as others linked here might wonder as well, what might be alternatives for `shadow` (/ `passwd`)? perhaps as a bonus question: is there a way one might check if such...

i would love to see this merged as well

looks like you [can use this already](https://github.com/NixOS/nixpkgs/compare/master...KiaraGrouwstra:nixpkgs:thefuck-nix-shell) using e.g. an overlay, altho i had a bit of trouble getting it to work out of the box. specifically, without adding `doCheck...

it would seem cool to similarly get an approach using `nix run`, i.e. go from suggesting `nix-shell -p ponysay --run "ponysay moo"` to `nix run nixpkgs#ponysay -- moo` - this...

@thenbe i agree integrating with `nix-index`'s `command-not-found` replacement seems cool, as a flake user. i kinda wish we could have `command-not-found` (and this `thefuck` integration) [extend to flake inputs beyond...

just tried these with a command like `program_i_have | program_i_dont_have`, seems that may complicate the suggestions a bit

@thenbe hm, i'm not sure. ``` fortune | cowsay The program 'cowsay' is not in your PATH. It is provided by several packages. You can make it available in an...