!vxTmkuJzhGPsMdkAOc:transformierende-gesellschaft.org

NixOS Matrix Subsystem

118 Members
Coordination and discussion about the matrix subsystem in NixOS - https://nixos.wiki/wiki/Matrix61 Servers

Load older messages


SenderMessageTime
28 Sep 2022
@dandellion:dodsorf.asDandellionhttps://github.com/NixOS/nixpkgs/pull/19335316:04:48
@magnetophon:matrix.org@magnetophon:matrix.org joined the room.16:05:49
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/193362 can someone? please?17:50:23
@hexa:lossy.networkhexa Dandellion: can you test the cinny PR? 17:50:52
@dandellion:dodsorf.asDandellionI tested my own PR and the diff is identical so I guess it's good17:51:50
@hexa:lossy.networkhexafeel free to merge I guess?17:52:03
@dandellion:dodsorf.asDandellionIf only17:52:44
@dandellion:dodsorf.asDandellion * If only :P17:52:52
@dandellion:dodsorf.asDandellion(Someone with the commit bit will have to do it)17:54:04
@hexa:lossy.networkhexa(Someone with said commit bit did it)17:54:30
@hexa:lossy.networkhexatodo: cinny and nheko backport18:18:22
@hexa:lossy.networkhexawatch out for what schildichat does18:18:27
29 Sep 2022
@dandellion:dodsorf.asDandellion Sandro 🐧: Did you resolve https://github.com/NixOS/nixpkgs/pull/190950#issuecomment-1261473229 ? I'm getting the same message 07:59:56
@philipp:xndr.dephilipp
In reply to @hexa:lossy.network
todo: cinny and nheko backport

nheko done https://github.com/NixOS/nixpkgs/pull/193438
schildichat done: https://github.com/NixOS/nixpkgs/pull/193442

(thanks hexa )

08:09:31
@kity:kity.wtfproblems joined the room.17:00:36
@magnetophon:matrix.org@magnetophon:matrix.org left the room.18:40:05
@sandro:supersandro.deSandro 🐧
In reply to @dandellion:dodsorf.as
Sandro 🐧: Did you resolve https://github.com/NixOS/nixpkgs/pull/190950#issuecomment-1261473229 ? I'm getting the same message
I've unset NODE_OPTIONS in my hook for the node command run there. I think any node program running in the env after setting NODE_OPTIONS breaks but didn't deeply test this.
21:52:16
30 Sep 2022
@winterqt:nixos.devWinter (she/her)
In reply to @sandro:supersandro.de
I've unset NODE_OPTIONS in my hook for the node command run there. I think any node program running in the env after setting NODE_OPTIONS breaks but didn't deeply test this.
what hook, what do you mean? were you modifying the package in some way or something?
03:14:54
@winterqt:nixos.devWinter (she/her)curious ^^03:14:58
@sandro:supersandro.deSandro 🐧
In reply to @winterqt:nixos.dev
what hook, what do you mean? were you modifying the package in some way or something?
yes, I am precompressing web assets with brotli and zstd
12:19:27
@sandro:supersandro.deSandro 🐧
In reply to @winterqt:nixos.dev
what hook, what do you mean? were you modifying the package in some way or something?
* yes a custom hook, I am precompressing web assets with brotli and zstd
12:19:33
@winterqt:nixos.devWinter (she/her)

ah

can i see it (the old version at least)/get steps to reproduce your issue? want to debug why that's happening :)

12:20:39
@sandro:supersandro.deSandro 🐧

Add that to nativeBuildInputs of packages and then svgo should complain when NODE_OPTIONS is set.

  compress-website = callPackage
    ({ }: makeSetupHook
      {
        name = "compress-website";
        deps = [ nodePackages.svgo ];
      } ./compress-website.sh)
    { };
fixupOutputHooks+=('compressWebsite "$prefix"')

compressWebsite() {
  time svgo "$1"
}
12:32:12
@winterqt:nixos.devWinter (she/her)
In reply to @sandro:supersandro.de

Add that to nativeBuildInputs of packages and then svgo should complain when NODE_OPTIONS is set.

  compress-website = callPackage
    ({ }: makeSetupHook
      {
        name = "compress-website";
        deps = [ nodePackages.svgo ];
      } ./compress-website.sh)
    { };
fixupOutputHooks+=('compressWebsite "$prefix"')

compressWebsite() {
  time svgo "$1"
}
i'll take a look, thanks.
12:33:04
@winterqt:nixos.devWinter (she/her)Dendrite 0.10.0 is out.12:33:09
@winterqt:nixos.devWinter (she/her)Adds support for full text search -- will require updates to the module to add the options for this.12:33:29
@winterqt:nixos.devWinter (she/her)I can do the update in a few hours, if nobody else does by then.12:33:44
@winterqt:nixos.devWinter (she/her) also wait Sandro 🐧 what were you setting NODE_OPTIONS to? that's not in the version of the hoon you sent, so i don't think it'll reproduce this issue 12:34:23
@winterqt:nixos.devWinter (she/her)(i don't see what you'd be setting it to)12:36:43
@dandellion:dodsorf.asDandellionI was getting it by setting the node option in an overrideatttrs configurephase12:37:16

Show newer messages


Back to Room ListRoom Version: 4