worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
ddellacosta has quit [Ping timeout: 252 seconds]
turlando has joined #nixos
turlando has quit [Read error: Connection reset by peer]
rprije has joined #nixos
turlando has joined #nixos
Dr8128 has quit [Ping timeout: 240 seconds]
civodul has quit [Ping timeout: 260 seconds]
mrSpec` has quit [Ping timeout: 246 seconds]
mrSpec has joined #nixos
mrSpec is now known as Guest107
turlando has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JORil
ddellacosta has joined #nixos
Guest107 has quit [Ping timeout: 265 seconds]
ddellacosta has quit [Ping timeout: 252 seconds]
mrSpec` has joined #nixos
jesystani has quit [Ping timeout: 258 seconds]
jesystani has joined #nixos
mrSpec` has quit [Remote host closed the connection]
luke has joined #nixos
luke is now known as Guest91986
<xAr86> Can someone help me why "type = types.attrsOf (types.str (types.oneOf [ types.bool types.int types.str ]));" leads to "attempt to call something which is not a function but a set, at"?
<xAr86> (in mkOption)
<clever> xAr86: your running types.str on the return-value of types.oneOf
<clever> but types.str isnt a function
<xAr86> oh ok i thought its for like attrsOf (<key-type> <value-type>)
<clever> even if it was, the parens are forcing it to be evaluated the other way around
<xAr86> Can you give me a hit how to specify type of "attrSet {string = string/int/bool; ...}"?
<clever> i think you just drop the types.str
<xAr86> oh ok
<xAr86> ah ok works, so is key now also bool/int/str or am I wrong? (type is now "types.attrsOf (types.oneOf [ types.bool types.int types.str ]);")
lambdaman has joined #nixos
<clever> xAr86: the key is always a string
<xAr86> clever: thx :)
griff__ has joined #nixos
ddellacosta has joined #nixos
sss2 has quit [Quit: Leaving]
ddellacosta has quit [Ping timeout: 265 seconds]
ahmedelgabri has joined #nixos
ManiacOfMadness has quit [Ping timeout: 260 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
lambdaman has quit [Remote host closed the connection]
h0m1 has quit [Ping timeout: 250 seconds]
lambdaman has joined #nixos
h0m1 has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @danielfullmer opened pull request #119764 → looking-glass-client: B2 -> B3 → https://github.com/NixOS/nixpkgs/pull/119764
griff__ has quit [Quit: griff__]
ddellacosta has quit [Ping timeout: 240 seconds]
<xAr86> I'm trying to find out why in this function e.g. "mkValueStringDefault = {}: v: with builtins;" there is "{}" after the equal? What does this do?
jesystani has quit [Ping timeout: 258 seconds]
jesystani has joined #nixos
<gchristensen> it defines a function which accepts no arguments, funnily enough
MmeQuignon has quit [Ping timeout: 260 seconds]
mmlb has quit [Quit: The Lounge - https://thelounge.github.io]
mmlb has joined #nixos
<lunik1> is it more accurate to say it defines a function that accepts a set with no entries as its argument?
wallacer has quit [Ping timeout: 258 seconds]
lambdaman has quit [Remote host closed the connection]
lambdaman has joined #nixos
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 250 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @mweinelt opened pull request #119765 → appdaemon: 4.0.5 -> 4.0.8 → https://github.com/NixOS/nixpkgs/pull/119765
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119749 → rnix-hashes: fix tests, add me as maintainer → https://github.com/NixOS/nixpkgs/pull/119749
wallacer has joined #nixos
ddellacosta has joined #nixos
rajivr has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/7b57ebfa1a0 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
ddellacosta has quit [Ping timeout: 246 seconds]
<samueldr> lunik1: yeah
lambdaman has quit [Remote host closed the connection]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
lambdaman has joined #nixos
spacefrogg has joined #nixos
theDon has quit [Ping timeout: 240 seconds]
theDon has joined #nixos
lambdaman has quit [Ping timeout: 252 seconds]
jesystani has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @yuanw opened pull request #119767 → bump emacsMacPort version to 8.2 → https://github.com/NixOS/nixpkgs/pull/119767
jesystani has joined #nixos
ddellacosta has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
tomberek has joined #nixos
ahmedelgabri has joined #nixos
justanotheruser has joined #nixos
<hodapp> hmm... I think newer libfive build is failing (among other things) because of https://github.com/libfive/libfive/blob/master/libfive/bind/guile/CMakeLists.txt#L16 and I'm not sure what to do about this
<hodapp> 'We compile each Guile file, but not to the build directory'
jesystani has quit [Ping timeout: 250 seconds]
gustavderdrache has quit [Quit: Leaving.]
jesystani has joined #nixos
ahmedelgabri has quit [Ping timeout: 250 seconds]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
justanotheruser has quit [Quit: WeeChat 2.9]
justanotheruser has joined #nixos
Jd007 has joined #nixos
Supersonic112 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @qzle opened pull request #119770 → kernel: Remove CONFIG_BLK_DEV_RAM=y (remove /dev/ram* devices) → https://github.com/NixOS/nixpkgs/pull/119770
<{^_^}> [nixpkgs] @vbgl merged pull request #119547 → Update elpi → https://github.com/NixOS/nixpkgs/pull/119547
Andoriyu has quit [Quit: ZNC - https://znc.in]
<{^_^}> [nixpkgs] @vbgl opened pull request #119771 → coqPackages.tlc: 20200328 → 20210316 → https://github.com/NixOS/nixpkgs/pull/119771
quinn has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 pushed to staging « llvmPackages_7.libcxxabi: Fix Darwin bootstrap »: https://git.io/JO0qo
Andoriyu has joined #nixos
jesystani has quit [Ping timeout: 260 seconds]
jesystani has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
lambdaman has joined #nixos
sangoma has joined #nixos
domogled has quit [Quit: domogled]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Jd007 has quit [Quit: Jd007]
Havvy has quit [Quit: Computer Restarted or Restarting IRC]
Havvy has joined #nixos
ddellacosta has joined #nixos
ericsagnes has quit [Ping timeout: 250 seconds]
<mjsir911> What is the difference between `out` & `dev` derivation outputs? I'm trying to compile a php extension that depends on another extension at build time and php.withExtensions doesn't include `dev` outputs that include php-config that I need
palo1 has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
ddellacosta has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
ahmedelgabri has quit [Ping timeout: 258 seconds]
ericsagnes has joined #nixos
lawt has quit [Read error: Connection reset by peer]
rprije has quit [Remote host closed the connection]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #119773 → [20.09] ostree: fix TLS errors → https://github.com/NixOS/nixpkgs/pull/119773
jesystani has quit [Ping timeout: 260 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
jesystani has joined #nixos
cole-h has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @Hoverbear opened pull request #119774 → vimPlugins.LanguageClient-neovim: 0.1.160 → 0.1.161 → https://github.com/NixOS/nixpkgs/pull/119774
Jd007 has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/52c0ba2d861 (from 17 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
lord| has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
lord| has joined #nixos
respawn_ has joined #nixos
jesystani has quit [Ping timeout: 260 seconds]
MidAutumnHotaru has quit [Quit: Quit 啾]
aaabbbbbbbbbb has joined #nixos
MidAutumnHotaru has joined #nixos
jesystani has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @LuisChDev opened pull request #119775 → H, inline-r: not broken → https://github.com/NixOS/nixpkgs/pull/119775
Heirlung has quit [Quit: ZNC - http://znc.in]
ddellacosta has quit [Ping timeout: 240 seconds]
Heirlung has joined #nixos
<{^_^}> [nixpkgs] @rycee pushed to master « Drop maintainership for some packages »: https://git.io/JO0g2
Jd007 has quit [Quit: Jd007]
<spinlock[m]> In `flake.nix`, is `nixpkgs` always provided, even if not present in `inputs`?
<DavHau[m]> spinlock: I don't think so
<DavHau[m]> Does anyone know if there is a `nix-shell --pure` equivalent for the flakes based alternative `nix develop` ?
tomberek has quit [Ping timeout: 240 seconds]
lambdaman has quit [Remote host closed the connection]
lambdaman has joined #nixos
ddellacosta has joined #nixos
wentasah has quit [Ping timeout: 260 seconds]
zupo has joined #nixos
lambdaman has quit [Remote host closed the connection]
dotdotok has quit [Ping timeout: 252 seconds]
lambdaman has joined #nixos
lambdaman has quit [Remote host closed the connection]
lambdaman has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
ahmedelgabri has joined #nixos
asheshambasta has joined #nixos
wentasah has joined #nixos
lambdaman has quit [Ping timeout: 265 seconds]
<asheshambasta> Hi, are there any resources for installing NixOS on APU3 boards? For example, should these boards allow for UEFI (GPT) installations or MBR?
lambdaman has joined #nixos
Cale_ has joined #nixos
jonringer has joined #nixos
Cale has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @bjornfor opened pull request #119776 → sdcc: clarify license and use nativeBuildInputs → https://github.com/NixOS/nixpkgs/pull/119776
jesystani has quit [Ping timeout: 260 seconds]
jesystani has joined #nixos
lambdaman has quit [Ping timeout: 268 seconds]
jonringer has quit [Ping timeout: 258 seconds]
respawn_ has quit [Quit: Leaving]
bdju has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesystani has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vcunat opened pull request #119777 → qt5.qtwebengine, webkitgtk: try harder to avoid timeouts → https://github.com/NixOS/nixpkgs/pull/119777
bdju has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed commit from @LuisChDev to haskell-updates « haskellPackages.{H, inline-r}: not broken »: https://git.io/JO0i5
<{^_^}> [nixpkgs] @sternenseemann closed pull request #119775 → H, inline-r: not broken → https://github.com/NixOS/nixpkgs/pull/119775
Shell has joined #nixos
ddellacosta has joined #nixos
Shell has left #nixos ["WeeChat 3.1"]
ahmed_elgabri has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
ManiacOfMadness has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #119601 → nvidia-x11: 460.67 -> 460.73.01 → https://github.com/NixOS/nixpkgs/pull/119601
beertoagunfight has joined #nixos
Cale_ is now known as Cale
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #119776 → sdcc: clarify license and use nativeBuildInputs → https://github.com/NixOS/nixpkgs/pull/119776
gigahawk[m] has joined #nixos
Shell has joined #nixos
<asheshambasta> I've also seem to run into https://github.com/NixOS/nixpkgs/issues/55332, but I'm not sure if I can do GPT partitioning on this board, I cannot seem to find any relevant documentation about limitations, so I'm assuming not. I'm very likely doing something wrong here.
<{^_^}> #55332 (by AMDphreak, 2 years ago, closed): NixOS Manual is wrong. How to install?
<Shell> hey, trying to get joycond working... its package has a systemd unit file, how do I make nixos pick that up?
<mjlbach> Anyone had issues with sddm/plasma recently? I just updated to the latest nixos-unstable and now sddm doesn't start, and I can't log into TTY
lambdaman has quit [Ping timeout: 252 seconds]
liketechnik has joined #nixos
<sterni> which was the http parameter nix parsed so you could set a binary cache's priority again?
<sterni> I forgot it again and it doesn't really seem to be documented anywhere?
ahmed_elgabri has quit [Quit: WeeChat 3.1]
ahmedelgabri has joined #nixos
Shell has left #nixos ["WeeChat 3.1"]
meh` has joined #nixos
<sterni> okay it is ?priority=
<{^_^}> [nixpkgs] @danieldk opened pull request #119778 → cudnn_cudatoolkit_11_0: 8.1.0 -> 8.1.1 → https://github.com/NixOS/nixpkgs/pull/119778
<sterni> but it doesn't work in nix.binaryCaches ??
ddellacosta has joined #nixos
zupo has joined #nixos
<sterni> oh
<sterni> it doesn't work if you specify the protocol
<sterni> I. e. my-cache.org?priority=100 works, but not https://my-cache.org?priority=30
<sterni> I wanna cry
shapeless has joined #nixos
shapeless has quit [Client Quit]
tristan[m] has quit [Quit: Idle for 30+ days]
kclejeune[m] has quit [Quit: Idle for 30+ days]
codyopel has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @vcunat pushed to release-20.09 « xorg.xorgserver: patch CVE-2021-3472 »: https://git.io/JO0SQ
thnkg has joined #nixos
<sterni> Also nix doesn't follow redirects
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/db4dda79f8f (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<sterni> so if I have a HTTPS cache it I can't specify it without https:// or nix complains
ddellacosta has quit [Ping timeout: 265 seconds]
jumper149 has joined #nixos
<jumper149> Hi, I want to write a derivation of a repo with some scripts, that just need to get copied. No Makefile, no building. Just some patching with sed. What would be my best approach?
<thnkg> I want to install NixOS, but even the unstable firmwareLinuxNonfree isn't new enough to have the microcode for my GPU (Radeon 6700XT). Is there a simple way to build a package from source during installation? Or would it be better to wait to save headache for someone unfamiliar with nix package management?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jumper149> thnkg: You do have tty working?
<thnkg> tty works with the minimal iso, it just uses the fallback vga mode
<jumper149> thnkg: I used this to get my amdgpu working. Maybe it can help you too
<jumper149> I basically just want you to look at linuxPackages_latest
lambdaman has joined #nixos
jess has quit [Quit: back soon]
fendor has joined #nixos
sangoma has quit [Quit: WeeChat 3.1]
lambdaman has quit [Ping timeout: 240 seconds]
<thnkg> I see, I think those are newer versions of the driver, no? While that may come into play later, I'm trying to figure out how to get the microcode I need.
<thnkg> The commit was made on 2021-03-22, but nixos-unstable's linuxFirmwareNonfree version is 2021-03-15
<thnkg> So is there some equivalent to gentoo's 9999 ebuilds to build directly from upstream's git source, or is this something I have to do myself without nix until a new release is tagged?
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
sangoma has joined #nixos
Izorkin has joined #nixos
<jumper149> thnkg: You can override the derivation with an overlay.
lsix has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
lambdaman has joined #nixos
<jumper149> thnkg: I don't know a lot about gentoo, but basically you could just change the "src" attribute of the linux derivation and change it to the commit you desire.
m3thos has quit [Quit: WeeChat 2.8]
lambdaman has quit [Ping timeout: 240 seconds]
cyraxjoe has quit [Ping timeout: 268 seconds]
<thnkg> Alright, thanks for the insight. It looks like I have a lot more reading to do about nix before I get this far
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #119780 → miniserve: 0.13.0 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/119780
<{^_^}> [nixpkgs] @dotlambda opened pull request #119781 → veracrypt: correct license → https://github.com/NixOS/nixpkgs/pull/119781
thnkg has quit [Quit: Connection closed]
beertoagunfight has quit [Ping timeout: 258 seconds]
jbetz_ has quit [Quit: Connection closed for inactivity]
civodul has joined #nixos
<{^_^}> [nixpkgs] @omasanori opened pull request #119782 → kramdown-rfc2629: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/119782
<{^_^}> [nixpkgs] @danieldk opened pull request #119783 → cudatoolkit-{9,9_0,9_1,9_2}: remove → https://github.com/NixOS/nixpkgs/pull/119783
Jess[m]1 has joined #nixos
vidbina has joined #nixos
aveltras has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #119784 → not for merge: test if ofborg tests passthru.tests → https://github.com/NixOS/nixpkgs/pull/119784
<{^_^}> [nixpkgs] @zowoq merged pull request #119780 → miniserve: 0.13.0 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/119780
respawn_ has quit [Quit: Leaving]
lsix has quit [Ping timeout: 248 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
<liketechnik> Hey there, I have a question regarding toml serialization with `pkgs.formats.toToml`: What I want is a string containing `\[`, but I can't figure out how I have to escape it in my nix configuration.
<{^_^}> [nixpkgs] @greizgh closed pull request #116327 → nixos/promtail: add supplementary groups option → https://github.com/NixOS/nixpkgs/pull/116327
respawn_ has joined #nixos
<lukegb> liketechnik: a string containing \[ (i.e. "\\[" in toml?)?
<liketechnik> not quite, I want "\[" in the toml
<lukegb> hm, interesting
<{^_^}> [nixpkgs] @raboof closed pull request #119784 → not for merge: test if ofborg tests passthru.tests → https://github.com/NixOS/nixpkgs/pull/119784
easylee has joined #nixos
Dr8128 has joined #nixos
lambdaman has joined #nixos
<sterni> liketechnik: formats.toml uses json2toml internally, so you might want to check how it does it
<sterni> liketechnik: in theory I'd say having "\\[" should be enough in nix and it should work correclty
<sterni> liketechnik: isn't "\[" invalid TOML though? "\\[" seems to be more like it
lambdaman has quit [Ping timeout: 265 seconds]
<liketechnik> sterni: I find it strange too, but it's what starship has in it's docs (and what worked in the plain config file, before I switched to nix): https://starship.rs/config/#example-49
<liketechnik> and "\\[" in the nix config becomes "\\\\[" in the resulting .toml file for some reason
ddellacosta has joined #nixos
berberman has joined #nixos
vidbina has quit [Ping timeout: 252 seconds]
berberman_ has quit [Ping timeout: 260 seconds]
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119786 → glibc: always compile with a gcc stdenv → https://github.com/NixOS/nixpkgs/pull/119786
<sterni> liketechnik: that's weird "\\[" should become "\\[" in json
kandinsk1 is now known as kandinski
<sterni> maybe there's extra escaping happening by accident in formats.toml
endvra has quit [Read error: Connection reset by peer]
endvra has joined #nixos
zeenk has joined #nixos
<sterni> liketechnik: what are you doing exactly?
<sterni> nix-build -E 'with import <nixpkgs> {}; (formats.toml {}).generate "foo" { foo = "\\\\["; }'
<sterni> foo = "\\["
<sterni> is the result of that, so checks out
griff__ has joined #nixos
<sterni> (note that the \\\\ is shell + nix escaping :p)
<liketechnik> that's more or less what I'm doing (my foo is nested inside an object/array, but that shouldn't make a difference)
nisstyre has joined #nixos
endvra has quit [Ping timeout: 260 seconds]
Tv` has quit [Quit: Connection closed for inactivity]
endvra has joined #nixos
beertoagunfight has joined #nixos
lambdaman has joined #nixos
aasg has quit [Quit: Bridge terminating on SIGTERM]
beertoagunfight has quit [Read error: Connection reset by peer]
aasg has joined #nixos
lambdaman has quit [Ping timeout: 252 seconds]
aasg has quit [Remote host closed the connection]
liketechnik has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/38cef0ba3b4 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
liketechnik has joined #nixos
beertoagunfight has joined #nixos
aasg has joined #nixos
ddellacosta has joined #nixos
<liketechnik> so apparently builtins.toJSON escapes all string values again, which would make it impossible to get foo = "\[" in the toml (nix ignores a single backslash if it is an invalid escape afaik)
<asymmetric> in flakes, is there a way to see the error log when the failure is cached?
<asymmetric> rather than just error: cached failure of attribute 'nixosConfigurations.tachikoma.config.system.build.toplevel'
<asymmetric> during a nixos-rebuild in this case, but more generally during a `nix build`
<liketechnik> I don't really have a solution, but even changes that don't effect the output (like adding a comment) display the error again iirc
ahmedelgabri has quit [Ping timeout: 248 seconds]
davidv7_ has quit [Read error: Connection reset by peer]
ddellacosta has quit [Ping timeout: 240 seconds]
MmeQuignon has joined #nixos
<asymmetric> yeah, or adding an empty line :/
mallox has joined #nixos
mallox has quit [Client Quit]
davidv7_ has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #119787 → [20.09] python3Packages.pikepdf: add patch for CVE-2021-29421 → https://github.com/NixOS/nixpkgs/pull/119787
griff__ has quit [Quit: griff__]
<{^_^}> [nixpkgs] @jojosch opened pull request #119788 → nixos/dnsdist: dndist.conf -> dnsdist.conf → https://github.com/NixOS/nixpkgs/pull/119788
amk has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @yorickvP opened pull request #119789 → asterisk: 13.38.0 -> 13.38.2, 16.15.0 -> 16.17.0, 17.9.0 -> 17.9.3, 18.1.0 -> 18.3.0 → https://github.com/NixOS/nixpkgs/pull/119789
<{^_^}> [nixpkgs] @thyol opened pull request #119790 → Nixpkgs systemd → https://github.com/NixOS/nixpkgs/pull/119790
simpson has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @yorickvP closed pull request #112210 → pythonPackages.nmigen, glasgow: update to unstable-2021-02-04 → https://github.com/NixOS/nixpkgs/pull/112210
<{^_^}> [nixpkgs] @polygon opened pull request #119791 → mpir: Add --enable-fat build option → https://github.com/NixOS/nixpkgs/pull/119791
ahmedelgabri has quit [Ping timeout: 258 seconds]
v45h has joined #nixos
<attila_lendvai> is something broken with xkbconf on nixos? i can't make it to emit anything else than zero length output files. shouldn't this work? xkbcomp -R"$(nix-build --no-out-link '<nixpkgs>' -A xorg.xkeyboardconfig)/etc/X11/xkb/" symbols/us /tmp/x
ddellacosta has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
griff__ has joined #nixos
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #119792 → traitor: init at 0.0.3 → https://github.com/NixOS/nixpkgs/pull/119792
<{^_^}> [nixpkgs] @alyssais opened pull request #119793 → netbsd.sys: fix build → https://github.com/NixOS/nixpkgs/pull/119793
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @ulrikstrid opened pull request #119794 → ocamlPackages.x509: 0.11.2 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119794
lambdaman has quit [Ping timeout: 246 seconds]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @yorickvP opened pull request #119795 → backport oauth2_proxy: 6.0.0 -> 7.0.1 [security] → https://github.com/NixOS/nixpkgs/pull/119795
* attila_lendvai is trying instead to use services.xserver.extraLayouts
* attila_lendvai wonders why orca is being compiled after changing that option
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #119796 → libpcap: fix build on NetBSD → https://github.com/NixOS/nixpkgs/pull/119796
GBroot has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #119797 → ffuf: 1.2.1 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/119797
beertoagunfight has quit [Ping timeout: 258 seconds]
<attila_lendvai> nixos 20.09 is rebuilding a shitload of stuff for dealing with that extra keyboard layout. is that expected?
* attila_lendvai means compiling packages locally
<{^_^}> [nixpkgs] @yorickvP opened pull request #119798 → oauth2_proxy: rename to oauth2-proxy → https://github.com/NixOS/nixpkgs/pull/119798
lsix has joined #nixos
wallacer has quit [Ping timeout: 250 seconds]
GBroot has quit [Quit: Using mIRC 7.61 patched ! - http://webchat.draganov.ovh]
beertoagunfight has joined #nixos
lsix has quit [Ping timeout: 258 seconds]
Antkibo has joined #nixos
<Antkibo> Hi, good morning. How would I submit a PR to update a package if I'm not the maintainer?
<{^_^}> [nixpkgs] @alyssais opened pull request #119799 → netbsd: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/119799
<lukegb> Antkibo: you can just make the PR, it should add the maintainers as reviewers automatically
<hodapp> have you already made your own branch and made the updates there?
<Antkibo> hodapp: yes
<hodapp> you should just be able to do a PR directly on that
<Antkibo> lukegb: But do I add myself as a maintainer? I haven't touch the meta section
<lukegb> I don't think you usually have to, if you're doing this as a one off fix. If you'd like to contribute to ongoing maintenance of the package, I don't see why not
<Antkibo> Ok, thanks lukegb and hodapp!
griff__ has quit [Quit: griff__]
<attila_lendvai> services.xserver.layout is a rather unfortunate name for specifying *keyboard* layouts
sparogy has quit [Quit: ZNC 1.8.2 - https://znc.in]
sparogy has joined #nixos
__monty__ has joined #nixos
<bl1nk> I am just getting started using NixOS and wanted to run it on a NUC at home first. Would you recommend going with nixops first or should I start looking at morph or krops directly? The nix ecosystem is a lot... :D
lsix has joined #nixos
<hodapp> why not just start with NixOS on the NUC?
<{^_^}> [nixpkgs] @flokli merged pull request #119491 → flyctl: 0.0.170 -> 0.0.210 → https://github.com/NixOS/nixpkgs/pull/119491
<bl1nk> if things go smoothly I'd like to deploy it to a VPS as well, that's why I thought I should be looking at a way to remotely push configuration right away
<hodapp> I'd just start with NixOS, learn that enough to be comfortable, and then try to extend that to NixOps
<bl1nk> You are right though
<bl1nk> Thanks
<lukegb> Yeah, I have about 12 machines and I'm still not NixOpsing yet
<lukegb> ...hmm, make that 17
<hodapp> o_O
<gchristensen> I'm cutting you off lukegb
lsix has quit [Ping timeout: 258 seconds]
<lukegb> I just have a GitLab CI pipeline and also put my secrets into the nix store 🙈
<hodapp> are there any good examples in Nixpkgs someone can point to for something installing Guile libraries into a custom load-path?
ddellacosta has joined #nixos
<hodapp> trying to update libfive still, and its CMake installer just acquired a step in which it tries to install its Guile libraries directly into what Guile says is its site-path (which of course isn't writable here)
<lukegb> that's not really how... I'd necessarily do that - probably using configureFlags and placeholder would be better, like, err, https://github.com/NixOS/nixpkgs/blob/master/pkgs/data/misc/media-player-info/default.nix#L22 would be better
<hodapp> but I don't know which configureFlags I can do without having to completely rejigger their CMake
<hodapp> as-written it's at the whim of (%site-dir) and (%site-ccache-dir)
<lukegb> that's... unfortunate
<lukegb> The other option is writing a patch to replace the installation output directory with the "correct" path
ddellacosta has quit [Ping timeout: 252 seconds]
<hodapp> that was looking like the only option, besides me doing an upstream patch to fix it to do I-don't-know-exactly-what
<lukegb> I don't see a reference to %site-dir
<{^_^}> [nixpkgs] @romildo opened pull request #119800 → lxqt.liblxqt: use absolute path with pkexec → https://github.com/NixOS/nixpkgs/pull/119800
<hodapp> ah, wait, looking at an older commit. they don't use %site-dir but they do use %site-ccache-dir
<lukegb> if so, sending an upstream patch to only set GUILE_CCACHE_DIR if it isn't already defined would work for that, at least - then in the nix derivation you can set -DGUILE_CCACHE_DIR=$out/share/whatever/the/path/was
MmeQuignon has quit [Quit: WeeChat 3.1]
<hodapp> wouldn't the nix derivation then still need some kind of wrapper for libfive-studio to have that in its load-compiled-path?
<hodapp> e.g. setting GUILE_LOAD_COMPILED_PATH
lsix has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #119773 → [20.09] ostree: fix TLS errors → https://github.com/NixOS/nixpkgs/pull/119773
<{^_^}> [nixpkgs] @magnetophon reopened pull request #78721 → zfs: Make sure copyKernels enabled if you're using zfs → https://github.com/NixOS/nixpkgs/pull/78721
Nickli has quit [Ping timeout: 248 seconds]
wallacer has joined #nixos
Nickli has joined #nixos
vidbina has joined #nixos
<hodapp> ugh... intermediate solution might just be disabling Guile's ccache so things can actually run
beertoagunfight has quit [Read error: Connection reset by peer]
akaWolf has quit [Ping timeout: 240 seconds]
respawn_ has quit [Quit: Leaving]
ddellacosta has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ck3d opened pull request #119801 → sumneko-lua-language-server: 1.16.0 -> 1.20.2 → https://github.com/NixOS/nixpkgs/pull/119801
ddellacosta has quit [Ping timeout: 252 seconds]
Antkibo has quit [Quit: Connection closed]
MysteriousSilver has joined #nixos
<lukegb> hodapp: whoops, sorry; in theory the Guile setup hook should take care of that, iirc
<MysteriousSilver> Hi! Nix newb here, i tried to install texlive.latex.pkgs through the `nix-env -iA` command, how do i uninstall it? there are now ~200 new packages
<hodapp> lukegb: err, what? guile setup hook?
<lukegb> although I guess there isn't one for GUILE_LOAD_COMPILED_PATH, huh
<hodapp> yeah
<lukegb> whoops, held down ctrl for too long
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119747 → python3Packages.pur: init at 5.4.0 → https://github.com/NixOS/nixpkgs/pull/119747
<evils> MysteriousSilver: tried `nix-env -e texlive.latex.pkgs`?
<hrnz> this may be a dumb question, but can someone give me a rough estimate when nixos will use flakes by default instead of channels? So are we talkinng about months, years, or probably never?
nisstyre has quit [Ping timeout: 250 seconds]
<lukegb> hodapp: so, err, yeah, in general you'd need to wrap the thing yourself to make sure the env variable is set properly
<hodapp> lukegb: but how does one ensure that the load path actually makes it into that?
<MysteriousSilver> evils: the shell returns nothing and exits
lsix has quit [Ping timeout: 258 seconds]
nisstyre has joined #nixos
<evils> hrnz: doesn't seem like a dumb question, i don't think there's an answer though https://github.com/NixOS/rfcs/pull/49
<{^_^}> rfcs#49 (by edolstra, 1 year ago, closed): [RFC 0049] Flakes
<evils> MysteriousSilver: maybe something like `nix-env -e $(nix-env -q | grep "texlive")`?
<MysteriousSilver> evils: thanks, that worked!
<evils> :O
sangoma has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #119802 → redis: add withSystemd argument → https://github.com/NixOS/nixpkgs/pull/119802
ddellacosta has joined #nixos
<evils> i'm looking for help with #119702 i think it needs some nix specific python knowhow
<{^_^}> https://github.com/NixOS/nixpkgs/pull/119702 (by evils, 1 day ago, open): plover.dev-with-plugins: init
<fionera_> hi I try to write a function that returns all .nix files in a folder but when i call builtins.readDir I always get `string './module' doesn't represent an absolute path`
endformationage has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
ManiacOfMadness has quit [Ping timeout: 260 seconds]
<sterni> fionera_: builtins.readDir (toString ./module)
<{^_^}> [nixpkgs] @veprbl merged pull request #108512 → losslesscut-bin: init at 3.33.1 → https://github.com/NixOS/nixpkgs/pull/108512
<{^_^}> [nixpkgs] @veprbl merged pull request #107431 → darwin.darling.src: fix build on case-sensitive filesystems → https://github.com/NixOS/nixpkgs/pull/107431
nicooo is now known as nicoo
<sterni> > builtnis.readDir (toString ./.)
<{^_^}> undefined variable 'builtnis' at (string):494:1
<sterni> > builtins.readDir (toString ./.)
<{^_^}> access to path '/var/lib/nixbot/state/nixpkgs' is forbidden in restricted mode
<fionera_> Ah yeah the issue was that i had it as string :D
<fionera_> thank you :D
attila_lendvai has quit [Quit: Leaving]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
vidbina has quit [Ping timeout: 252 seconds]
lambdaman has joined #nixos
meh` has quit [Ping timeout: 260 seconds]
dotdotok has joined #nixos
lambdaman has quit [Ping timeout: 240 seconds]
<fionera_> Ok now the function works and I have it imported in my script and I import other folders but want to make this accessible... smth like this in the module: `{ config, pkgs, lib, custom, ... }:`
<fionera_> how do I have to register/declare it so the imported modules can get the `custom` module?
<{^_^}> [nixpkgs] @risicle merged pull request #119449 → nncp: 6.2.0 -> 6.3.0 → https://github.com/NixOS/nixpkgs/pull/119449
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #119803 → nixos/nginx: set isSystemUser → https://github.com/NixOS/nixpkgs/pull/119803
ddellacosta has joined #nixos
anderslundstedt has quit [Ping timeout: 252 seconds]
anderslundstedt has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
zupo has joined #nixos
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann closed pull request #119479 → llvmPackages_7.libcxxabi: make libunwind an optional dependency again → https://github.com/NixOS/nixpkgs/pull/119479
zopieux has quit [Ping timeout: 260 seconds]
zopieux has joined #nixos
zupo_ has joined #nixos
lambdaman has quit [Ping timeout: 265 seconds]
liketechnik has quit [Quit: liketechnik]
zupo has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
liketechnik has joined #nixos
xkapastel has joined #nixos
<yorick> primeos: did opening firefox links from slack stop working recently?
<yorick> eh, I'll just wrap firefox
<gchristensen> did xdg-open fall out of its PATH?
tv has quit [Ping timeout: 246 seconds]
<yorick> gchristensen: no, it seems to set GDK_BACKEND=x11 somewhere in the pipeline
<yorick> btw I use wayland
<yorick> :)
<gchristensen> don't we all!
beertoagunfight has joined #nixos
<yorick> possibly
<yorick> I don't see who's adding GDK_BACKEND=x11, /proc/environ is not returning anything on the slack processes
ManiacOfMadness has joined #nixos
akaWolf has joined #nixos
ddellacosta has joined #nixos
tv has joined #nixos
lsix has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
Synthetica has joined #nixos
<primeos> yorick: No idea, I don't use Firefox. Do you already use firefox-wayland? (that should force it)
<yorick> primeos: firefox-wayland isn't building on my current nixpkgs
<yorick> (9e377a6ce)
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/db4dda79f8f (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<yorick> actually, that's not quite true
<yorick> something is weird
meh` has joined #nixos
ManiacOfMadness has quit [Ping timeout: 260 seconds]
sss2 has joined #nixos
<yorick> looks like firefox-wayland doesn't actually set GDK_BACKEND
vidbina has joined #nixos
Tv` has joined #nixos
ManiacOfMadness has joined #nixos
Dr8128 has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
tv has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @teto merged pull request #119723 → luaPackages.lua-resty-openidc: 1.7.2-1 -> 1.7.4-1 → https://github.com/NixOS/nixpkgs/pull/119723
ericsagnes has quit [Ping timeout: 258 seconds]
gigahawk[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @yorickvP opened pull request #119804 → firefox-wrapper: unset GDK_BACKEND with forceWayland → https://github.com/NixOS/nixpkgs/pull/119804
<buffet> hey, is there a way i can `fetchTarball` with a certain useragent?
attila_lendvai has joined #nixos
tv has joined #nixos
tv has quit [Client Quit]
<{^_^}> [nixpkgs] @catern opened pull request #119805 → screenkey: 1.2 -> 1.4 → https://github.com/NixOS/nixpkgs/pull/119805
tv has joined #nixos
sleepyMonad has joined #nixos
<catern> buffet: I don't know a concretely how to do it, or if it's possible with fetchTarball specifically, but I can tell you it's theoretically possible; just invoke curl or whatever with the option to set the useragent, inside of a fixed-output derivation
<catern> in case that's helpful to know
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #119796 → libpcap: fix build on NetBSD → https://github.com/NixOS/nixpkgs/pull/119796
nixy has joined #nixos
MysteriousSilver has quit [Ping timeout: 258 seconds]
ericsagnes has joined #nixos
cole-h has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<janneke> #guix-h
Dr8128 has joined #nixos
<janneke> oops
<{^_^}> [nixpkgs] @renesat opened pull request #119806 → taskwarrior-tui: 0.10.4 -> 0.13.12 → https://github.com/NixOS/nixpkgs/pull/119806
vidbina has quit [Ping timeout: 252 seconds]
nixy has quit [Remote host closed the connection]
<noonien> hmm, is there any reason why `programs.wireshark.enable = true;` in my configuration.nix doesn't put `wireshark` in /run/current-system/sw/bin?
<noonien> it used to work in the past
lsix1 has joined #nixos
ddellacosta has joined #nixos
nixy has joined #nixos
<gchristensen> looks like it puts wireshark-cli in to the path by default? https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/wireshark.nix#L21
<noonien> $ ls /run/current-system/sw/bin/wire*
<noonien> ls: cannot access '/run/current-system/sw/bin/wire*': No such file or directory
<{^_^}> [nixpkgs] @norman-thomas opened pull request #119807 → react-static: init at 7.5.3 → https://github.com/NixOS/nixpkgs/pull/119807
<noonien> i don't see anything obviously wrong
<noonien> i'm not sure what binaries wireshark-cli provides, perhaps it just doesn't provide any wireshark* binary
<noonien> i set `programs.wireshark.package = pkgs.wireshark;` and now i also have access to the wireshark binary/gui
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @romildo merged pull request #119800 → lxqt.liblxqt: use absolute path with pkexec → https://github.com/NixOS/nixpkgs/pull/119800
zupo has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
nixy has quit [Quit: The Lounge - https://thelounge.chat]
<cole-h> noonien: wireshark-cli provides tshark
<{^_^}> [nixpkgs] @cole-h opened pull request #119808 → zrepl: 0.3.1 -> 0.4.0 → https://github.com/NixOS/nixpkgs/pull/119808
nixy has joined #nixos
zupo_ has joined #nixos
zupo has quit [Ping timeout: 240 seconds]
lsix1 has quit [Ping timeout: 258 seconds]
socialjusticewaf has quit [Quit: Idle for 30+ days]
enno[m] has quit [Quit: Idle for 30+ days]
vidbina has joined #nixos
jluttine has quit [Quit: WeeChat 3.0]
vidbina has quit [Client Quit]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @yvt opened pull request #119809 → spin: enable darwin support → https://github.com/NixOS/nixpkgs/pull/119809
gustavderdrache has joined #nixos
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #119492 → frangipanni: 0.4.2 -> 0.5.0 → https://github.com/NixOS/nixpkgs/pull/119492
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
liketechnik_ has joined #nixos
liketechnik has quit [Ping timeout: 240 seconds]
Jd007 has joined #nixos
ManiacOfMadness has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @risicle merged pull request #119485 → doctl: 1.58.0 -> 1.59.0 → https://github.com/NixOS/nixpkgs/pull/119485
lsix has quit [Ping timeout: 260 seconds]
jluttine has joined #nixos
lsix has joined #nixos
beertoagunfight has quit [Ping timeout: 258 seconds]
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119812 → nixos/tests/packagekit: fix test machine evaluation → https://github.com/NixOS/nixpkgs/pull/119812
jluttine has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [hydra] @Ma27 opened pull request #919 → Add support for private projects → https://github.com/NixOS/hydra/pull/919
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Wizek has joined #nixos
<{^_^}> [nixpkgs] @mkg20001 opened pull request #119813 → nginxQuic package and boringssl update → https://github.com/NixOS/nixpkgs/pull/119813
BaD_CrC[m] has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119799 → netbsd: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/119799
<{^_^}> [nixpkgs] @veprbl merged pull request #119809 → spin: enable darwin support → https://github.com/NixOS/nixpkgs/pull/119809
meh` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #119814 → spin: update homepage to https → https://github.com/NixOS/nixpkgs/pull/119814
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119797 → ffuf: 1.2.1 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/119797
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119812 → nixos/tests/packagekit: fix test machine evaluation → https://github.com/NixOS/nixpkgs/pull/119812
jluttine has joined #nixos
AkechiShiro has joined #nixos
AkechiShiro has quit [Client Quit]
ManiacOfMadness has joined #nixos
AkechiShiro has joined #nixos
ddellacosta has joined #nixos
<AkechiShiro> Hi, I am using Jellyfin from unstable and I've installed ffmpeg_full on NixOS 20.09 however Jellyfin throws error when it uses ffprobe (a binary that comes bundled with ffmpeg_full).
<AkechiShiro> I am getting this error : /nix/store/xg6ilb9g9zhi2zg1dpi4zcp288rhnvns-glibc-2.30/lib/libc.so.6: version `GLIBC_2.32' not found (required by /nix/store/hsw0sq8y0a46fxc2d7krgyr6p5dy71kd-gcc-10.2.0-lib/lib/libgomp.so.1)
<shapr> When is 21.x releasing?
<{^_^}> [nixpkgs] @veprbl opened pull request #119815 → python3Packages.cython: move gdb to checkInputs → https://github.com/NixOS/nixpkgs/pull/119815
<qyliss> shapr: May
<gchristensen> shapr: a recent RFC changed the release schedule to be 20.05 instead of 20.03
<shapr> gchristensen: oh, thanks!
* shapr puts it on his calendar
ddellacosta has quit [Ping timeout: 240 seconds]
growpotkin has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/b2a189a8618 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119792 → traitor: init at 0.0.3 → https://github.com/NixOS/nixpkgs/pull/119792
<Izorkin> stevenroose: aanderse: full checking PR #119110 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/119110 (by Izorkin, 1 week ago, open): nixos/peertube: init service
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119788 → nixos/dnsdist: dndist.conf -> dnsdist.conf → https://github.com/NixOS/nixpkgs/pull/119788
<{^_^}> [nixpkgs] @midchildan opened pull request #119816 → nnn: make optional dependencies optional → https://github.com/NixOS/nixpkgs/pull/119816
attila_lendvai_ has joined #nixos
<{^_^}> [nixpkgs] @asbachb opened pull request #119817 → netbeans: Enable antialising for texts in NetBeans IDE → https://github.com/NixOS/nixpkgs/pull/119817
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119774 → vimPlugins.LanguageClient-neovim: 0.1.160 → 0.1.161 → https://github.com/NixOS/nixpkgs/pull/119774
attila_lendvai has quit [Ping timeout: 268 seconds]
vuko has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119782 → kramdown-rfc2629: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/119782
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119781 → veracrypt: correct license → https://github.com/NixOS/nixpkgs/pull/119781
garionion has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119805 → screenkey: 1.2 -> 1.4 → https://github.com/NixOS/nixpkgs/pull/119805
<garionion> hey, could it be, that nixops is ignoring my ssh config? because i want to deploy a machine which is only reachable behind a jumphost and nixops just takes forever to connect (i thinks its stuck)
vuko has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119807 → react-static: init at 7.5.3 → https://github.com/NixOS/nixpkgs/pull/119807
<pie_> is there a way to list queued nix builds?
ahmedelgabri has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119802 → redis: add withSystemd argument → https://github.com/NixOS/nixpkgs/pull/119802
vuko_ has joined #nixos
asheshambasta has quit [Ping timeout: 248 seconds]
vuko has quit [Ping timeout: 240 seconds]
<supersandro2000> garionion: I provision the ssh keys for it myself and that uses the ssh_config
<supersandro2000> pie_: not sure if https://github.com/samueldr/nix-top does that
<samueldr> only active
<{^_^}> [nixpkgs] @nlewo opened pull request #119818 → brscan4: 0.4.9-1 -> 0.4.10-1 → https://github.com/NixOS/nixpkgs/pull/119818
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119801 → sumneko-lua-language-server: 1.16.0 -> 1.20.2 → https://github.com/NixOS/nixpkgs/pull/119801
Jd007 has quit [Quit: Jd007]
<garionion> supersandro2000: well on my end it apparently just ignores the proxy jump :(
<garionion> (or maybe everything, but this is the only thing that matters)
lambdaman has quit [Remote host closed the connection]
vuko has joined #nixos
meh` has joined #nixos
<supersandro2000> garionion: do you have your target host set to the name you connect to the host with?
haritz has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<supersandro2000> eg `targetHost = "some-host";` and ssh some-host ?
vuko_ has quit [Quit: leaving]
vuko has quit [Client Quit]
vuko has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @nlewo merged pull request #119500 → hydrogen: 1.0.1 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/119500
ddellacosta has quit [Ping timeout: 240 seconds]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #119819 → [staging-next] python3Packages:*, fixes → https://github.com/NixOS/nixpkgs/pull/119819
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #119815 → python3Packages.cython: move gdb to checkInputs → https://github.com/NixOS/nixpkgs/pull/119815
<{^_^}> [nixpkgs] @jonringer opened pull request #119820 → [staging-next] discord: fix autoPatchelfHook not finding libXdamage.so.1 → https://github.com/NixOS/nixpkgs/pull/119820
<{^_^}> [nixpkgs] @risicle merged pull request #119727 → pythonPackages.awkward: 1.1.2 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/119727
yjftsjthsd has quit [Quit: The Lounge - https://thelounge.chat]
yjftsjthsd has joined #nixos
<{^_^}> [nixpkgs] @veprbl reopened pull request #119815 → python3Packages.cython: move gdb to checkInputs → https://github.com/NixOS/nixpkgs/pull/119815
meh` has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #119821 → foot: 1.7.1 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/119821
zupo has joined #nixos
<afontain_> Is there a convention for packaging licenses around here, like Debian has "install the licence in /usr/share/doc"?
ddellacosta has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
<sterni> mostly this is handled via meta.license
<sterni> some packages do still install it to $out/share/doc I think
<sterni> but there is no real need to if the license maps to one available in lib.licenses
zupo has quit [Client Quit]
aveltras has quit [Quit: Connection closed for inactivity]
ddellacosta has quit [Ping timeout: 240 seconds]
<a12l> I'm reading the sixth Nix pill, and have created a file `default.nix` places in a directory. The file contains `derivation { name = "myname"; builder = "mybuilder"; system = "mysystem"; }`, which is copied from the pill. I when try to create a derivation by running the command `nix eval -f channel:nixpkgs default.nix` in the directory containing the `default.nix` file. But when I run the command I get a error message saying
<a12l> `error: unable to download 'https://nixos.org/channels/nixpkgs/nixexprs.tar.xz': HTTP error 404`. What I'm doing wrong?
<{^_^}> [nixpkgs] @dotlambda opened pull request #119823 → python3Packages.pytest-subprocess: 1.0.1 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/119823
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #119793 → netbsd.sys: fix build → https://github.com/NixOS/nixpkgs/pull/119793
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119821 → foot: 1.7.1 -> 1.7.2 → https://github.com/NixOS/nixpkgs/pull/119821
beertoagunfight has quit [Ping timeout: 268 seconds]
derek_betak has quit [Quit: derek_betak]
<elvishjerricco> Is there a way to force nixos to put `systemd.services.foo` stuff in a dropin in `foo.service.d`? The service I want to override is created by a generator, so its service file is in /run and takes precedent, and since there's no foo.service in /etc/systemd/system nixos tries to put these configurations in foo.service instead of foo.service.d. Ergo, they don't get applied.
lewo` has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119761 → go-task: 3.3.0 -> 3.4.1 → https://github.com/NixOS/nixpkgs/pull/119761
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119759 → ytfzf: 1.1.3 -> 1.1.4 → https://github.com/NixOS/nixpkgs/pull/119759
lewo has joined #nixos
<supersandro2000> elvishjerricco: create the file manually?
<supersandro2000> environment.etc.systemd
<elvishjerricco> supersandro2000: You can't. /etc/systemd/system is a derivation; so you can't manually mess with the files in it
bennofs_ has joined #nixos
griff__ has joined #nixos
stites[m] has joined #nixos
<stites[m]> has anyone in here needed to build the node package keytar before? I'm having a bit of trouble using node2nix
<elvishjerricco> Yuck. Making a package with a symlink from $out/lib/systemd/system/foo.service -> /dev/null, and adding that package to `systemd.packages` causes nixos to put my settings in a drop-in, which works -_-
<{^_^}> [nixpkgs] @vbgl merged pull request #119794 → ocamlPackages.x509: 0.11.2 -> 0.12.0 → https://github.com/NixOS/nixpkgs/pull/119794
Siyo has quit [Quit: Bye]
ddellacosta has joined #nixos
Siyo has joined #nixos
<garionion> supersandro2000: (sorry, i was eating): yes, the target host is the one i want to deploy
ddellacosta has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @bachp merged pull request #119484 → dnsproxy: 0.37.0 -> 0.37.1 → https://github.com/NixOS/nixpkgs/pull/119484
nonchris has quit [Quit: The Lounge - https://thelounge.chat]
nonchris has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #119701 → sdcc: 4.0.0 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/119701
<{^_^}> [nixpkgs] @alyssais opened pull request #119824 → netbsd.sys: actually build the kernel → https://github.com/NixOS/nixpkgs/pull/119824
lsix has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @jonringer opened pull request #119825 → openssl: fix bin installation for static builds → https://github.com/NixOS/nixpkgs/pull/119825
ahmedelgabri has joined #nixos
smatting has joined #nixos
waleee-cl has joined #nixos
ddellacosta has joined #nixos
attila_lendvai_ has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jojosch opened pull request #119826 → dbeaver: 21.0.2 -> 21.0.3 → https://github.com/NixOS/nixpkgs/pull/119826
lambdaman has joined #nixos
zeta_0 has joined #nixos
Lord_of_Life_ has joined #nixos
ddellacosta has joined #nixos
lambdaman has quit [Ping timeout: 240 seconds]
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #119758 → kissfft: 131 -> 131.1.0 → https://github.com/NixOS/nixpkgs/pull/119758
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life_ is now known as Lord_of_Life
zeta_0 has quit [Client Quit]
ManiacOfMadness has quit [Ping timeout: 260 seconds]
griff__ has quit [Quit: griff__]
ddellacosta has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Ping timeout: 240 seconds]
jjakob has quit [Quit: Either I'm rebooting or Quassel died again.]
fuiltilt has joined #nixos
Siyo has quit [Quit: Bye]
Siyo has joined #nixos
<matthewcroughan> What does the enableRegedit option for samba4full do?
hiro98 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #119827 → stdenv.isBSD: reinit → https://github.com/NixOS/nixpkgs/pull/119827
Dr8128 has quit [Ping timeout: 260 seconds]
ScatteredRay has joined #nixos
<ScatteredRay> Hi! So, if a package is marked as broken, how can I begin to diagnose. Is there a bug tracker somewhere I should check first?
<evils> ScatteredRay: i usually remove the marking and see how the build fails
<infinisil> ScatteredRay: Issue tracker would be https://github.com/NixOS/nixpkgs/issues
<ScatteredRay> Has this only ever been built twice: https://hydra.nixos.org/job/nixos/release-20.09/nixpkgs.julia.x86_64-linux
<ScatteredRay> Ohh, I guess it just shows the last two?
<ScatteredRay> Looks like this was the first failure? https://hydra.nixos.org/build/112456002
ddellacosta has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b2f2d04f01b (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<matthewcroughan> Can anyone succinctly tell me what the 'rec' keyword is? Or point me to a part of the manual that talks about it?
<matthewcroughan> Good so far.
<matthewcroughan> Why wouldn't you use it in a derivation? I've seen examples of derivations that do and do not use rec at the point of stdenv.mkDerivation.
<evils> it makes it recursive, meaning attributes can refer to attributes in the same scope
<supersandro2000> and it is pretty safe to use in mkDerivation
<evils> usually used in mkDerivation because fetchFromGitHub uses ${version}
<supersandro2000> but if you are doing more calculation or lib things then you maybe do not want to use it to avoid infinite recursions
<matthewcroughan> supersandro2000: the hello derivation uses it, and i'm wondering why
<samueldr> one thing to know about rec is that it won't "compose" with overrides
ddellacosta has quit [Ping timeout: 252 seconds]
<samueldr> so if you only overrideAttrs the `version` attribute, it won't propagate to other uses
<samueldr> just a gotcha
<matthewcroughan> so without rec, the substitution wouldn't be possible? supersandro2000
<matthewcroughan> But could you do that in a `let in` instead?
<supersandro2000> yes
<{^_^}> [nixpkgs] @alyssais opened pull request #119828 → .github/labeler.yml: add bsd label → https://github.com/NixOS/nixpkgs/pull/119828
jjakob has joined #nixos
<matthewcroughan> supersandro2000: what's that `mirror://` in hello?
<evils> matthewcroughan: with a `let version = ...; in` you couldn't for example refer to hello.version
<samueldr> evils: though likely if it was used in this case, it would be with `inherit pname version;`
phalrax has joined #nixos
<phalrax> Hi, is anybody using zrepl for snapshots?
acarrico has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #119808 → zrepl: 0.3.1 -> 0.4.0 → https://github.com/NixOS/nixpkgs/pull/119808
<matthewcroughan> That's amazing
<matthewcroughan> That's that's the redundancy I was looking for
<matthewcroughan> So if I upload a derivation, say a C application, should I have mirrors?
<matthewcroughan> Should that PR include a modification to mirrors.nix
<samueldr> mirrors should be well-known mirrors
<samueldr> look at the general size of the organization behind the listed mirrors
<samueldr> you probably don't need to use mirrors
<ScatteredRay> Ok, why when I try to add nixpkgs.julia it fails with julia-1.0.4 but in the repo, 1.5 is avaliable: https://github.com/NixOS/nixpkgs/blob/89a08da8445a242abc3aec733abcb317966641c8/pkgs/development/compilers/julia/1.5.nix  nix search julia doesn't seem to show julia_15 or anything.
Dr8128 has joined #nixos
<sterni> > julia_15
<{^_^}> "<derivation /nix/store/fg1rhgdil6hmj0bqmsgl1lpj2i607a5l-julia-1.5.4.drv>"
<ScatteredRay> New to nixos, still trying to wrap my head around how deriviations work.
jonringer has quit [Remote host closed the connection]
<matthewcroughan> samueldr:
<matthewcroughan> whoops pre-emptive enter :D
<matthewcroughan> Is there an issue with sources being fetched from http in nixpkgs?
<matthewcroughan> `grep -ri 'url = http://'` on nixpkgs returned no results, whereas lots of https
<samueldr> matthewcroughan: not really in practice because of the hash
<samueldr> but still preferred
phalrax has quit [Quit: Connection closed]
jumper149 has quit [Quit: WeeChat 3.1]
<matthewcroughan> samueldr: I don't see any results though
<matthewcroughan> so will my package be the first?
ManiacOfMadness has joined #nixos
<samueldr> ¯\_(ツ)_/
<samueldr> ¯
<MichaelRaskin> I am pretty sure some people did a treewide replacement of all http:// sources if there is an https:// alternative apparently managed by the same upstream
<samueldr> I see enough http://
<samueldr> ag 'url\s*=\s*(''|")http://'
<samueldr> so no, it wouldn't be the first or only
<MichaelRaskin> matthewcroughan: if you search for _unquoted_ URLsP
<matthewcroughan> Great, thanks.
<MichaelRaskin> Of course you will find nothing, URLs should be quoted as normal strings
<matthewcroughan> What have I done instead?
<matthewcroughan> Are you referring to me putting it into single quotes?
<samueldr> 'url = http://' <- no quote at the start of http
<samueldr> so it won't match url = "http://
<samueldr> furthermore, sometimes there's more spaces for alignment
<matthewcroughan> pkgs/development/mobile/androidenv/examples/shell.nix seems to show up for unquoted url
<matthewcroughan> so does that mean all the packages that do show up, unquoted, are broken?
<evils> bad example, those are in comments :P
<samueldr> if it's unquoted in nix code, it's not up to the recent standards
<samueldr> though Nix itself still supports them, it's been deprecated for use in Nixpkgs
<matthewcroughan> Is there a way to test platforms = platforms.all ?
<samueldr> probably not
<samueldr> because platforms.all is almost definitely wrong
<samueldr> > lib.platforms.all
<{^_^}> [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "mipsel-linux" "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" "x86_64-cygwin" "x86_64-freebsd" "...
<matthewcroughan> The hello derivation uses it, is it accurate?
<samueldr> oh, it doesn't even list the more fun ones
<samueldr> yeah
<samueldr> but no, but yeah
<samueldr> it's a contentious issue
<evils> 3 fetchpatch uses without quoted URLs, a fetchgit and the entirety of pkgs/servers/web-apps/bookstack/php-packages.nix
<samueldr> evils: generated files wouldn't be touched, so the latter is probably something to be fixed in what generated it [assuming it's generated]
ddellacosta has joined #nixos
<matthewcroughan> samueldr: So how do you come to a determination on what platforms are supported, automatically?
<evils> samueldr: that file used to have a comment mentioning it is generated xD
<samueldr> matthewcroughan: there is no automatism
<matthewcroughan> would it be valid to use pkgsCross to test that
<matthewcroughan> or would that be considered invalid?
<samueldr> there is no clear concensus about meta.platforms
<samueldr> it would be valid
ddellacosta has quit [Ping timeout: 252 seconds]
<samueldr> but platforms.all is probably not the answer unless you know it runs on really exotic platforms, like windows, wasm, and other even more exotic
<samueldr> there are other collections that are useful for "ah, should compile on anything unix`
<samueldr> but opinions are still tense about whether using `lib.platforms.unix` is valid
<samueldr> > lib.platforms.unix
<{^_^}> [ <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> <CODE> ]
<samueldr> > :p lib.platforms.unix
<{^_^}> [ "aarch64-linux" "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "mipsel-linux" "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" "x86_64-cygwin" "x86_64-freebsd" "...
<samueldr> though it's more about what upstream claims to support
<{^_^}> [nixpkgs] @Antkibo opened pull request #119829 → eternity-engine: 3.42.02 -> 4.02.00 → https://github.com/NixOS/nixpkgs/pull/119829
<{^_^}> [nixpkgs] @oyren opened pull request #119830 → portfolio: 0.51.2 -> 0.52.0 → https://github.com/NixOS/nixpkgs/pull/119830
davidv7_ has quit [Ping timeout: 240 seconds]
VideoGameEnjoyer has joined #nixos
smatting has quit [Ping timeout: 250 seconds]
ManiacOfMadness has quit [Ping timeout: 260 seconds]
Qwerky has joined #nixos
<pie_> is there a module function which i can do a search/replace on a string with?
<pie_> well really more like, is there a module function such that i can run a funciton over the full string
ManiacOfMadness has joined #nixos
<supersandro2000> pie_: builtins.replaceStrings ?
<pie_> thats the easy part
<pie_> how do i do the override part
<pie_> guess i could have just checked the source though
nicoo has quit [Ping timeout: 240 seconds]
<pie_> ok this doesnt help because it doesnt take the value as a parameter https://github.com/NixOS/nixpkgs/blob/d600f006643e074c2ef1d72e462e218b647a096c/lib/modules.nix#L707
* pie_ wonders ifits even possible
alnn has joined #nixos
* pie_ nudges infinisil?
nicoo has joined #nixos
<bpye> Hm, so I know we can apply patches as part of a package build, but what if we need to add files?
<evils> bpye: either fetchPatch if it's available somewhere; or just drop it next to the package .nix
<pie_> turn the file into a patch xD
<pie_> jk
<pie_> idk if theres an attribute for pulling in files, if there isnt you can just cp ${./whatever} in
<pie_> though that will of course result in two copies ofit in the store, one ifthe first time it got pulled in, the other is in your target directory
<evils> oh, i misread, though still, fetch additional files like you would any source; or just drop it next to the package.nix
alnn has quit [Ping timeout: 252 seconds]
<bpye> Yeah, I think I'm planning to just drop it next to the package.nix - it's a device tree for uboot.
<{^_^}> [nixpkgs] @TredwellGit opened pull request #119831 → xorg.xf86inputlibinput: 1.0.0 -> 1.0.1 → https://github.com/NixOS/nixpkgs/pull/119831
<bpye> So I guess I'll just cp it in postPatch or something
hyiltiz has quit [Ping timeout: 260 seconds]
<pie_> though now that leaves me wondering how stuff ends up in $out normally
<pie_> bpye: you might want to look at nixwrt
<pie_> i havent really and i dont know my way around embedded, but it sounds likeit might be up your alley
<matthewcroughan> Anyone know what 'enableParallelBuilding' does in stdenv.mkDerivation?
<pie_> ah well i see youre already in -on-your-router
<pie_> generally if mkderivation is involved you want to check setup.sh
tomberek has joined #nixos
<bpye> pie_: Yeah, though in this case I'm not actually targeting a router - I'm trying to build an image for a Zynq board - though I guess the challenges are similar
<pie_> bpye: *nod*
<pie_> matthewcroughan: and probably theother stuff in that directory, but thats the main one. IIRC that attr might also be described in the manual
hyiltiz has joined #nixos
hyiltiz has joined #nixos
zupo has joined #nixos
wnklmnn has joined #nixos
__monty__ has quit [Quit: leaving]
tmciver has quit [Ping timeout: 260 seconds]
tmciver has joined #nixos
gdc has joined #nixos
gdc has quit [Client Quit]
garionion has quit [Quit: garionion]
fendor has quit [Remote host closed the connection]
davidv7_ has joined #nixos
VideoGameEnjoyer has quit [Ping timeout: 268 seconds]
aaabbbbbbbbbb has quit [Ping timeout: 240 seconds]
<samueldr> bpye: IIRC flokli did something for a zynq board too
<samueldr> might not be the right board for you though
nicoo has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
Cale has quit [Remote host closed the connection]
cptchaos83 has joined #nixos
nicoo has joined #nixos
<hexa-> that was a funky board
<hexa-> we used it for led controlls at the local hackspace
<hexa-> as soon as you loaded whatever blob it was into the fpga ipv6 would stop working
<flokli> hexa-: that was just a borked xilinx kernel
<flokli> It doesn't do that anymore
<flokli> But yeah, I'm not actively using any of this now, so vaporware alert
jess has joined #nixos
nicoo has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 246 seconds]
nicoo has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #119833 → lib.systems.doubles.all: reorganize → https://github.com/NixOS/nixpkgs/pull/119833
<{^_^}> [nixpkgs] @mweinelt merged pull request #119831 → xorg.xf86inputlibinput: 1.0.0 -> 1.0.1 → https://github.com/NixOS/nixpkgs/pull/119831
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #119529 → searx: 0.18.0 -> 1.0.0 → https://github.com/NixOS/nixpkgs/pull/119529
craige_ is now known as craige
<jackdk> How can I use the `extraCommands` argument to `dockerTools.streamLayeredImage` to create directories belonging to unprivileged users? It appears that the streaming script sets uid=gid=0 on everrythingg
sss has joined #nixos
<jackdk> alternatively, is there a robust way to drop privileges in the entrypoint script of such a container? I'm not opposed to starting as root, making the dirs I need and then dropping privs
sss has quit [Client Quit]
sss has joined #nixos
sss2 has quit [Quit: Leaving]
le0taku has quit [Ping timeout: 265 seconds]
ddellacosta has joined #nixos
mrSpec has joined #nixos
mrSpec has quit [Changing host]
mrSpec has joined #nixos
leotaku has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
ice7[m] has joined #nixos
sumner has quit [Quit: The Lounge - https://thelounge.chat]
<hodapp> working again on libfive; mkDerivation seems to understand how to make a C/C++ library accessible when I declare (e.g. in a nix-shell) that I want it as a dependency, but how would I do this for Guile libraries?
sumner has joined #nixos
<hodapp> it seems I have to set things like GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH explicitly for anything that wants to use the Guile library, which seems a bit clunky
<jackdk> hodapp: I don't know the guile packaging, but many languages in nixpkgs have a "fooWithPackages" function, called like `haskellPackages.ghcWIthPackages(p: [p.aeson p.lens])`. perhaps there is similar?
<hodapp> there don't seem to be enough Guile packages for that to exist
<hodapp> for libfive-studio I just used wrapProgram
<jackdk> then I can't help I'm afraid
<hodapp> do I make sense, though? if I do, for instance, 'nix-shell -p libfoo' then libfoo's shared libraries and headers find their way into the requisite things in the environment such that 'gcc -lfoo' and #include <foo.h> just work
<hodapp> but I'm not clear on how to have something inherit the environment variables needed for this to work with a Guile package
<{^_^}> [nixpkgs] @kevincox merged pull request #119817 → netbeans: Enable antialiasing for texts in NetBeans IDE → https://github.com/NixOS/nixpkgs/pull/119817
Cale has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #119834 → openssl: add BSD support → https://github.com/NixOS/nixpkgs/pull/119834
liketechnik_ has quit [Remote host closed the connection]
craige has quit [Remote host closed the connection]
Synthetica has quit [Quit: Connection closed for inactivity]
<sss> hi all
<sss> how work on bsd support going ?
konobi has quit [Remote host closed the connection]
konobi has joined #nixos
<qyliss> sss: a couple of us have been working on it a lot for the past few days
<qyliss> the current focus is cross-compiling to NetBSD (and to a lesser extent FreeBSD)
<sss> good to know
<sss> i am on freebsd, and as of today i can't install even nix itself (
<qyliss> sss: Nix should be in ports!
<sss> yes yes, i mean nix via nix
<qyliss> oh, yes
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119830 → portfolio: 0.51.2 -> 0.52.0 → https://github.com/NixOS/nixpkgs/pull/119830
<qyliss> I was working on that a little while ago
<matthewcroughan> Does anybody have any idea what this is about ?
<matthewcroughan> pkgsCross.iphone64
<matthewcroughan> what does the output from this serve?
<qyliss> but right now I'm focusing on cross so we can get a pure bootstrap for BSDs
<qyliss> matthewcroughan: programs compiled for iOS
<sss> understood, it's also not very high priority for me, but, i can do tests, if needed
<matthewcroughan> qyliss: as a user though, how would I test that this actually works?
<matthewcroughan> they're not apps right?
<matthewcroughan> how do you run the binary?
<qyliss> sss: you should join #freebsd-nix
<qyliss> it's not very active, but there are usually some posts in there whenever FreeBSD stuff is happening
<qyliss> matthewcroughan: I assume most programs will not run on an iPhone
<qyliss> it might also be useful to build libraries that you can link into an app?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119826 → dbeaver: 21.0.2 -> 21.0.3 → https://github.com/NixOS/nixpkgs/pull/119826
<qyliss> but I imagine the iphone64 target is mostly there so you can build iOS apps as described in the manual
lambdaman has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #119835 → [20.09] python3Packages.bleach: add patches for CVE-2021-23980 → https://github.com/NixOS/nixpkgs/pull/119835
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @sophrosyne97 opened pull request #119836 → dwmblocks: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/119836
ddellacosta has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119823 → python3Packages.pytest-subprocess: 1.0.1 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/119823
<sss> how to find which package added file into ~/.nix-profile/bin ?
<supersandro2000> sss: look where the symlink goes
<matthewcroughan> supersandro2000: do you have any idea where platforms are defined?
<matthewcroughan> platforms.<tab-complete> doesn't seem to show the strings for platforms
<evils> sss: i use this surprisingly often https://gist.github.com/evils/e90531932574544a3adb89485b82bd92
cjb has joined #nixos
<matthewcroughan> supersandro2000: there's no pkgsCrsos for armv5tel, how can I cross compile to test for that? :D
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #119820 → [staging-next] discord: fix autoPatchelfHook not finding libXdamage.so.1 → https://github.com/NixOS/nixpkgs/pull/119820
<matthewcroughan> pkgsCross*
mbrgm_ has joined #nixos
supersandro2000 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
supersandro2000 has joined #nixos
zeenk has quit [Quit: Konversation terminated!]
cjb has quit [Client Quit]
mbrgm has quit [Ping timeout: 252 seconds]
mbrgm_ is now known as mbrgm
cjb has joined #nixos
cjb has quit [Client Quit]
<sss> funny, toxic can't find locales unless i start it via steam-run, looks like a bug for me
cjb has joined #nixos
civodul has quit [Ping timeout: 260 seconds]
<supersandro2000> matthewcroughan: i don't know
<{^_^}> [nixpkgs] @MatthewCroughan opened pull request #119837 → seren: init at 0.0.21 → https://github.com/NixOS/nixpkgs/pull/119837
<supersandro2000> Docker Hub pulling broken for anyone else?
<matthewcroughan> LOL
<matthewcroughan> I just pulled alpine, fine here.
<supersandro2000> rate limited with 0 usage of the quota
<matthewcroughan> But the prospect of it breaking is funny :P
<matthewcroughan> jackdk: they're not in pkgsCross
<supersandro2000> if I logout it works....
<matthewcroughan> Sorry, they are. Rather, armv5 isn't
<matthewcroughan> OH
<matthewcroughan> sheevaplug is armv5, bugger! :D
<matthewcroughan> Very cool. Thanks jackdk
<jackdk> matthewcroughan: np. that set is how pkgsCross is populated: https://github.com/NixOS/nixpkgs/blob/512e44abb1ce1318adac210968b27b27e9f8f4d0/pkgs/top-level/stage.nix
<jackdk> sorry, look at L148 or so
<jackdk> and that shows you that each entry is a bundle of args passed to the nixpkgs func, so you could stand up yor own
<qyliss> matthewcroughan: import <nixpkgs> { crossSystem.config = "armv5tel-linux; }
<{^_^}> [nixpkgs] @samuela opened pull request #119838 → mbedtls: 2.16.9 -> 2.26.0 → https://github.com/NixOS/nixpkgs/pull/119838