Benedikt M. Rips

Results 20 comments of Benedikt M. Rips

How am I supposed to test this? I added the following overlay: ``` final: prev: { nix-direnv = prev.nix-direnv.overrideAttrs { src = final.fetchFromGitHub { owner = "nix-community"; repo = "nix-direnv";...

After this was fixed, I encountered a different error: ``` $ cabal build ... /nix/store/0gi4vbw1qfjncdl95a9ply43ymd6aprm-binutils-2.40/bin/ld.gold: error: cannot open b/outputs/out/lib: No such file or directory ... ``` where the current working...

@pranaysashank Didn't know. Thanks!

I see. The additional option sounds like a good idea!

~By now, there is a [`typos.settings.configPath` option](https://github.com/cachix/git-hooks.nix/blob/dcf5072734cb576d2b0c59b2ac44f5050b5eac82/modules/hooks.nix#L1815) which is basically what you were looking for, right?~ Nevermind, I can not recall what I meant myself.

@iridakos would you mind taking a look? That would be much appreciated!

> Note that `--exclude *.nix` part. Somehow only the first exclude entry (`*.nix`) is being used, the rest (`.hlint.yaml`) is ignored. Thank you for the notification! It turned out that...

Ok, thank you for the input. I went for the list approach. And by coercing the attrs to a list with `lib.cli.toGNUCommandLine`, we can even stay backwards compatible.

@rhododendrox, @meenzen, @slotThe would you mind testing whether this PR fixes your issues? That would be appreciated because I do not have any issues myself!

> Tested it with fish, and everything seems to work as before after I shuffled some bits: I start X11 from `.profile`, and by default the export of `SSH_AUTH_SOCK` was...