Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

Testing this on macOS: Full log ``` ❯ nix develop --show-trace error: … while calling the 'derivationStrict' builtin at /derivation-internal.nix:9:12: 8| 9| strict = derivationStrict drvAttrs; | ^ 10| …...

`xattr` is set to null in `buildGhc.nix`?

Actually yes, that's a strange error that `optionalString` is getting null as 2nd argument.

On macOS, hinotify fails to build: ``` $ nix log /nix/store/an47ldbhvymww5q8j6njw7cijlhxi4vp-hinotify-0.4.1.drv [..] Error: Setup: Missing dependency on a foreign library: * Missing (or bad) header file: sys/inotify.h This problem can...

https://github.com/marienz/nix-doom-emacs-unstraightened seems to be what people are using nowadays. Demo: https://github.com/srid/nixos-config/blob/ca29bd85dcff5fae88d06db3aed6daf4e4cfb310/modules/home/all/emacs.nix

@Datron `nixci` is being superceded by `omnix`. All new development happens on Omnix, rather than nixci. See `#omnix` channel in our Slack. EDIT: It is a Juspay project: https://github.com/juspay/omnix

Aside: I wrote this little Nu script to automate the steps, taking the PR URL directly. https://github.com/srid/nixos-config/commit/db392e491722722fdb687f6da698e42492423fb2

Perhaps `git-squash` should fail when there are untracked files? It already checks for changed files: https://github.com/sheerun/git-squash/blob/e87fb1d410edceec3670101e2cf89297ecab5813/git-squash#L18-L21 EDIT: On a related note, it is using `git add -A`? Is there a...

I believe this can be closed since #19 got merged?

Sounds good to me. This would require a corresponding `omnix` change, right?