-
**Is your feature request related to a problem? Please describe.**
The module system can only track file names it gets to see. This means the items in `imports` and `modules` should ideally be file…
-
roachtest.cluster_creation [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/14610724?buildTab=log) with [artifacts](https://teamcity.cockroachd…
-
**Is your feature request related to a problem? Please describe.**
We desperately need some sort of credentials provider support for `builtins.fetch*` functions. The best you can currently do is to…
-
**Describe the bug**
This is a weird one, but I wanted to document it in case others are having the same problem while I try to find a fix.
I'm sorry the reproduction steps are so specific, I'll k…
-
**Describe the bug**
I use devenv with flake-parts, and when running `nix flake check` I get errors related to `nix2container`, even if my configuration doesn't include `nix2container`. When I add `n…
-
While upgrading the dev server in the Go SDK to test Nexus, I've encountered flakes that don't occur with a 1.24.
Tests detailed here:
https://github.com/temporalio/sdk-go/pull/1555/files#diff-a…
-
E.g.
```nix
{
inputs.foo = { url = ./../foo; };
}
```
This is primarily useful when you have multiple flakes in the same repository.
However this means that we can't have a lock file entry…
-
roachtest.apt_problem [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/15693190?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com…
-
I have two overlays, two hosts.
Host 1 needs to use overlay1 Host 2 needs to use overlay1 overlay2.
```nix
{ self, inputs, ... }: {
flake.overlays.default = import ../pkgs;
perSystem = { sy…
-
> Q: can you do `libcublas.override { stdenv = ...; }`? Iirc this is broken on nixpkgs master and this PR rewrites the relevant part, so I wonder if it also fixes that issue
_Originally posted by @…