Shea Levy
Shea Levy
We recently switched [nixpkgs](http://nixos.org/nixpkgs/) to gcc 7, and now our perl cross-builds fail with: > > ./miniperl_top make_patchnum.pl > Attempt to free unreferenced scalar: SV 0x7c38a0. > Attempt to free...
The default build-remote mechanism fails if the remote host is not in known_hosts. A TOFU approach (e.g. with `StrictHostKeyChecking` set to `accept-new`) would be a much better experience (especially in...
**Describe the bug** I get a message like: ``` Failed to find a machine for remote build! derivation: xmkzxzjxay17cd31ap7nfgwr4dzh0xag-source-repository-package.drv required (system, features): (x86_64-linux, ) 1 available machines: (systems, maxjobs, supportedFeatures,...
`nix-indent-line` is marked as buggy, and I'm happy to believe it is, but `indent-relative` is by contrast completely unusable. I constantly found myself fighting indentation before I found out about...
This would make packaging non-hackage packages, like haskell-ide-engine, easier, as well as preparing us for the [not-impossible](https://twitter.com/snoyberg/status/857219130570756096) future where stackage itself contains non-hackage deps.
Might be nice to first check for direnv.nix, and if it exists just do a normal instantiate + realize (i.e. no IN_NIX_SHELL or anything) and take its `$out` as an...
```haskell sourceRequest :: CreateDBInstanceReadReplica sourceRequest = createDBInstanceReadReplica "" "arn:aws:rds:us-west-2:fake:db:fakey" & cdirrKMSKeyId ?~ "arn:aws:kms:us-west-1:fake:key/faker" main :: IO () main = do lgr = newEnv . FromFile "somatix-dev" now
If I have a `join_` where I compare some row's value to the `primaryKey` of some previous result in the same query, I can no longer `orderBy_` directly on that...
Would be great if we could safely open another dirfd descending from an existing one, or other O_PATH-style opens for `AT_EMPTY_PATH`-style usages.
Currently flake-compat fails in pure evaluation mode, due to the `rootSrc` cleaning. I suspect we could just add another conditional to https://github.com/edolstra/flake-compat/blob/12c64ca55c1014cdc1b16ed5a804aa8576601ff2/default.nix#L104 to not `tryFetchGet` when not `builtins ? currentSystem`