Nix Flakes | 892 Members | |
| 183 Servers |
| Sender | Message | Time |
|---|---|---|
| 20 Jul 2021 | ||
| * I guess this PR has all the relevant details / fixes https://github.com/NixOS/nix/pull/4641 somteims one can work around that bug with something like https://www.github.com/divnix/devos/tree/develop/flake.nix#L49 | 12:48:39 | |
| * I guess this PR has all the relevant details / fixes https://github.com/NixOS/nix/pull/4641 somteims one can work around that bug with something like https://www.github.com/divnix/devos/tree/develop/flake.nix#L49. But this work around stops working if things are too nested. | 12:50:13 | |
| * I guess this PR has all the relevant details / fixes https://github.com/NixOS/nix/pull/4641 somteims one can work around that bug with something like https://www.github.com/divnix/devos/tree/develop/flake.nix#L49. But this work around stops working if things are too nested. We usually use the patched nix version in a devshell to update the lock file. The correctly generated lockfile is then also compatible with a non-patched nix version. | 12:51:19 | |
In reply to @vika:matrix.nice.sampler.fiI regard it as a (better) substitute for overlays, as long as overlays is used to instantiate stuff on the same pkgs version. | 12:53:25 | |
In reply to @blaggacao:matrix.orgMaybe I should apply this patch to my Nix | 12:54:36 | |
You might use divnix/digga.overlays.patchedNix for convenience. | 12:56:12 | |
| https://www.github.com/divnix/digga/tree/develop/overlays%2Fnix-patched.nix | 12:56:33 | |
| * vika (she/her) 🏳️⚧️ might use `divnix/digga.overlays.patchedNix` for convenience. | 12:56:43 | |
| * vika (she/her) 🏳️⚧️ you might use `divnix/digga.overlays.patchedNix` for convenience. | 12:56:54 | |
In reply to @blaggacao:matrix.org Cool! Thank you. I wonder what this | 12:58:17 | |
That's just an neglegtable (private) signal to another function of the flake-utils-plus library. | 12:59:04 | |
| This other function automatically exporta overlays as packages, unless they are "upstream art" or have that flag set. | 12:59:39 | |
| * This other function automatically exports overlays as packages, unless they are "upstream art" or have that flag set. | 12:59:57 | |
| https://www.github.com/gytis-ivaskevicius/flake-utils-plus/tree/staging/lib%2FfromOverlays.nix#L70 | 13:00:56 | |
| 14:36:21 | ||
| 21 Jul 2021 | ||
In reply to @balsoft:balsoft.ruSorry for the late reply, I meant other data types such as string, int just as flakes can have arbitrary outputs. However I realized this isn't in the scope of flakes and probably shouldn't be needed in the first place. | 02:35:34 | |
| If my understanding is correct, upon evaluating a flake, the directory where the flake resides is copied into the nix store. However when I attempt to reference a subdirectory of the flake directory within flake.nix itself, I can an error that the file does not exist even though it does.
results in something like | 02:46:26 | |
| * If my understanding is correct, upon evaluating a flake, the directory where the flake resides is copied into the nix store. However when I attempt to reference a subdirectory of the flake directory within flake.nix itself, I get an error that the file does not exist even though it does.
results in something like | 02:46:43 | |
| * If my understanding is correct, upon evaluating a flake, the directory where the flake resides is copied into the nix store. However when I attempt to reference a subdirectory of the flake directory within flake.nix itself, I get an error that the file does not exist even though it does.
results in something like | 02:47:40 | |
| https://digga.divnix.com — I'd be very happy for any feedback on the freshly baked docs. | 05:01:37 | |
| * https://digga.divnix.com -- I'd be very happy for any feedback you could afford on the freshly baked docs. | 05:02:01 | |
| * https://digga.divnix.com -- I'd be very happy for any feedback you could afford on the freshly baked docs. (including proof reading) | 05:04:01 | |
| 23 Jul 2021 | ||
| Room Avatar Renderer. | 23:21:58 | |
| 24 Jul 2021 | ||
| 16:10:07 | ||
| 25 Jul 2021 | ||
| 08:35:52 | ||
| 26 Jul 2021 | ||
| 13:16:01 | ||
| 27 Jul 2021 | ||
| 23:34:25 | ||
| 28 Jul 2021 | ||
| 05:52:42 | ||
| 06:35:10 | ||
| So this issue is starting to really annoy me https://github.com/NixOS/nix/issues/4265 but I feel like part of the problem is that its actually not entirely clear what the right solution is Does anyone have any thoughts? | 06:46:50 | |