| 4 Dec 2022 |
hexa | https://gist.github.com/GrahamcOfBorg/c21ad00a82b739fed9b29ac8471dea94 | 01:29:12 |
hexa | ofborg eval fails because nix version is too old 😄 | 01:29:19 |
hexa | in other news: 22.11 when | 01:29:27 |
Artturin | i was just making a pr | 01:29:32 |
Artturin | https://github.com/NixOS/ofborg/pull/627 | 01:29:35 |
hexa | 😄 | 01:29:42 |
hexa |
error: php74 has been dropped due to the lack of maintanence from upstream for future releases
| 01:30:10 |
hexa | have fun | 01:30:23 |
hexa | I'm going to sleep | 01:30:27 |
Artturin | pinned the php stuff to 22.05 | 01:39:43 |
Artturin | it's impossible to test php afaik | 01:40:00 |
Artturin | leaving it to grahamc (he/him) who wrote the code | 01:40:17 |
| 7 Dec 2022 |
sterni | In reply to @hexa:lossy.network ofborg eval fails because nix version is too old 😄 why do we have min bound 2.11 now?? | 15:28:11 |
Artturin | it was just a pr which would bump it | 15:28:48 |
hexa | the plan was to drop nix_2_3 so we could benefit from libarchive support through all nix versions in nixpkgs | 15:29:14 |
hexa | and arturrins plan was to clean up the unmaintained versions in between 🙂 | 15:29:43 |
hexa | * my plan was to drop nix_2_3 so we could benefit from libarchive support through all nix versions in nixpkgs | 15:29:59 |
sterni | 2.4-2.12 is like one major release, I don't feel like 2.3 is far enough away yet | 15:39:25 |
Artturin | 1 year 1 month btw | 15:40:17 |
Alyssa Ross | Yeah, that feels way less old than previous minimums? | 16:39:03 |
hexa | the nix_2_3 removal isn't dropping the minversion | 16:41:17 |
hexa | the nix versions cleanup is | 16:41:26 |
hexa | * the nix_2_3 removal isn't increasing the minversion | 16:41:44 |
| 8 Dec 2022 |
vcunat | I see that OfBorg doesn't detect usage of URL literals, but it's an easy to make mistake that blocks channels (forbidden for long, since nixpkgs 16f44b24f). | 07:03:43 |
vcunat | It should be fairly easy to execute commands with
--option experimental-features 'no-url-literals'
Maybe I'll try a PR later, though I'm not familiar with the code base yet.
| 07:06:37 |
Artturin | Adding it here may work | 07:15:08 |
Artturin | Try with outpaths.nix | 07:16:00 |
Artturin | https://github.com/NixOS/ofborg/blob/6daa9f8f941b13eeb6bd9424f7a29b0d540b55a3/ofborg/src/nixenv.rs#L102 | 07:22:12 |
Artturin | nix-env -qa --out-path --no-name -f outpaths.nix --arg checkMeta false --verbose--option extra-experimental-features 'no-url-literals'
| 07:36:46 |
Artturin | evaluating file '/home/artturin/nixpkgs/.worktree/1/pkgs/games/tennix/default.nix'
error: URL literals are disabled
at /home/artturin/nixpkgs/.worktree/1/pkgs/games/tennix/default.nix:8:11:
7| src = fetchgit {
8| url = git://repo.or.cz/tennix.git;
| ^
9| rev = "refs/tags/tennix-${version}";
| 07:36:50 |