Sridhar Ratnakumar

Results 611 comments of Sridhar Ratnakumar

If flakes is enabled, it automatically should use `nix profile install` instead of `nix-env -iA`. And `nix run nixpkgs# ...` instead of `nix-shell ---run`.

In another project (a solution with exactly one project with exactly one module), it works: https://github.com/srid/OneBird/blob/master/Program.fs I wonder if it is something to do with the multiple project / split-across-modules...

This is what I see on the server-side docker setup (the 'machine'): ``` # grep -v ^\# /etc/default/docker | grep ^e export DOCKER_OPTS="--auth=identity --host=tcp://0.0.0.0:2376" ``` The file `/var/run/docker.sock` exists though....

> Anyone have a sample `darwin-configuration.nix` setup for m1 that they would like to share? Its hard to follow along with the thread, and I'm quite new to nix-darwin @shaunsingh...

Is there a way to achieve this without having to fork PaperWM?

> And I immediately understood where the problem lies! @phadej Out of curiosity, what was the problem with `force headList []`?

Ah, yes, of course. :-) I asked only because I'm in the middle of figuring out how to use `HeadList` properly from UPLC, but the following program (takes a list...

Aha, never mind! Just as I wrote it, I figured out the problem - I was missing a `UnListData`.

Out of curiosity: which _other_ syntax highlighting extension works for Haskell?

@yusdacra Was there anything else you had to do? Using your PR on macOS (and Linux) I get: ``` error (ignored): error: end of string reached error: the path '~/.gitconfig'...