!aGqRytqbCECitOFhbt:nixos.org

Release Management

345 Members
25.11 "Xantusia" | https://nixos.github.io/release-wiki/Home.html94 Servers

Load older messages


SenderMessageTime
23 Nov 2023
@dpc:dpc.pwdpc ⚡️
In reply to @hexa:lossy.network
cudaSupport should default to false, not sure why you need to set it
I was getting evaluation errors that these two symbols don't exist, so I just set them to something and it worked.
22:44:42
@dpc:dpc.pwdpc ⚡️
In reply to @hexa:lossy.network
feel free to send a PR to update the message!
https://github.com/NixOS/nixpkgs/pull/269515
23:10:12
@hexa:lossy.networkhexa
In reply to @dpc:dpc.pw
I was getting evaluation errors that these two symbols don't exist, so I just set them to something and it worked.
post the trace please
23:28:09
@hexa:lossy.networkhexawe need to understand the error23:28:14
@dpc:dpc.pwdpc ⚡️
In reply to @hexa:lossy.network
post the trace please
for allowAliases https://pastebin.com/fWShsnXB
23:30:02
@dpc:dpc.pwdpc ⚡️
In reply to @dpc:dpc.pw
for allowAliases https://pastebin.com/fWShsnXB
for cudaSupport https://pastebin.com/4weZkWG5
23:31:01
@hexa:lossy.networkhexaare you maybe mixing packages between branches?23:32:17
@dpc:dpc.pwdpc ⚡️

I do have an overlay that adds stuff to the package set:

      overlay = { system, pkgs-unstable, pkgs-master }: (final: prev: {
        config.allowAliases = true;
        # config.cudaSupport = false;
        xremap = xremap.packages.${system}.default;
        helix = dpc-helix.packages.${system}.default;
        dpc-todo = todo.packages.${system}.default;
        rblake2sum = rblake2sum.packages.${system}.default;
        intel-one-mono = pkgs-x86_64.callPackage ./pkgs/intel-one-mono.nix { };
      });

23:33:10
@dpc:dpc.pwdpc ⚡️But I decided to switch to 23.11 pre-release to get rid of bunch of things that were adding unstable/master packages to 23.05 package set.23:33:59
@lily:lily.flowersLily Foster
In reply to @dpc:dpc.pw

I do have an overlay that adds stuff to the package set:

      overlay = { system, pkgs-unstable, pkgs-master }: (final: prev: {
        config.allowAliases = true;
        # config.cudaSupport = false;
        xremap = xremap.packages.${system}.default;
        helix = dpc-helix.packages.${system}.default;
        dpc-todo = todo.packages.${system}.default;
        rblake2sum = rblake2sum.packages.${system}.default;
        intel-one-mono = pkgs-x86_64.callPackage ./pkgs/intel-one-mono.nix { };
      });

wait can you even add config in an overlay like that?
23:34:01
@dpc:dpc.pwdpc ⚡️Seems to work.23:34:38
@artturin:matrix.orgArtturinbut probably overrides the other config options23:34:54
@dpc:dpc.pwdpc ⚡️I only added it because evaluation was failing and it worked so I didn't think about it too much.23:35:47
@dpc:dpc.pwdpc ⚡️But yeah ... this is not a deep merge. :D23:36:09
@artturin:matrix.orgArtturin`config = prev.config // { allowAliases = true; };23:36:31
@artturin:matrix.orgArtturin * `config = prev.config // { allowAliases = true; };` 23:36:33
@artturin:matrix.orgArtturin * config = prev.config // { allowAliases = true; }; 23:36:39
@dpc:dpc.pwdpc ⚡️
In reply to @artturin:matrix.org
config = prev.config // { allowAliases = true; };
Didn't even cause any rebuilds, so I guess it happens to be the same result as the previous versions. But I do see a point.
23:38:48
@dpc:dpc.pwdpc ⚡️
In reply to @hexa:lossy.network
are you maybe mixing packages between branches?
I do include bunch of modules from other places like nixos-hardware, home-manager, etc. I guess these might cause it then? I should probably force them to follow the 21.11 nixpkgs input and that's the explanation here?
23:42:06
24 Nov 2023
@dpc:dpc.pwdpc ⚡️
In reply to @dpc:dpc.pw
I do include bunch of modules from other places like nixos-hardware, home-manager, etc. I guess these might cause it then? I should probably force them to follow the 21.11 nixpkgs input and that's the explanation here?
That was it. Thanks.
00:11:23
@vcunat:matrix.orgVladimír ČunátSchedule needs updating: https://github.com/NixOS/nixpkgs/issues/25864008:12:40
@raitobezarius:matrix.orgraitobezarius vcunat: updated 11:34:40
@figsoda:matrix.orgfigsoda
In reply to @hexa:lossy.network
figsoda: can we get 23.11 on search?
https://github.com/NixOS/nixos-search/pull/705, btw the command command in the release wiki didn't seem right, I will submit a fix
16:53:12
@figsoda:matrix.orgfigsoda
In reply to @hexa:lossy.network
figsoda: can we get 23.11 on search?
* https://github.com/NixOS/nixos-search/pull/705, btw the nix command in the release wiki didn't seem right, I will submit a fix
16:53:53
@figsoda:matrix.orgfigsodahttps://github.com/NixOS/release-wiki/pull/7616:55:34
@raitobezarius:matrix.orgraitobezariusFor next release: https://github.com/NixOS/nixpkgs/issues/26971320:51:19
25 Nov 2023
@vcunat:matrix.orgVladimír Čunáthttps://status.nixos.org got updated, showing the 23.11 beta channels now.09:09:41
@thoth101010:matrix.orgthoth joined the room.11:01:12
@ciferkey:gnulinux.club@ciferkey:gnulinux.club joined the room.18:52:46
26 Nov 2023
@katexochen:matrix.orgPaul Meyer (katexochen) joined the room.16:36:52

Show newer messages


Back to Room ListRoom Version: 6