| 1 Jan 2023 |
Pol | Happy new year all 🎊 ! | 01:04:30 |
| 3 Jan 2023 |
Pol | There's this PR which is awaiting for love: https://github.com/NixOS/nixpkgs/pull/207088 | 20:27:50 |
| 4 Jan 2023 |
Pol | This PR needs some love: https://github.com/NixOS/nixpkgs/pull/180827 | 10:23:47 |
Pol | etu: WDYT about that ? ^^ | 12:36:52 |
@etu:failar.nu | I'll have a look at it later :) | 15:00:18 |
@etu:failar.nu | Pol: I'm not sure how to build it though:
error: syntax error, unexpected '/', expecting ID or OR_KW or DOLLAR_CURLY or '"', at /home/etu/code/nixpkgs/pkgs/development/interpreters/php/generic.nix:318:18
when doing nix-build -A php.updateScript
| 16:53:43 |
Pol | Check the Github PR, the command to run to update it written there | 17:06:30 |
Pol | The command is: nix-shell maintainers/scripts/update.nix --argstr commit true --argstr path php | 17:08:43 |
@etu:failar.nu | Same error | 17:14:48 |
Pol | it's working here :S | 20:39:36 |
Pol |  Download image.png | 20:44:23 |
Pol | (here it cannot find any release because 8.1.14 hasn't been yet announced officially) | 20:44:37 |
Pol | But if you manually downgrade to 8.1.12, then re-run the command, it works. | 20:44:58 |
| 5 Jan 2023 |
@etu:failar.nu | Well, for me it doesn't eval at all | 06:26:46 |
@etu:failar.nu | So it never actually runs the script | 06:26:55 |
Pol | Jan Tojnar: can you test on your side ? | 06:57:03 |
@etu:failar.nu | hmmmm | 11:44:30 |
@etu:failar.nu | Now it did eval, on the same computer... not a different branch | 11:44:45 |
@etu:failar.nu | I was sure I tested this yesterday as well... however, it doesn't eval on my normal nix install | 11:45:27 |
Pol | weird | 11:45:36 |
@etu:failar.nu | Because I use nix 2.3 normally | 11:45:37 |
@etu:failar.nu | So I pulled in nix 2.12 in a shell environment and then it worked... I was sure I did this yesterday as well... | 11:46:08 |
Pol | It can be merged then :D | 11:46:25 |
@etu:failar.nu | And yeah, somehow nix 2.3 can't parse that nix code | 11:46:51 |
@etu:failar.nu | Not sure why though | 11:47:31 |
@etu:failar.nu | It would be nice to know why it doesn't work with 2.3 since it's a supported (as in, it exists in nixpkgs) version of nix though... | 11:49:04 |
Jan Tojnar | etu: it’s the interpolation in path | 11:56:20 |
Jan Tojnar | It’s 2.4 feature: https://nixos.org/manual/nix/stable/release-notes/rl-2.4.html?highlight=Antiquotation#other-features | 11:59:45 |
Jan Tojnar | should be easy to avoid: https://nixos.org/manual/nix/stable/language/values.html?search=Antiquotation#type-path | 12:01:13 |
@etu:failar.nu | :) | 12:05:50 |