-
```
#!watchflakes
default
-
Niv seems to hardcode names to things of format like `*-nixpkgs-src` according to a cursory reading of the file `nix/sources.nix`. This is problematic while interoperating with flakes, since if you pu…
-
I have a flake that downloads an EXE and unpacks it to get to an Electron app that's inside it for unofficially supported Linux support. I've previously done something similar with MacOS DMG files.
…
-
In our adoption of makes, the principal possibility of running remote scripts with `m` has caused some confusion, and given the size & diversity of our org, that problem will likely exacerbate. Let me…
-
Make packages so its easier to tinker with a site with `nix develop` or build a site in ci
-
This tracking issue has the ambition to track all known Nix 2.4+ regressions that were either reported in this tracker (or to create them if they were not reported yet.)
Discussion came again in th…
-
### Describe the problem
We sometimes get a `ray.exceptions.WorkerCrashedError: The worker died unexpectedly while executing this task` during modin/pandas/test/test_io.py::TestCsv::test_series_to_…
-
I want to install AGS v2 using flakes and without home-manager, because it's useless for me.
-
I’d like to use your modules in a project which doesn’t use devshell (nor flakes). Could this be easily done? I’d like to simply be able to manually invoke a command to generate the files using given …
-
Hello,
I have the following flakes:
`.flakes/postgresql/flake.nix`:
```nix
{
description = "A shell flake for PostgreSQL";
inputs = {
...
};
outputs =
{ nixpkgs, flake…