| 7 Sep 2021 |
Robert Hensing (roberth) | trofi: sounds like https://github.com/NixOS/nixpkgs/pull/135689 but that's nix 2.3 🤔 | 11:00:49 |
John Ericson | sterni: i did some stuff with the strong context | 19:02:05 |
John Ericson | make it support more ! | 19:02:09 |
John Ericson | it's possible that makes a difference | 19:02:19 |
sterni | hm maybe I should check on your branch what kind of context "${foo.drvPath}" yields | 19:03:07 |
John Ericson | sterni: yeah | 19:04:37 |
sterni | John Ericson: behavior is unchanged:
nix-repl> :p builtins.getContext "${pkgs.hello.drvPath}"
{ "/nix/store/6zfl66ni351nk0i2wa7ssbaacgysrcm5-hello-2.10.drv" = { allOutputs = true; }; }
Intuitively I feel like this should be { path = true; }, but not sure if something relies on this behavior?
| 22:08:53 |
sterni | Hm, is this because the .drv file references the outPaths? | 22:09:25 |
tomberek | Just as there is a "builders-use-substitutes" option is there a need for "builders-fetch-inputs"? (specifically thinking about remote fetching/building of flakes) | 23:37:25 |
| 8 Sep 2021 |
| matthewkenigsberg joined the room. | 11:39:10 |
matthewkenigsberg | Eelco DolstraJohn Ericson is there anything stopping merging https://github.com/NixOS/nix/pull/3600? Opened https://github.com/NixOS/nix/pull/5212 to fix one more merge conflict | 11:42:16 |
| 11 Sep 2021 |
| Marillindië joined the room. | 05:26:52 |
| 13 Sep 2021 |
trofi | Somehow nix build never matches want/got download stats it I download a few files. Today's example is [3/119/146 built, 34 copied (184.9/185.0 MiB), 126.6 MiB DL] (off by 100k). | 07:28:20 |
trofi | * Somehow nix build never matches want/got ~~download~~unpack stats it I download a few files. Today's example is [3/119/146 built, 34 copied (184.9/185.0 MiB), 126.6 MiB DL] (off by 100k). | 07:29:08 |
| disrupt_the_flow changed their profile picture. | 11:58:59 |
| 14 Sep 2021 |
| zorro_infosec joined the room. | 13:49:07 |
tomberek | For https://github.com/NixOS/nixpkgs/pull/137197 is the patch mechanism acceptable, or should we cut a new release? | 19:00:27 |
| baloo joined the room. | 19:02:33 |
| Corn Wallet changed their display name from cw (novus ordo seclorum) to Fauci's Fine Wines. | 21:34:49 |
| Corn Wallet changed their display name from Fauci's Fine Wines to Corn Wallet. | 21:35:33 |
| 15 Sep 2021 |
| chester-tan joined the room. | 06:11:50 |
Las | I don't think Nixpkgs should be adding patches to Nix... | 10:20:40 |
Las | Unless there are any Nixpkgs issues that depend on this I don't see why it should be included | 10:22:23 |
Las | * I don't think Nixpkgs should be adding patches to Nix | 10:29:17 |
| eyJhb joined the room. | 15:19:47 |
| Andreas Schrägle joined the room. | 15:23:09 |
baloo | @las it's not that I don't agree with that, but it does not look like we're going to have a release of nix soon | 15:24:13 |
baloo | * Las: it's not that I don't agree with that, but it does not look like we're going to have a release of nix soon | 15:24:27 |
baloo | adding patches to nix is the only leverage I have :( | 15:24:39 |
Las | TBF, Nix is supposed to be on a faster schedule now | 15:24:44 |