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
dxtr has quit [Remote host closed the connection]
zopieux has quit [Ping timeout: 272 seconds]
cosimone has quit [Ping timeout: 246 seconds]
zopieux has joined #nixos
spacefrogg has quit [Quit: Gone.]
spacefrogg has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JI2WK
rajivr has joined #nixos
aw_ has quit [Quit: Quitting.]
aw has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106430 → libmodplug: Fix build on darwin → https://git.io/JIzOG
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2lJ
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106502 → php73Packages.php-cs-fixer: 2.16.7 -> 2.17.0 → https://git.io/JI2ls
lukegb has quit [Quit: ~~lukegb out~~]
Fare has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
lukegb has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
chang has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
chang has quit [Client Quit]
<{^_^}> [nixpkgs] @zimbatm merged pull request #106451 → krank: build statically → https://git.io/JIgeg
<{^_^}> [nixpkgs] @zimbatm pushed to master « krank: build statically (#106451) »: https://git.io/JI284
zebrag has joined #nixos
Dotz0cat has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
secondry has quit [Quit: Konversation terminated!]
Fare has joined #nixos
cosimone has joined #nixos
qqlq has quit [Ping timeout: 258 seconds]
cr4y1_ has quit [Ping timeout: 256 seconds]
jumper149 has joined #nixos
<jumper149> I want to inherit a list of attrs from a set.
<jumper149> a = with b; { inheritList [ "c" "d" ]; }
<jumper149> here b is the set I want to inherit from and b.c and b.d are its attrs.
<jumper149> How can I define a function like the made up `inheritList` here.
<qyliss> You can't, because attrset syntax doesn't allow for functions in that location
<peelz> you can just do this: a = { inherit (b) c d; }
<peelz> or does it have to be taken from a list?
<jumper149> peelz: Yes, the list is the critical point
<peelz> right, then you can figure out a way to implement inheritList and call it like so: a = { } // (inheritList [ "c" "d" ] b)
<qyliss> peelz: that's lib.getAttrs
<peelz> there you go
<peelz> lol
<qyliss> (which I know because I remember writing it :P)
<peelz> ah :^)
slack1256 has joined #nixos
<jumper149> peelz++
<{^_^}> peelz's karma got increased to 4
<peelz> :D
<jumper149> qyliss++
<{^_^}> qyliss's karma got increased to 103
<jumper149> That is looking good :)
<jumper149> Didn't find it before because it wasn't part of the builtins in `nix repl` but part of nixpkgs.lib
<qyliss> yeah most of this stuff is in lib
<peelz> yeah most of the helpful functions are in <nixpkgs/lib>
cosimone has quit [Quit: cosimone]
amerigo has quit [Quit: Connection closed for inactivity]
PhantomgGoth has joined #nixos
PhantomgGoth has left #nixos [#nixos]
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
Phan has joined #nixos
raghavsood has quit [Remote host closed the connection]
chang has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
sss4 has joined #nixos
jumper149 has quit [Quit: WeeChat 2.9]
lukegb has quit [Quit: ~~lukegb out~~]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106505 → python37Packages.alerta-server: 8.1.0 -> 8.2.0 → https://git.io/JI20S
davidv7 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/65c9cc79f1d (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/253de1fcdb3 (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
davidv7 has joined #nixos
ris has quit [Ping timeout: 240 seconds]
seanparsons has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JI2uJ
ransom has joined #nixos
Phan has quit [Ping timeout: 245 seconds]
seanparsons has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106446 → osm2pgsql: 1.3.0 -> 1.4.0 → https://git.io/JIzdm
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2ub
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106418 → nomad_0_11: 0.11.6 -> 0.11.7 → https://git.io/JIurI
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2ze
tsrt^ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #106429 → python3Packages.blis: 0.7.3 -> 0.7.4 → https://git.io/JIzmY
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JI2zJ
tsrt^ has quit [Client Quit]
m0rphism has quit [Ping timeout: 260 seconds]
shah^ has joined #nixos
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lord_of_Life has joined #nixos
Lord_of_Life_ has quit [Ping timeout: 258 seconds]
lassulus has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 258 seconds]
lassulus has joined #nixos
teto has quit [Ping timeout: 264 seconds]
sss2 has joined #nixos
sss4 has quit [Ping timeout: 256 seconds]
Darkmatter66_ has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #nixos
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ZaraChimera has quit [Quit: WeeChat 3.0]
qqlq has joined #nixos
sss4 has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
dansho has joined #nixos
pjt_tmp has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106507 → python37Packages.dash-table: 4.11.0 -> 4.11.1 → https://git.io/JI2aG
justanotheruser has quit [Ping timeout: 272 seconds]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
jsutter has joined #nixos
ransom has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
dpnvektor has joined #nixos
zebrag has joined #nixos
<dpnvektor> Hi nixos peeps! I'm new to nixos and trying to install the vmware-horizon-client for work. I see it in the nixpkgs repo on github, but if I add it to my configuration.nix I get the error "attribute vmware-horizon-client" not found when I run nixos-rebuild
<dpnvektor> I've tried adding nixpkgs as a channel, but still get the same error. I feel like I'm missing something obvious but am stumped. Anyone able to share some insight?
hlolli has quit [Ping timeout: 260 seconds]
<tejing> it sounds like you misformatted your configuration.nix entry. can you paste exactly what you added, plus the syntactically relevant context?
<tejing> ah, I just looked into it, and it looks like it was added to nixpkgs quite recently. you might need to go to some extra work to get it if you're not on unstable
<dpnvektor> Ahh yeah I'm pretty sure the syntax is OK
<dpnvektor> other packages I've tried install fine
<dpnvektor> Here's the output of my nix-channels list:
<dpnvektor> sudo nix-channel --list
<tejing> channels don't quite compose the way you'd probably imagine from other package managers. all that's doing is making '<nixos>' point to the 20.09 and '<nixpkgs>' point to unstable
<dpnvektor> Oh, ok.
<dpnvektor> How can i siwtch to unstable?
<dpnvektor> (thank you by the way!)
<tejing> if you want to switch to unstable for your whole system, you can just change the 'nixos' entry in the channels, but you can also install a package for unstable on a 20.09 system, you just have to do a bit extra
mrvn42 has joined #nixos
<dpnvektor> got it. I'll try removing the 20.09 channel for nixos and switch to nixos-unstable
<tejing> it's not something I've done before, but I think if you change the name of that unstable channel to something less potentially conflicting, like 'unstable', then you should be able put something like '(import <unstable> {}).vmware-horizon-client' into your environment.systemPackages
zebrag has quit [Quit: Konversation terminated!]
<tejing> then the rest of your system will still be 20.09
<tejing> but if you're happy changing channels for the whole system, that's certainly simpler
<dpnvektor> yeah, i'm fine being on unstable as I'm just playing still
raghavsood has joined #nixos
<dpnvektor> bingo, that did it. huge thanks tejing!!
<tejing> yw :-)
<dpnvektor> as a side note, nixos is so freaking cool. So happy to have found this.
<dpnvektor> lol
<tejing> it really is :-)
zebrag has joined #nixos
sigmundv__ has quit [Ping timeout: 260 seconds]
<dpnvektor> once we get to the point where we can just point the installer towards a git repo with our configuration and hit go, it will be perfect. No BS system deployment end to end. Its a dream. ;)
dpnvektor has quit [Remote host closed the connection]
h0m1 has quit [Ping timeout: 258 seconds]
h0m1 has joined #nixos
miscalculated has quit [Quit: miscalculated]
jsutter has quit [Ping timeout: 246 seconds]
szicari has joined #nixos
mrvn42 has quit [Quit: WeeChat 2.9]
miscalculated has joined #nixos
sss2 has joined #nixos
sss4 has quit [Ping timeout: 264 seconds]
amfl_ has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
amfl has quit [Ping timeout: 260 seconds]
amfl_ is now known as amfl
<{^_^}> [nixpkgs] @jtojnar pushed 83 commits to staging-next: https://git.io/JI2MI
<{^_^}> [nixpkgs] @jtojnar pushed 84 commits to staging: https://git.io/JI2Mm
<{^_^}> [nixpkgs] @jtojnar merged pull request #106502 → php73Packages.php-cs-fixer: 2.16.7 -> 2.17.0 → https://git.io/JI2ls
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « php73Packages.php-cs-fixer: 2.16.7 -> 2.17.0 »: https://git.io/JI2MB
captn3m0 has quit [Ping timeout: 256 seconds]
captn3m0- has joined #nixos
<{^_^}> [nixpkgs] @euank opened pull request #106508 → k3s: 1.18.12+k3s1 -> 1.18.12+k3s2 → https://git.io/JI2MH
captn3m0 has joined #nixos
hyper_ch2 has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
o1lo01ol1o has joined #nixos
aw has joined #nixos
captn3m0- has quit [Ping timeout: 265 seconds]
abathur has quit [Quit: abathur]
spacefrogg has joined #nixos
mkaito has quit [Quit: WeeChat 2.9]
Supersonic112 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
slack1256 has quit [Ping timeout: 260 seconds]
Supersonic has quit [Ping timeout: 258 seconds]
Supersonic112 is now known as Supersonic
davidv7 has quit [Ping timeout: 240 seconds]
ice1234 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
ddellacosta has quit [Ping timeout: 240 seconds]
<veleiro> if I remove channels, specify alternate nixos-config and nixpkgs using -I
<veleiro> that wont work right away?
<veleiro> nix.nixPath works after a rebuild and switch to that gen
<veleiro> easy to understand
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Client Quit]
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Client Quit]
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Client Quit]
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Client Quit]
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 2.9]
SanchayanMaity has joined #nixos
SanchayanMaity has quit [Client Quit]
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @etu merged pull request #106498 → php73Packages.phpstan: 0.12.58 -> 0.12.59 → https://git.io/JI2Ox
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/JI2dg
<{^_^}> [nixpkgs] @etu merged pull request #106499 → php73Extensions.rdkafka: 4.0.4 -> 4.1.1 → https://git.io/JI2sU
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/JI2dw
<{^_^}> [nixpkgs] @etu merged pull request #106501 → php73Extensions.event: 3.0.1 -> 3.0.2 → https://git.io/JI2cz
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/JI2do
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 258 seconds]
Supersonic112 is now known as Supersonic
dansho has quit [Remote host closed the connection]
jsutter has joined #nixos
jsutter has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #106302 → gdk-pixbuf: 2.42.0 → 2.42.2 → https://git.io/JIBrT
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to staging: https://git.io/JI2AT
<{^_^}> [nixpkgs] @jtojnar pushed 0 commits to gdk-pixbuf-2.42.2: https://git.io/JI2Ak
aswanson has quit [Remote host closed the connection]
hke has quit [Read error: Connection reset by peer]
hke has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #106509 → cni-plugins: 0.8.7 -> 0.9.0 → https://git.io/JI2x5
<{^_^}> [nixpkgs] @jtojnar merged pull request #106352 → fwupd: 1.5.1 → 1.5.3 → https://git.io/JI06w
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JI2pJ
<{^_^}> [nixpkgs] @jtojnar pushed 0 commits to fwupd-1.5.3: https://git.io/JI2pU
Darkmatter66 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #106472 → keystone: also build shared library → https://git.io/JIgHd
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JI2hX
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106510 → python37Packages.prance: 0.19.0 -> 0.20.0 → https://git.io/JI2je
Rusty1 has quit [Quit: WeeChat 2.3]
o1lo01ol1o has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106511 → python37Packages.dash-core-components: 1.13.0 -> 1.14.1 → https://git.io/JIaeC
kalbasit has quit [Remote host closed the connection]
kalbasit has joined #nixos
cfricke has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106512 → python37Packages.trimesh: 3.8.17 -> 3.8.18 → https://git.io/JIavE
palo1 has joined #nixos
sangoma has joined #nixos
mankyKitty has quit [Read error: Connection reset by peer]
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
joedevivo has quit [Read error: Connection reset by peer]
mankyKitty has joined #nixos
joedevivo has joined #nixos
ynotperez has quit [Read error: Connection reset by peer]
claudiii has quit [Read error: Connection reset by peer]
englishm has quit [Ping timeout: 268 seconds]
kristjansson has quit [Ping timeout: 268 seconds]
ynotperez has joined #nixos
sneakweb has quit [Read error: Connection reset by peer]
n1x_ has quit [Ping timeout: 272 seconds]
victorbjelkholm has quit [Read error: Connection reset by peer]
sudocurse has quit [Read error: Connection reset by peer]
dvim has quit [Read error: Connection reset by peer]
bitonic has quit [Read error: Connection reset by peer]
sudocurse has joined #nixos
kristjansson has joined #nixos
claudiii has joined #nixos
englishm has joined #nixos
GlennS has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106513 → python37Packages.azure-synapse-accesscontrol: 0.3.0 -> 0.4.0 → https://git.io/JIafB
dvim has joined #nixos
sneakweb has joined #nixos
bitonic has joined #nixos
victorbjelkholm has joined #nixos
GlennS has joined #nixos
dsx has quit [Ping timeout: 268 seconds]
mounty has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] pushed 13 commits to staging-next: https://git.io/JIaJO
<{^_^}> [nixpkgs] @github-actions[bot] pushed 14 commits to staging: https://git.io/JIaJ3
IRCsum has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106514 → python37Packages.chalice: 1.21.4 -> 1.21.5 → https://git.io/JIaT1
saschagrunert has joined #nixos
saschagrunert has quit [Read error: Connection reset by peer]
dsx has joined #nixos
johnnyfive has quit [Quit: I quit now.]
johnnyfive has joined #nixos
saschagrunert has joined #nixos
noudle has joined #nixos
kalbasit_ has joined #nixos
Gohla has quit [Quit: Bye.]
kalbasit has quit [Ping timeout: 256 seconds]
Gohla has joined #nixos
saschagrunert has quit [Read error: Connection reset by peer]
amfl_ has joined #nixos
amfl has quit [Ping timeout: 240 seconds]
amfl_ is now known as amfl
kalbasit has joined #nixos
kalbasit_ has quit [Ping timeout: 240 seconds]
hyper_ch4 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106516 → python37Packages.zigpy-znp: 0.2.2 -> 0.3.0 → https://git.io/JIatE
eoli3n has joined #nixos
hyper_ch5 has joined #nixos
hyper_ch2 has quit [Ping timeout: 240 seconds]
saschagrunert has joined #nixos
asdfjsdf has joined #nixos
hyper_ch4 has quit [Ping timeout: 272 seconds]
kalbasit_ has joined #nixos
kalbasit has quit [Ping timeout: 240 seconds]
ATuin has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
kalbasit_ has quit [Ping timeout: 240 seconds]
asdfjsdf has quit [Quit: leaving]
saschagrunert has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106517 → python37Packages.limnoria: 2020.10.10 -> 2020.12.05 → https://git.io/JIaqx
Shados has quit [Quit: Shados]
Shados has joined #nixos
<alienpirate5> possible to use the NixOS wine build infrastructure to build Proton?
mallox has joined #nixos
saschagrunert has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106518 → python37Packages.mac_alias: 2.1.1 -> 2.2.0 → https://git.io/JIaOm
o1lo01ol1o has quit [Ping timeout: 256 seconds]
tput has quit [Ping timeout: 260 seconds]
knupfer1 has joined #nixos
knupfer1 is now known as knupfer
knupfer has quit [Client Quit]
mallox_ has joined #nixos
mallox has quit [Ping timeout: 256 seconds]
noogie has joined #nixos
cr4y1_ has joined #nixos
hyper_ch4 has joined #nixos
thibm has joined #nixos
hyper_ch2 has joined #nixos
hyper_ch5 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106520 → python37Packages.ueberzug: 18.1.7 -> 18.1.8 → https://git.io/JIasX
hyper_ch4 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @tasmo closed pull request #106467 → Fix standardnotes 3.5.11 → https://git.io/JIgKB
cole-h has quit [Ping timeout: 265 seconds]
lortiz has joined #nixos
<{^_^}> [nixpkgs] @tasmo opened pull request #106521 → Fix standardnotes 3.5.11 → https://git.io/JIanZ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106522 → python37Packages.dbus-next: 0.2.1 -> 0.2.2 → https://git.io/JIan8
Fare has quit [Ping timeout: 258 seconds]
respawn_ has joined #nixos
Mic92 has quit [Quit: WeeChat 3.0]
Mic92 has joined #nixos
saschagrunert has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106523 → python37Packages.pyfaidx: 0.5.9.1 -> 0.5.9.2 → https://git.io/JIacY
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #106508 → k3s: 1.18.12+k3s1 -> 1.18.12+k3s2 → https://git.io/JI2MH
<{^_^}> [nixpkgs] @flokli pushed 3 commits to release-20.09: https://git.io/JIacG
werner291 has joined #nixos
<ij> hi. I have no fonts working after last update. sudo fc-update --force -r doesn't help and booting older configs also doesn't help
Fare has joined #nixos
<ij> like an ancient config from july, for example
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106524 → python37Packages.py-air-control-exporter: 0.1.5 -> 0.2.0 → https://git.io/JIac1
<viric> Do you have any suggestion on how to run the builds with 'nice 10' but the nix-shell --run commands in normal nice?
<viric> (without nix-daemon)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106525 → python37Packages.pysmb: 1.2.5 -> 1.2.6 → https://git.io/JIaCW
veleiro has quit [Ping timeout: 240 seconds]
civodul has joined #nixos
Fuzen has joined #nixos
mthst has joined #nixos
vidbina_ has joined #nixos
riksteri has joined #nixos
lihram has joined #nixos
lihram has left #nixos [#nixos]
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @zowoq merged pull request #106509 → cni-plugins: 0.8.7 -> 0.9.0 → https://git.io/JI2x5
<{^_^}> [nixpkgs] @zowoq pushed to master « cni-plugins: 0.8.7 -> 0.9.0 »: https://git.io/JIalc
pjt_tmp has quit [Ping timeout: 240 seconds]
Alex[m]5 has quit [Quit: Idle for 30+ days]
Fare has quit [Ping timeout: 264 seconds]
saschagrunert has quit [Ping timeout: 256 seconds]
Darkmatter66 has joined #nixos
sss2 has quit [Quit: Leaving]
<ij> fc-match DejaVu returns nothing as well
SanchayanMaity has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106526 → python37Packages.uproot-methods: 0.9.1 -> 0.9.2 → https://git.io/JIa4s
saschagrunert has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
Fare has joined #nixos
Fare has quit [Ping timeout: 260 seconds]
jboy has quit [Quit: bye]
o1lo01ol1o has joined #nixos
sgrunert has joined #nixos
jboy has joined #nixos
saschagrunert has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106527 → python37Packages.casbin: 0.10.0 -> 0.12.0 → https://git.io/JIa0n
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106528 → python37Packages.azure-mgmt-recoveryservicesbackup: 0.9.0 -> 0.10.0 → https://git.io/JIa0j
sigmundv__ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b0541511d0d (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
thc202 has joined #nixos
sgrunert has quit [Read error: Connection reset by peer]
Lord_of_Life has quit [Changing host]
Lord_of_Life has joined #nixos
waleee-cl has joined #nixos
__monty__ has joined #nixos
quinn has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106529 → foot: 1.5.1 -> 1.5.4 → https://git.io/JIaV3
quinn has joined #nixos
sgrunert has joined #nixos
<raboof> when I `nix-shell '<nixpkgs>' -A coreutils` I get a shell in which I can build coreutils, but when I `nix-shell '<nixpkgs>' -A gnupg` it tries to build gnupg before giving me my shell. any idea what could cause that and how I could avoid it?
<{^_^}> [nixpkgs] @marsam merged pull request #106490 → psftools: 1.0.13 -> 1.0.14 → https://git.io/JI2Ie
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JIarG
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #106530 → tflint: 0.21.0 -> 0.22.0 → https://git.io/JIaoa
ice1234 has quit [Read error: No route to host]
sgrunert has quit [Read error: Connection reset by peer]
<sphalerite> raboof: usually this is because the applications are wrapped somehow, but I'm not sure what's up there…
<sphalerite> raboof: you could try `nix-instantiate '<nixpkgs>' -A gnupg` and then `nix-store -q --graph` on the resulting drv to see what's pulling in another gnupg
sgrunert has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « python2Packages.prettytable: init at 1.0.1 »: https://git.io/JIaio
<sphalerite> Can I disable a systemd unit from the kernel command line? I've got a system that's failing to boot to openssh/boot prompts, because the zfs-mount service is never completing (and doesn't seem to have a timeout).
<{^_^}> [nixpkgs] @ngiger opened pull request #106532 → Convert Eclipse from Docbook to CommonMark → https://git.io/JIaih
<sphalerite> Ah, systemd.mask=zfs-mount.service apparently :)
sascha__ has joined #nixos
sgrunert has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @dasJ opened pull request #106533 → wafHook: Don't wrap Python 2 → https://git.io/JIaPm
<{^_^}> [nixpkgs] @orivej opened pull request #106534 → zfs: fix build with linux-rt → https://git.io/JIaPZ
sascha__ has quit [Remote host closed the connection]
<immae[m]> sphalerite: It’s a headless system, so no visual feedback right? I had a similar issue a few days ago, it was becaue I had encrypted datasets for which I (purposedly) didn’t have the decryption key, he was waiting for me to give him the password in the console. If you have the same issue, then you might need to mask zfs-import-zpool service too
<sphalerite> immae[m]: oh yeah, I've had that one before too :D but not in this instance
<sphalerite> Dec 10 10:36:34 klid systemd[1]: zfs-mount.service: Main process exited, code=killed, status=11/SEGV
<sphalerite> that does not look good
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106535 → pythonPackages.ufonormalizer: 0.5.0 -> 0.5.2 → https://git.io/JIaPb
<immae[m]> oh
teto has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #106536 → python3Packages.flask-restx: fix build → https://git.io/JIaMT
<{^_^}> [nixpkgs] @marsam merged pull request #106520 → python37Packages.ueberzug: 18.1.7 -> 18.1.8 → https://git.io/JIasX
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaMn
<{^_^}> [nixpkgs] @marsam merged pull request #106530 → tflint: 0.21.0 -> 0.22.0 → https://git.io/JIaoa
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaMo
SanchayanMaity has quit [Quit: SanchayanMaity]
SanchayanMaity has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #106525 → python37Packages.pysmb: 1.2.5 -> 1.2.6 → https://git.io/JIaCW
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaM9
<{^_^}> [nixpkgs] @marsam merged pull request #106496 → plantuml: 1.2020.21 -> 1.2020.22 → https://git.io/JI2m0
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaMF
SanchayanMaity has quit [Client Quit]
<{^_^}> [nixpkgs] @marsam merged pull request #106514 → python37Packages.chalice: 1.21.4 -> 1.21.5 → https://git.io/JIaT1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaDR
SanchayanMaity has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #106523 → python37Packages.pyfaidx: 0.5.9.1 -> 0.5.9.2 → https://git.io/JIacY
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaDD
<{^_^}> [nixpkgs] @marsam merged pull request #106522 → python37Packages.dbus-next: 0.2.1 -> 0.2.2 → https://git.io/JIan8
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaDb
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106537 → argocd: 1.7.10 -> 1.8.1 → https://git.io/JIaDN
<{^_^}> [nixpkgs] @marsam merged pull request #106517 → python37Packages.limnoria: 2020.10.10 -> 2020.12.05 → https://git.io/JIaqx
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIayJ
<{^_^}> [nixpkgs] @marsam merged pull request #106500 → petsc: 3.14.1 -> 3.14.2 → https://git.io/JI2nK
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIay8
<{^_^}> [nixpkgs] @marsam merged pull request #106512 → python37Packages.trimesh: 3.8.17 -> 3.8.18 → https://git.io/JIavE
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIay1
<{^_^}> [nixpkgs] @marsam merged pull request #106491 → diffpdf: fix icon → https://git.io/JI2L8
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaSs
<{^_^}> [nixpkgs] @johanot opened pull request #106538 → kubernetes: 1.19.4 -> 1.19.5 → https://git.io/JIaSc
sphalerite has quit [Quit: brb rebooting]
lukegb has joined #nixos
iH8c0ff33 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #106527 → python37Packages.casbin: 0.10.0 -> 0.12.0 → https://git.io/JIa0n
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaSz
<{^_^}> [nixpkgs] @marsam merged pull request #106524 → python37Packages.py-air-control-exporter: 0.1.5 -> 0.2.0 → https://git.io/JIac1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaSP
<{^_^}> [nixpkgs] @marsam merged pull request #106518 → python37Packages.mac_alias: 2.1.1 -> 2.2.0 → https://git.io/JIaOm
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaSd
sphalerite has joined #nixos
teto has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #106536 → python3Packages.flask-restx: fix build → https://git.io/JIaMT
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaHt
<{^_^}> [nixpkgs] @marsam merged pull request #106485 → openntpd: 6.2p3 -> 6.8p1 → https://git.io/JI2fz
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaHz
shah^ has quit []
<{^_^}> [nixpkgs] @marsam merged pull request #106516 → python37Packages.zigpy-znp: 0.2.2 -> 0.3.0 → https://git.io/JIatE
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaH9
<{^_^}> [nixpkgs] @marsam merged pull request #106286 → bloop: 1.4.5 -> 1.4.6 → https://git.io/JIBnp
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIaQJ
<{^_^}> [nixpkgs] @Atemu closed pull request #99188 → Giara init → https://git.io/JUyvb
<{^_^}> [nix] @bjornfor opened pull request #4345 → installer: allow overriding nix user GID and UIDs → https://git.io/JIaQb
<{^_^}> [nixpkgs] @marsam merged pull request #106373 → terraform_0_11: drop → https://git.io/JIE85
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIa7v
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #106540 → flexget: 3.1.71 -> 3.1.91 → https://git.io/JIa5l
iH8c0ff33 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #106537 → argocd: 1.7.10 -> 1.8.1 → https://git.io/JIaDN
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JIa5V
slack1256 has quit [Ping timeout: 260 seconds]
<joko> Hey, I have a question on flakes: I know how to set inputs of an input to follow another input, e.g., nixpkgs-wayland's nixpkgs to follow my current nixpkgs. Could I do the reverse one, i.e., make my flake's nixpkgs follow nixpkgs-wayland's nixpkgs?
<{^_^}> [nixpkgs] @marsam opened pull request #106541 → python38Packages.sqlparse: install manpage → https://git.io/JIadW
justanotheruser has quit [Ping timeout: 272 seconds]
rprije has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106542 → bitwarden_rs-vault: 2.16.1 -> 2.17.1 → https://git.io/JIaFu
woffs has quit [Quit: Gateway shutdown]
woffs has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/34465238083 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/65c9cc79f1d (from 16 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @marsam opened pull request #106544 → beanstalkd: install manpage → https://git.io/JIaNG
cr4y1_ has quit [Quit: Leaving]
zimbatm has joined #nixos
puffnfresh has quit [Ping timeout: 258 seconds]
puffnfresh has joined #nixos
tsrt^ has joined #nixos
<{^_^}> [nixpkgs] @roberth merged pull request #106477 → [20.09] cassandra backports → https://git.io/JIgbh
<{^_^}> [nixpkgs] @roberth pushed 8 commits to release-20.09: https://git.io/JIapf
berberman has quit [Ping timeout: 272 seconds]
berberman_ has joined #nixos
hyper_ch4 has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #106546 → nerdctl: init at 0.2.0 → https://git.io/JIahB
mthst has quit [Ping timeout: 260 seconds]
hyper_ch2 has quit [Ping timeout: 240 seconds]
teto has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #106547 → emacs: fix siteVersionDir path → https://git.io/JIajV
<esotericn> is it possible to pass a source path to nix that uses something like `git ls-files` to check the hash?
<esotericn> I'm having an issue that basically vim swap files and stuff like that is causing a package to rebuild
<{^_^}> [nixpkgs] @github-actions[bot] pushed 46 commits to staging-next: https://git.io/JIajx
<{^_^}> [nixpkgs] @github-actions[bot] pushed 47 commits to staging: https://git.io/JIajp
<woffs> flashplayer update sucks
meh` has joined #nixos
fendor has joined #nixos
<regnat> esotericn: You can use [nix-gitignore](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-nix-gitignore) to clean these things out when importing them
<regnat> (Or plain builtins.filterSource, but that's pobably more low-level than what you need)
bitmapper has joined #nixos
<{^_^}> [nixpkgs] @eraserhd opened pull request #106548 → kakounePlugins.quickscope-kak: init at 1.0.0 → https://git.io/JIVfn
<{^_^}> [nixpkgs] @jtojnar pushed to staging-next « tracker: fix compatibility with sqlite 3.34 »: https://git.io/JIVfr
michiel__ has joined #nixos
Darkmatter66 has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
<esotericn> regnat: ah that's excellent, thank you :)
seku has joined #nixos
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @primeos opened pull request #106549 → python3Packages.cryptography: 3.2.1 -> 3.3.1 → https://git.io/JIVIC
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #106303 → mpv: umpv desktop file → https://git.io/JIBoz
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JIVLC
<{^_^}> [nixpkgs] @eduardosm opened pull request #106550 → [WIP, need help] calibre 4.23.0 -> 5.6.0 → https://git.io/JIVLi
<{^_^}> [nixpkgs] @kfollesdal opened pull request #106551 → bumpver: 2020.1107 -> 2020.1108 → https://git.io/JIVLp
g-w1 has joined #nixos
g-w1 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @siraben opened pull request #106552 → rmapi: 0.0.12 -> 0.0.13 → https://git.io/JIVt1
werner291 has quit [Quit: werner291]
werner291 has joined #nixos
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix path-info' manpage »: https://git.io/JIVqU
<{^_^}> [nix] @edolstra pushed to manpages « Doh »: https://git.io/JIVqc
lord| has quit [Read error: Connection reset by peer]
lortiz has quit [Remote host closed the connection]
lord| has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106553 → cddlib: 0.94l -> 0.94m → https://git.io/JIVmp
flit has joined #nixos
<{^_^}> [nixpkgs] @lheckemann closed pull request #98629 → nixos/fontconfig: disable by default → https://git.io/JU2Z6
flit has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @WilliButz opened pull request #106554 → grafana: 7.3.4 -> 7.3.5 → https://git.io/JIVOa
cosimone has joined #nixos
<esotericn> hm, it seems to slow down build time a lot actually :/
NeoCron has joined #nixos
raghavsood has quit [Remote host closed the connection]
sangoma has quit [Read error: Connection reset by peer]
zupo has joined #nixos
chang has joined #nixos
<{^_^}> [nixpkgs] @ehmry merged pull request #106299 → nim: expose testament test runner → https://git.io/JIB2S
<{^_^}> [nixpkgs] @ehmry pushed commit from @kamilchm to master « nim: expose testament test runner »: https://git.io/JIVZI
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106555 → clojure-lsp: 20201205T230541 -> 20201207T142850 → https://git.io/JIVZZ
<{^_^}> [nixpkgs] @onsails opened pull request #106556 → github-commenter: add darwin platform → https://git.io/JIVZw
respawn_ has joined #nixos
raghavsood has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106557 → compactor: 1.0.0 -> 1.1.0 → https://git.io/JIVnb
sangoma has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #106459 → electrum: 4.0.6 -> 4.0.7 → https://git.io/JIgB9
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JIVca
nixuser_ has joined #nixos
ml| has quit [Ping timeout: 256 seconds]
SanchayanMaity has quit [Quit: SanchayanMaity]
nixuser_ has quit [Read error: Connection reset by peer]
raghavsood has quit [Remote host closed the connection]
aswanson has joined #nixos
raghavsood has joined #nixos
ss2 has quit [Ping timeout: 260 seconds]
<esotericn> just using raw filterSource for now as I think it's a lot faster than gitignore, vim swap files were the main annoyance in my case
SanchayanMaity has joined #nixos
ml| has joined #nixos
SanchayanMaity has quit [Client Quit]
<adisbladis> esotericn: Which channel are you on?
<{^_^}> #106172 (by adisbladis, 3 days ago, merged): nix-gitignore: Optimise performance
<esotericn> ooh tasty
<esotericn> for my project I've just pinned the deps
<esotericn> I'll try that now, thanks adisbladis
skrzyp has joined #nixos
jonatanb_ has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/65c9cc79f1d (from 19 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
gustavderdrache has joined #nixos
detran has quit [Quit: ZNC 1.8.1 - https://znc.in]
OneLegend has joined #nixos
detran has joined #nixos
OneLegend has left #nixos [#nixos]
vidbina_ has quit [Ping timeout: 260 seconds]
chang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hyper_ch5 has joined #nixos
hyper_ch2 has joined #nixos
hyper_ch4 has quit [Ping timeout: 260 seconds]
oida has quit [Ping timeout: 240 seconds]
chang has joined #nixos
orivej_ has joined #nixos
oida has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
kenshinCH has joined #nixos
hyper_ch5 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106559 → dnsproxy: 0.33.2 -> 0.33.3 → https://git.io/JIVzk
jonatanb_ has quit []
jonatanb has joined #nixos
<{^_^}> [nixpkgs] @NickHu merged pull request #106552 → rmapi: 0.0.12 -> 0.0.13 → https://git.io/JIVt1
<{^_^}> [nixpkgs] @NickHu pushed 2 commits to master: https://git.io/JIVza
<{^_^}> [nixpkgs] @ryantm merged pull request #106555 → clojure-lsp: 20201205T230541 -> 20201207T142850 → https://git.io/JIVZZ
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIVzP
jonatanb has quit [Remote host closed the connection]
SanchayanMaity has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106560 → draco: 1.4.0 -> 1.4.1 → https://git.io/JIV2C
iH8c0ff33 has joined #nixos
mkaito has joined #nixos
fendor has joined #nixos
rtjure has quit [Quit: WeeChat 2.7.1]
<{^_^}> [nixpkgs] @esotericnonsense opened pull request #106561 → python3Packages.aiomysql: fix patch to dependencies → https://git.io/JIVVZ
<esotericn> exciting
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106562 → dumb-init: 1.2.3 -> 1.2.4 → https://git.io/JIVws
<{^_^}> [nixpkgs] @Mic92 merged pull request #106534 → zfs: fix build with linux-rt → https://git.io/JIaPZ
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JIVrK
berberman_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIVoo
vidbina_ has joined #nixos
Fare has joined #nixos
kalbasit has joined #nixos
respawn_ has quit [Quit: Leaving]
zupo has quit [Ping timeout: 272 seconds]
__monty__ has quit [Quit: leaving]
zupo has joined #nixos
SanchayanMaity has quit [Quit: SanchayanMaity]
<wucke13> I have a question for the community: Lately I build a hackish nix-expression to (impurely!) build a piece of software. WHere would be a good place to put it, so that others can find and use it?
<simpson> If it's not suitable for nixpkgs, maybe it could live upstream with the original package. default.nix and shell.nix are common choices, but if your expression isn't suitable for that (e.g. it builds plugins or apps) then the nix-support/ directory is a common choice.
<{^_^}> [nixpkgs] @Mic92 opened pull request #106564 → bomi: remove → https://git.io/JIVic
red[evilred] has joined #nixos
<red[evilred]> wucke13 (IRC): do you still use bacula? :-)
<red[evilred]> wucke13 (IRC): ... and yes - I've seen shell.nix and default.nix files in many non-nix repos in my time.
<esotericn> adisbladis: awesome, I think it's now basically as fast as not filtering
o1lo01ol1o has quit [Remote host closed the connection]
<esotericn> of course now I have loads of stuff to fix :P
o1lo01ol1o has joined #nixos
fuzzypixelz has joined #nixos
<fuzzypixelz> hello, I want to try diferent DEs on my system, is it as simple as enabling one and disabling the other?
<red[evilred]> yes
<fuzzypixelz> will my current config of GNOME be lost if I enable KDE?
<red[evilred]> no
<red[evilred]> Well, not in my experience
<red[evilred]> but I routinely change DE just for funsies
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106566 → exoscale-cli: 1.21.0 -> 1.22.0 → https://git.io/JIVXq
<fuzzypixelz> I'm asking because I'm pretty sure some of the configuration lies in my home directory
justanotheruser has joined #nixos
<adisbladis> esotericn: <3
<adisbladis> Happy to help
<fuzzypixelz> so for example KDE might override my gtk theme from adwaita to breeze?
icey_ has joined #nixos
iceypoi has quit [Ping timeout: 246 seconds]
<{^_^}> [nix] @edolstra pushed to master « Add lvlNotice log level »: https://git.io/JIVMg
<tejing> I don't think DEs ever write the same information in your homedir, besides some common XDG stuff
<tejing> so I think if, for example, kde makes gtk apps look the way it wants, it does so with some kind of runtime override, rather than altering gnome's files
<sphalerite> Is there a way to tell if a string has context?
<infinisil> sphalerite: builtins.hasContext :)
<infinisil> Or you can even get the context with builtins.getContext
<sphalerite> oooh it's one of those functions that's not reexported via lib >_< thanks
hnOsmium0001 has joined #nixos
leo60228_ has joined #nixos
<leo60228_> (hi i setup a bouncer on the other side of the country and completely forgot to give myself a way to log into that bouncer)
<leo60228_> how should i package an application requiring C++20?
<leo60228_> stdenv uses gcc 9, this application has a minimum of gcc 10
<leo60228_> there's a gcc10Stdenv, is that the best option?
hanetzer- has joined #nixos
TekShifter[m] has quit [Quit: Idle for 30+ days]
o1lo01ol1o has quit [Remote host closed the connection]
orivej_ has quit [Ping timeout: 246 seconds]
hanetzer has quit [Ping timeout: 246 seconds]
saschagrunert has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIV99
<{^_^}> [nixpkgs] @vbgl opened pull request #106568 → cryptoverif: 2.03pl1 → 2.04 → https://git.io/JIV9p
<lordcirth__> leo60228_, I have not done it, but that sounds correct to me
berberman has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106569 → flow: 0.138.0 -> 0.139.0 → https://git.io/JIVHE
zupo has joined #nixos
<{^_^}> [nix] @edolstra pushed to master « nix store make-content-addressable: Show rewritten path »: https://git.io/JIVH5
berberman has quit [Quit: ZNC 1.7.5 - https://znc.in]
wolfshappen has quit [Ping timeout: 256 seconds]
saschagrunert has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
fuzzypixelz has quit [Ping timeout: 256 seconds]
fuzzypixelz has joined #nixos
wolfshappen has joined #nixos
<{^_^}> [nixpkgs] @doronbehar pushed 0 commits to stalebot: https://git.io/JIV5v
jnns has joined #nixos
cole-h has joined #nixos
growpotkin has joined #nixos
<fuzzypixelz> is the nixos kernel signed out of the box?
<{^_^}> [nixpkgs] @herrwiese opened pull request #106570 → [20.09] nixos auto-upgrade: remove flag when flake → https://git.io/JIV5u
<gchristensen> I don't believe our kernels are signed, and if they are the signature is not useful
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/1fb69697447 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/1fb69697447 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2001fbd9cae (from 17 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
werner291 has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
philr_ has quit [Ping timeout: 256 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nix] @edolstra pushed 24 commits to manpages: https://git.io/JIVFZ
zupo has quit [Ping timeout: 256 seconds]
erasmas has joined #nixos
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix store make-content-addressable' manpage »: https://git.io/JIVF0
halfbit has joined #nixos
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix store make-content-addressable' manpage »: https://git.io/JIVF6
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jnns has quit [Quit: leaving]
<halfbit> can I run a set of commands for the build and install steps directly without creating a custom builder?
<halfbit> buildCommand?
ransom has joined #nixos
<fuzzypixelz> gchristensen: so no secure boot by default?
fuzzypixelz has quit [Remote host closed the connection]
<cransom> there's a runCommand which is very minimal if you didn't want to invoke the other phases.
fuzzypixelz has joined #nixos
nicholassmith has joined #nixos
nicholassmith has quit [Client Quit]
<halfbit> I want all the other phases as normal, but I want custom build and install phases
nhs has joined #nixos
lunik1 has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumBeta: 88.0.4324.27 -> 88.0.4324.41 »: https://git.io/JIVbC
ericsagn1 has quit [Ping timeout: 260 seconds]
lunik1 has joined #nixos
<halfbit> mkDerivation { phases = { buildPhase = '' docustomhere ''; }; } ?
nhs has quit [Client Quit]
<halfbit> it wasn't clear to me, the pre/post stuff is pretty clear, but the phases part wasn't
<cransom> no, no phases attribute. its just mkDerivation { <other stuff>; installPhase = '' ''; }
nhs has joined #nixos
<halfbit> oh I see, buildPhase installPhase etc
nhs has quit [Client Quit]
<halfbit> nice
<cransom> nixpkgs has many, many examples of custom install phases.
<halfbit> ok, that's good
o1lo01ol1o has quit [Remote host closed the connection]
endocrimes_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @kalbasit opened pull request #106572 → terragrunt: removing terraform dependency (#103670) → https://git.io/JIVNH
cfricke has quit [Quit: WeeChat 2.9]
tlaxkit has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1f65211aa37 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
o1lo01ol1o has joined #nixos
<wucke13> red[evilred]: Nope, I'm not using it anymore
<halfbit> what does nix mean when it complains about a cycle detected
ericsagn1 has joined #nixos
<esotericn> halfbit: a depends on b, b depends on a? just a guess
<{^_^}> [nixpkgs] @Ma27 merged pull request #106488 → youtube-dl: 2020.12.07 -> 2020.12.09 → https://git.io/JI2kg
<halfbit> I'm building one nix expression with outputs = ["bin" "lib" "dev"]; and it complains "cycle detected ... -lib from ... -dev
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JIVAP
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106573 → go-chromecast: 0.2.5 -> 0.2.6 → https://git.io/JIVAS
<lordcirth__> halfbit, why 3 separate outputs?
<halfbit> yeah I'm not sure why it thinks that though, -dev should be headers, -lib should be .a/.so's
<halfbit> because I'm trying to minimize the size of a container
<halfbit> .h is like 3MB for libpq
<halfbit> that's ~10% of the container size
meh` has quit [Ping timeout: 240 seconds]
<lordcirth__> You are making a 30MB container? wow
<halfbit> smaller
<lordcirth__> Do you intend to run >100 of them on one machine?
ransom__ has joined #nixos
<halfbit> no, one of them on a machine with 256MB of sdram
<halfbit> an embedded linux device
<lordcirth__> Ah fun, what architecture?
<halfbit> I can't just run whatever, I get the ability to run a container
<halfbit> armv7
<halfbit> I liked nix for this, because I can do cross compiles and customize builds entirely it seems like, and repeat it over and over
<halfbit> I could've just done like buildroot or something, but then how repeatable is it, how cacheable, etc
<halfbit> I'm pretty close actually with nix :-)
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-20.09: https://git.io/JIVxO
ransom has quit [Ping timeout: 256 seconds]
malook has joined #nixos
<halfbit> would love to have a talk about it some day, I think nix could be really great for this sort of thing, and really embedded linux as a whole
<lordcirth__> That would be cool
<halfbit> anyone have clues on how to solve the circular dep issue, seems bogus to me?
<{^_^}> [nixpkgs] @grahamc opened pull request #106574 → nixos/amazonImageZfs: init → https://git.io/JIVxQ
<halfbit> if I have a custom installPhase, do I need to do something special if its a split derivation?
<halfbit> make -C doc install $outputDoc or something
<halfbit> the split docs made me think this was dealt with for me
<lordcirth__> halfbit, you should probably post your .nix file? I haven't tried this, though
mallox_ has quit [Quit: WeeChat 3.0]
<halfbit> I have a pinned nixpkgs, should work with ? import <nixpkgs> instead
<bigvalen> Trying to run a python module installed via pip3, and I get "ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory" - seems it's a common error, and if you are building packages, you can fix it with a shellhook. If I'm just a nix user.... where do I setup a shellhook ? Or find out what LD_LIBRARY_PATH should be ?
<{^_^}> [nix] @regnat pushed 3 commits to ca/properly-store-outputs: https://git.io/JIVpx
<{^_^}> [nix] @regnat pushed to ca/properly-store-outputs « Adjust style »: https://git.io/JIVhO
noudle has quit []
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106575 → gqrx: 2.14.2 -> 2.14.3 → https://git.io/JIVhy
iH8c0ff33 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @leo60228 opened pull request #106576 → imhex: init at 1.6.0-git → https://git.io/JIVjf
ransom has joined #nixos
Darkmatter66 has joined #nixos
ransom__ has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @eduardosm opened pull request #106577 → seafile-shared,seafile-client: 7.0.9 -> 7.0.10 → https://git.io/JIVjp
<siraben> What should I do if a Makefile references pwd?
o1lo01ol1o has joined #nixos
tengkorak has joined #nixos
tengkorak has left #nixos [#nixos]
Doraemon has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #106554 → grafana: 7.3.4 -> 7.3.5 → https://git.io/JIVOa
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JIweV
<{^_^}> [nixpkgs] @Ma27 merged pull request #106473 → nixos/nextcloud: improve error message for invalid `dbpassFile` → https://git.io/JIg73
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JIweS
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JIwve
NeoCron has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @veprbl merged pull request #105920 → geant4: 10.6.3 -> 10.7.0 → https://git.io/JIsZn
<{^_^}> [nixpkgs] @veprbl pushed commit from @OmnipotentEntity to master « geant4: 10.6.3 -> 10.7.0 (#105920) »: https://git.io/JIwvE
<{^_^}> [cabal2nix] @zimbatm opened pull request #474 → fix bash-completion outputs → https://git.io/JIwv5
cosimone has quit [Quit: cosimone]
jonatanb has joined #nixos
jonatanb has quit [Read error: Connection reset by peer]
mallox has joined #nixos
jonatanb has joined #nixos
respawn_ has joined #nixos
ransom__ has joined #nixos
<halfbit> how does nix determine a cycle when building a derivation?
iH8c0ff33 has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106578 → heimer: 1.21.0 -> 2.0.0 → https://git.io/JIwJL
ransom has quit [Ping timeout: 256 seconds]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed commit from @WilliButz to release-20.09 « grafana: 7.3.4 -> 7.3.5 »: https://git.io/JIwJS
<gchristensen> hm, how can a cycle occur?
<{^_^}> [nixpkgs] @drewrisinger opened pull request #106579 → python27Packages.pytestpep8: remove due to pytest v6 incompatibility → https://git.io/JIwJ5
iH8c0ff33 has quit [Ping timeout: 256 seconds]
sangoma has joined #nixos
commande1 has joined #nixos
commande1 has quit [Client Quit]
<{^_^}> [nixpkgs] @rissson opened pull request #106580 → nixos/postfix: fix masterCf type → https://git.io/JIwUa
zupo has joined #nixos
hmi has quit [Quit: WeeChat 2.9]
hmi has joined #nixos
<{^_^}> [nixpkgs] @mdorman opened pull request #106581 → aqbanking & gwenhywfar: update to latest versions → https://git.io/JIwTO
teto has quit [Ping timeout: 264 seconds]
iH8c0ff33 has joined #nixos
hmi has quit [Ping timeout: 272 seconds]
iH8c0ff33 has quit [Ping timeout: 258 seconds]
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106582 → ipfs-migrator: 1.6.4 -> 1.7.0 → https://git.io/JIwkx
zebrag has quit [Quit: Konversation terminated!]
icey_ has quit [Ping timeout: 256 seconds]
zebrag has joined #nixos
<halfbit> gchristensen: yeah I'm a bit confused by the cycle thing in general, I posted the derivation
<halfbit> it outputs a /bin /lib and /include (-bin, -lib, -dev) as expected, then complains about a cycle
<gchristensen> oh
<gchristensen> yeah that makes sense
<halfbit> I want them split like that, though there's some extra bins libpq usually doesn't include... its usually pg_config alone I believe
<halfbit> pg_config could cause problems actually... now that I'm thinking about it
<halfbit> supposed to work similiar to pkg-config, where to find headers/libs/bins etc
<halfbit> it actually has the right paths though, amazingly
<gchristensen> if $out refers to $lib refers to $dev and $dev refers to $lib, you can't have one without the other and there is no order in which Nix can add them to a system where it is a valid state -- so it refuses
<gchristensen> (dev and lib being examples not literally your problem here)
<gchristensen> oops, if $lib refers to $dev and $dev refers to $lib, you can't have one without the other and there is no order in which Nix can add them to a system where it is a valid state -- so it refuses
<gchristensen> so the thing to do is merge them, or figure out why the references are happening an dfix it
<halfbit> right, so how does it find those references
<halfbit> that might help me fix it
<{^_^}> [nixpkgs] @github-actions[bot] pushed 21 commits to staging-next: https://git.io/JIwIF
<{^_^}> [nixpkgs] @github-actions[bot] pushed 23 commits to staging: https://git.io/JIwIb
<halfbit> I want them seperated, the headers for pg aren't small, the derivation is 5.9MB
<gchristensen> `grep -a` with the store path's hash, like the xadrr3l5jvkkm3g3lb2g81j5wz51zqdv portion of /nix/store/xadrr3l5jvkkm3g3lb2g81j5wz51zqdv-bash-interactive-4.4-p23/bin/bash
<gchristensen> that + --keep-failed should help
sadmin has joined #nixos
<halfbit> I think its probably pg_config is the problem.. if I had to guess
<halfbit> if I have a single bin I'd like to put in the -dev derivation, is there a way of doing that
hmi has joined #nixos
nhs has joined #nixos
<{^_^}> [nix] @edolstra pushed 3 commits to manpages: https://git.io/JIwL4
fuzzypixelz_ has joined #nixos
fuzzypixelz_ has quit [Remote host closed the connection]
fuzzypixelz has quit [Read error: Connection reset by peer]
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106583 → istioctl: 1.8.0 -> 1.8.1 → https://git.io/JIwLS
nhs has quit [Client Quit]
nhs has joined #nixos
nhs has quit [Client Quit]
nhs has joined #nixos
stzsch has quit [Quit: stzsch]
nhs has quit [Client Quit]
sadmin has joined #nixos
sadmin has quit [Changing host]
<halfbit> oh I see, maybe I can reorder my outputs or use "out" for a better catchall besides the libs
<AmandaC> Can substituter https urls contain basic auth un/passwords?
fuzzypixelz_ has joined #nixos
fuzzypixelz has quit [Ping timeout: 265 seconds]
fuzzypixelz_ is now known as fuzzypixelz
nhs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106584 → jackett: 0.16.2347 -> 0.17.15 → https://git.io/JIwtj
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nhs has quit [Client Quit]
nhs has joined #nixos
OneLegend has joined #nixos
fuzzypixelz_ has joined #nixos
gonification has joined #nixos
mmlb22 has quit [Ping timeout: 240 seconds]
fuzzypixelz has quit [Ping timeout: 265 seconds]
fuzzypixelz_ is now known as fuzzypixelz
<siraben> I'm not sure why the built binaries still have references to the build folder in http://ix.io/2Hsk
nhs has quit [Quit: leaving]
iH8c0ff33 has joined #nixos
nhs has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
iH8c0ff33 has quit [Ping timeout: 260 seconds]
jb55 has joined #nixos
ris has joined #nixos
wolfshappen has quit [Quit: later]
fuzzypixelz_ has joined #nixos
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix store diff-closures' manpage »: https://git.io/JIw3Y
veleiro has joined #nixos
fuzzypixelz has quit [Ping timeout: 256 seconds]
fuzzypixelz_ is now known as fuzzypixelz
est31 has quit [Remote host closed the connection]
est31 has joined #nixos
gxt__ has quit [Ping timeout: 240 seconds]
ransom__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vidbina_ has quit [Ping timeout: 265 seconds]
gxt__ has joined #nixos
fuzzypixelz has quit [Quit: fuzzypixelz]
werner291 has joined #nixos
fuzzypixelz has joined #nixos
fuzzypixelz has quit [Remote host closed the connection]
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #106585 → python3Packages.pytorch: 1.7.0 -> 1.7.1 → https://git.io/JIwGs
fuzzypixelz has quit [Client Quit]
vidbina_ has joined #nixos
fuzzypixelz has joined #nixos
Darkmatter66_ has joined #nixos
_deepfire has quit [Remote host closed the connection]
Nafai has quit [Ping timeout: 265 seconds]
Darkmatter66 has quit [Ping timeout: 260 seconds]
leo60228- has joined #nixos
leo60228 has quit [Ping timeout: 260 seconds]
vidbina_ has quit [Ping timeout: 246 seconds]
Nafai has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
Guest8848 has quit [Quit: ZNC 1.8.1 - https://znc.in]
lordcirth has joined #nixos
lordcirth is now known as Guest94983
Thra11 has joined #nixos
clever has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
ransom has joined #nixos
hlolli has joined #nixos
noudle has joined #nixos
tlaxkit has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<{^_^}> [nixpkgs] @doronbehar opened pull request #106586 → octave: Use latest jdk & Allow 64 bit indices → https://git.io/JIwcB
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106588 → liquibase: 4.2.1 -> 4.2.2 → https://git.io/JIwcF
<jmercouris> I've made a user in my nixos container, but I can't seem to login
<jmercouris> sudo nixos-container login container-name
<jmercouris> and then I get prompted for a login and password
<jmercouris> I type in my username, but I don't have a password yet
<jmercouris> do I have to set it via the containers configuration.nix file somehow?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/20ffffdb845 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @freezeboy opened pull request #106589 → molotov: 4.2.2 -> 4.4.0 → https://git.io/JIwCu
<{^_^}> [nixpkgs] @WilliButz merged pull request #106067 → nixos/prometheus-exporters/py-air-control: init → https://git.io/JIC1F
<{^_^}> [nixpkgs] @WilliButz pushed 2 commits to master: https://git.io/JIwC7
<{^_^}> [nixpkgs] @danieldk opened pull request #106590 → python3Packages.pytorch: 1.7.0 -> 1.7.1 → https://git.io/JIwCj
<bbigras> Anyone has an example in their public nix-config of using a bridge with libvirtd?
<Yaniel> how do I get a clang that has both opencl-c-base.h and stdlib.h? seems that llvmPackages_11.clang-unwrapped and clang_11 each only have one of those headers
<bbigras> ,locate opencl-c-base.h
<{^_^}> Found in packages: zig, ycmd
davidv7 has joined #nixos
davidv7 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @roberth opened pull request #106591 → Haskell shell completion → https://git.io/JIwWX
davidv7 has joined #nixos
davidv7 has quit [Remote host closed the connection]
freezeboy has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #106592 → Telescope fzy native → https://git.io/JIwWy
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106593 → matcha-gtk-theme: 2020-11-23 -> 2020-12-07 → https://git.io/JIwWA
malook has quit [Quit: malook]
davidv7 has quit [Read error: Connection reset by peer]
<Yaniel> ,locate opencl-c.h
<{^_^}> Found in packages: zig, root, ycmd, swift, castxml, oclgrind, intel-graphics-compiler, llvmPackages.clang-unwrapped, llvmPackages.clang-polly-unwrapped
<Yaniel> ,locate stdlib.h
<{^_^}> Found in packages: tet, zig, root, sdcc, dev86, klibc, root5, z88dk, framac, libbsd, libcxx, splint, uclibc, arduino, zfs.dev, cdrtools, musl.dev, verifast, wineFull, boomerang, glibc.dev, libgccjit, emscripten, metasploit, wineStable, graalvm8-ce, libfixposix, arduino_core, graalvm11-ce, wine-staging, gcc-unwrapped, glibc_multi.dev, open-watcom-bin, zfsUnstable.dev, gcc-arm-embedded, gcc-arm-embedded-6, gcc-arm-embedded-7, and 12 more
<Yaniel> hmm does this do combination lookups
<Yaniel> ,locate stdlib.h opencl-c.h
<{^_^}> Found in packages: tet, zig, root, sdcc, dev86, klibc, root5, z88dk, framac, libbsd, libcxx, splint, uclibc, arduino, zfs.dev, cdrtools, musl.dev, verifast, wineFull, boomerang, glibc.dev, libgccjit, emscripten, metasploit, wineStable, graalvm8-ce, libfixposix, arduino_core, graalvm11-ce, wine-staging, gcc-unwrapped, glibc_multi.dev, open-watcom-bin, zfsUnstable.dev, gcc-arm-embedded, gcc-arm-embedded-6, gcc-arm-embedded-7, and 12 more
michiel__ has quit [Remote host closed the connection]
michiel__ has joined #nixos
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
kenran has joined #nixos
davidv7 has joined #nixos
freezeboy has quit [Remote host closed the connection]
davidv7 has quit [Read error: Connection reset by peer]
noudle has quit []
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nhs> Has anyone seen an error like this before? /nix/store/wqz6c87vnf15d8pmvjz5sndl7a8cc4wy-vulkan-validation-layers-1.2.141.0/nix-support/setup-hook: line 1: XDG_DATA_DIRS: unbound variable
<nhs> I've found some related looking github issues, but it looked like the issue was more to do with a user's default shell in nixos, this occurred when I added vulkan-validation-layers as a dep to a local project
<hexa-> nhs: that's "set -u"
<hexa-> something is trying to access $XDG_DATA_DIRS and because -u was set it will complain about it
<{^_^}> [nixpkgs] @ryantm merged pull request #106560 → draco: 1.4.0 -> 1.4.1 → https://git.io/JIV2C
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIw4x
justanotheruser has quit [Ping timeout: 272 seconds]
<nhs> hexa-: thanks! I'll look into what might be setting that
davidv7 has joined #nixos
<{^_^}> [nix] @matthewbauer opened pull request #4346 → WIP: Avoid using integer identifiers in install script → https://git.io/JIwB0
<{^_^}> [nixpkgs] @symphorien opened pull request #106595 → libvirt: add support for usb redirection → https://git.io/JIwBH
orivej has joined #nixos
sss2 has joined #nixos
davidv7 has quit [Ping timeout: 240 seconds]
davidv7 has joined #nixos
fuzzypixelz has quit [Ping timeout: 260 seconds]
justanotheruser has joined #nixos
<nhs> hexa-: is there a nix-build phase that runs before buildInputs are resolved, such that I can at least set XDG_DATA_DIRS=""?
<nhs> it is unclear how I can fix this, I can repro with a minimal default.nix file that contains only 1 buildInput, i.e. vulkan-validation-layers
Darkmatter66_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #94960 → nix-gitignore: filter-out .git → https://git.io/JJ1CY
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JIwRH
<nhs> For example: with import <nixpkgs> {}; stdenv.mkDerivation { name = "test"; buildInputs = [ vulkan-validation-layers ]; }
<nhs> Fails to build the derivation
Darkmatter66 has joined #nixos
iH8c0ff33 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106596 → monero-gui: 0.17.1.5 -> 0.17.1.6 → https://git.io/JIw0w
bn_work has quit [Quit: Connection closed for inactivity]
iH8c0ff33 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #106597 → wallabag: 2.3.8 -> 2.4.0 → https://git.io/JIwEk
seku has quit [Quit: Connection closed]
ManiacOfMadness has joined #nixos
<nhs> For what it's worth, nix-shell does not appear to run into the issue, nix-build does
vidbina_ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/656888e1ec0 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/d25e1ac4260 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @Ma27 opened pull request #106598 → nextcloud: 19.0.4 -> 19.0.6, 20.0.1 -> 20.0.3, mark v19 as insecure → https://git.io/JIwEd
riksteri has quit [Quit: riksteri]
<{^_^}> [nixpkgs] @Ma27 merged pull request #106080 → nixos/nginx: improve documentation for `config` → https://git.io/JIWY2
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JIwuI
<Yaniel> hm so clang-wrapper does have those headers in resource-root/include
<Yaniel> but somehow it seems it does not actually look there???
clever has joined #nixos
clever has joined #nixos
thibm has quit [Quit: WeeChat 2.6]
proofofkeags_ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #106564 → bomi: remove → https://git.io/JIVic
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JIwzL
<Mic92> 6k stars on github!
<{^_^}> [nixpkgs] @doronbehar opened pull request #106599 → gnuradio.pkgs: init → https://git.io/JIwz6
proofofkeags has quit [Ping timeout: 240 seconds]
<colemickens> that seems so few
<Mic92> actually only 5952
<Mic92> according to api
sangoma has quit [Quit: WeeChat 2.9]
<bbigras> infinisil: anything like `nixos-rebuild boot` with nixus? I'm trying to add a bridge with `systemd.network` but my ethernet interface loses its IP and it triggers the rollback.
<infinisil> bbigras: Nah, not right now. It also wouldn't be trivial to implement, because the whole success confirmation can't do its thing when the system isn't tested right away
<bbigras> infinisil: yeah... thanks
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/12f0794be95 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
tdeo has quit [Ping timeout: 240 seconds]
tdeo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106600 → musikcube: 0.96.1 -> 0.96.2 → https://git.io/JIwat
<{^_^}> [nixpkgs] @Mic92 opened pull request #106601 → frab: remove package → https://git.io/JIwal
Guest94983 has quit [Quit: ZNC 1.8.1 - https://znc.in]
ATuin has quit [Ping timeout: 256 seconds]
lordcirth has joined #nixos
lordcirth is now known as Guest23821
<{^_^}> [nixpkgs] @zimbatm merged pull request #106380 → vncdo: 0.11.2 -> 0.12.0 → https://git.io/JIE6R
<{^_^}> [nixpkgs] @zimbatm pushed commit from @evanjs to master « vncdo: 0.11.2 -> 0.12.0 (#106380) »: https://git.io/JIwai
<{^_^}> [nixpkgs] @zimbatm merged pull request #106572 → terragrunt: removing terraform dependency to fix the build on Darwin → https://git.io/JIVNH
<{^_^}> [nixpkgs] @zimbatm pushed commit from @kalbasit to release-20.09 « terragrunt: removing terraform dependency (#103670) (#106572) »: https://git.io/JIwaQ
<hyperfekt> i'm trying to build an iso and getting this error:
<hyperfekt> i don't even know where to start with this and i can't find anything about it
<hyperfekt> linking [storepath 1, which ends in loopback.cfg.drv.chroot]/[storepath 2, which ends in multiple-outputs.sh] to [storepath 2]: No data available
Fare has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @zimbatm merged pull request #106544 → beanstalkd: install manpage → https://git.io/JIaNG
<{^_^}> [nixpkgs] @zimbatm pushed commit from @marsam to master « beanstalkd: install manpage (#106544) »: https://git.io/JIwV9
Darkmatter66 has quit [Ping timeout: 272 seconds]
davidv7 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106604 → node-problem-detector: 0.8.4 -> 0.8.5 → https://git.io/JIwwS
veleiro has quit [Read error: Connection reset by peer]
tput has joined #nixos
Fare has joined #nixos
veleiro has joined #nixos
<tput> I'm trying to get a nix-shell with the python package rawpy, which
<tput> a nonsense flag "-llibraw" instead of "-lraw", resulting in:
<tput> depends on cython and libraw, when cython goes to link it includes
<tput> I can add the needed flag "-lraw" but I how can I remove the bad ld flag?
<steveeJ> Mic92, colemickens: what's remarkable is the ratio of stars to forks, it's just 10% above 1. assuming the forks are a subset of the stars, almost everyone who likes the project contributes ;-)
OneLegend has left #nixos [#nixos]
astrofog has joined #nixos
<esotericn> hm, I'm building a docker image for a python script, it's after /etc/protocols (otherwise it can't find the 'tcp' protocol from python)
<esotericn> is there a nix package that includes these or should I make my own?
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
proofofkeags__ has joined #nixos
kenran has quit [Quit: leaving]
ddellacosta has joined #nixos
evanjs has quit [Ping timeout: 264 seconds]
mounty has joined #nixos
proofofkeags_ has quit [Ping timeout: 260 seconds]
astrofog has quit [Remote host closed the connection]
rprije has joined #nixos
evanjs has joined #nixos
<{^_^}> [rfcs] @Lassulus opened pull request #81 → [RFC-0081] Show unmaintained packages → https://git.io/JIwoj
vidbina_ has quit [Ping timeout: 260 seconds]
fuzzypixelz has joined #nixos
littlebenlittle has joined #nixos
davidv7 has joined #nixos
Doraemon has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106605 → odpic: 4.0.2 -> 4.1.0 → https://git.io/JIwKP
<adisbladis> esotericn: Just checked an on NixOS this is from iana-etc
<littlebenlittle> What is the canonical package containing ping? I thought it would be nettools
<adisbladis> ,locate ping
<{^_^}> Found in packages: axis2, cjdns, grass, irssi, toybox, busybox, iputils, charybdis, inetutils, ircdHybrid, factor-lang, silc_client, home-assistant, unixtools.ping, bash-completion, nodePackages.gtop
<littlebenlittle> oooh, fancy. thanks :)
<{^_^}> [nixpkgs] @alyssais opened pull request #106606 → emacsPackages.elpaBuild: pass through meta → https://git.io/JIw6m
<adisbladis> littlebenlittle: Looks like iputils is what you want
<adisbladis> whoa qyliss++
<{^_^}> qyliss's karma got increased to 104
<{^_^}> [nixpkgs] @alyssais opened pull request #106607 → emacsPackages: mark some packages as broken → https://git.io/JIw6c
<{^_^}> [nixpkgs] @alyssais opened pull request #106608 → emacsPackages.melpaPackages: HTTPS for homepages → https://git.io/JIw6l
<qyliss> adisbladis: lol that was a small one compared to my other recent Emacs stuff
<esotericn> adisbladis: perfect, sorted it
<esotericn> building docker images with nix is so magical. works locally? lol docker.buildImage() works _/
<hexagoxel> Is there a script to show, for X <- the largest N derivations in the local store, the tuple of ( X, which gcroot(s) keeps X alive ) ?
<adisbladis> qyliss: The "whoa" was all your great work :)
<qyliss> ah :)
<adisbladis> <3
<{^_^}> [nixpkgs] @sternenseemann opened pull request #106609 → pythonPackages.psautohint: fix test failures due to pytest 6 → https://git.io/JIw6K
<qyliss> If you want to review any of them (no pressure!) please focus on #106486 as it's the only one I wouldn't feel comfortable merging unreviewed.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/106486 (by alyssais, 1 day ago, open): emacsWithPackages: EMACSLOADPATH correctness fixes
fuzzypixelz has quit [Read error: Connection reset by peer]
<adisbladis> qyliss: I was just looking at it :)
fuzzypixelz has joined #nixos
fuzzypixelz has quit [Remote host closed the connection]
fuzzypixelz has joined #nixos
philr_ has joined #nixos
<chaoflow> I messed up my firewall rules (local machine). How can I reset the rules to what is declared by configuration.nix? nixos-rebuild switch doesn't do it.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106610 → oneDNN: 1.7 -> 2.0 → https://git.io/JIwiE
proofofkeags_ has joined #nixos
proofofkeags__ has quit [Read error: Connection reset by peer]
proofofkeags__ has joined #nixos
fuzzypixelz has quit [Ping timeout: 256 seconds]
dsx has quit [Ping timeout: 268 seconds]
proofofkeags_ has quit [Ping timeout: 258 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
fuzzypixelz has joined #nixos
pjt_tmp has joined #nixos
iH8c0ff33 has joined #nixos
Rusty1 has joined #nixos
<infinisil> chaoflow: Try `systemctl restart network-setup`
<chaoflow> infinisil: thank you, but that didn't work, neither systemctrl restart firewall.service
dsx has joined #nixos
iH8c0ff33 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @cpages merged pull request #106065 → minecraft: fix JAVA_HOME → https://git.io/JICi6
<{^_^}> [nixpkgs] @cpages pushed 2 commits to master: https://git.io/JIwXM
fendor has quit [Remote host closed the connection]
dotKuro has joined #nixos
endformationage has joined #nixos
<dotKuro> Hello, I am fairly new to nix and I am trying to get zsh autocompletion for my password-store. I have zsh enabled as well as the password store. I checked the nix expression for the password store. I am not really fluent with nix yet, but for me it looks that the repo they install the program from contains the zsh-completion files. Maybe it is not
<dotKuro> symlinked correctly or I am doing something wrong? Anyone here has some experience with that stuff?
heyitsrama has quit []
mallox has quit [Quit: WeeChat 3.0]
<colemickens> dotKuro: are you willing to hack on the expression for password-store? The restic package, for example, seems to use "installShellCompletion" to do this the Nix way.
<infinisil> colemickens: This isn't the problem. Both restic and pass contain the completion at the correct location in $out/share/zsh/site-functions
<colemickens> :(
<infinisil> dotKuro: Are you on NixOS?
eoli3n has quit [Ping timeout: 246 seconds]
<dotKuro> yep
<{^_^}> [nixpkgs] @ryantm merged pull request #106583 → istioctl: 1.8.0 -> 1.8.1 → https://git.io/JIwLS
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JIw1Q
<infinisil> dotKuro: Then I think you just need `programs.zsh.enable = true`
<infinisil> With this, any packages installed with `environment.systemPackages` should have their completions available
ddellacosta has quit [Quit: WeeChat 2.8]
<dotKuro> And yeah I would be willing to patch the expression and even contribute, but I think I am not able to at the moment. I'm just using nixOs since yesterday and Im still learning.
<dotKuro> Hmm I have that. I installed pass through home-manager tho. That probably is the problem?
Qubasa has quit [Ping timeout: 258 seconds]
nadley has quit [Remote host closed the connection]
<Fare> I recently rebased my branch off nixpkgs-unstable, and now nix eval fails with a weird error, after lots of weird warnings: anonymous function at /nix/store/7whqx4avdxn1aiv40j30k95lq4ra0hip-alpha/alpha/pkgs/build-support/fetchurl/boot.nix:5:1 called with unexpected argument 'hash', at /nix/store/7whqx4avdxn1aiv40j30k95lq4ra0hip-alpha/alpha/pkgs/development/interpreters/python/fetchpypi.nix:26:6
<Fare> the warnings mention things like trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
<infinisil> dotKuro: Oh yeah then you need to use home-manager's programs.zsh.enable
<Fare> Looks like there's a conflict between two different versions of nixpkgs — but where do they come from?
<Fare> Maybe something in one of my overlays?
zaeph has quit [Ping timeout: 256 seconds]
Qubasa has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106611 → picard-tools: 2.23.8 -> 2.23.9 → https://git.io/JIwML
dotKuro has quit [Remote host closed the connection]
<infinisil> Fare: What's the command you're running?
<{^_^}> [nixpkgs] @adisbladis merged pull request #106486 → emacsWithPackages: EMACSLOADPATH correctness fixes → https://git.io/JI2Jp
<{^_^}> [nixpkgs] @adisbladis pushed 3 commits to master: https://git.io/JIwMY
whatisRT has joined #nixos
<infinisil> That looks like a strict evaluation of something, which is usually not what you want
nadley has joined #nixos
zaeph has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #106612 → cedille: 1.1.1 -> 1.1.2; fix build → https://git.io/JIwMW
<{^_^}> [nixpkgs] @adisbladis merged pull request #106608 → emacsPackages.melpaPackages: HTTPS for homepages → https://git.io/JIw6l
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JIwMl
esotericn has quit [Quit: WeeChat 1.9.1]
<Fare> infinisil, for instance, nix eval -f '<alpha>' 'gerbil-unstable'
ericsagn1 has quit [Ping timeout: 264 seconds]
esotericnonsense has quit [Ping timeout: 264 seconds]
Thra11 has quit [Quit: WeeChat 3.0]
<Fare> BTW, I had to move pop.nix away from .../compilers/gerbil/ to lib/ otherwise I could not extend gerbil-utils using object infrastructure defined from within gerbil-utils without causing an infinite recursion
<infinisil> Fare: Yeah it looks like nix eval by default does a deep strict evaluation, which typically causes these errors
<Fare> :-(
<infinisil> You could use --raw instead
<infinisil> But I personally just use the stable command `nix-instantiate --eval file.nix -A attribute` to evaluate things
<Fare> infinisil, thanks!
zaeph has quit [Ping timeout: 260 seconds]
neiluj has quit [Ping timeout: 256 seconds]
zaeph has joined #nixos
dotKuro has joined #nixos
<{^_^}> [nixpkgs] @bcc32 opened pull request #106613 → ocamlPackages.base: 0.13.1 -> 0.13.2 → https://git.io/JIwDG
<dotKuro> infinisil : I installed both with home-manager now. Still not working :(
<dotKuro> Well thanks for the help so far, I will try some more things.
<qyliss> adisbladis++
<{^_^}> adisbladis's karma got increased to 123
<Fare> shouldn't there be separate flags for printing without quotes and for avoiding eager evaluation?
Fang has joined #nixos
<infinisil> dotkuro: Does `~/.nix-profile/share/zsh/site-functions/_pass` exist?
Fang is now known as plfn
<{^_^}> [nixpkgs] @adisbladis merged pull request #106547 → emacs: fix siteVersionDir path → https://git.io/JIajV
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JIwDR
<dotKuro> infinisil yes it does
<dotKuro> looks like the correct completion file to me as well
<infinisil> dotkuro: What does `zsh -o sourcetrace -ic true` output? That's all the files it loads
<colemickens> nix eval --json also doesn't do the deep eval thing
<{^_^}> [nixpkgs] @adisbladis merged pull request #106606 → emacsPackages.elpaBuild: pass through meta → https://git.io/JIw6m
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JIwDD
ericsagn1 has joined #nixos
<plfn> hey all, how's it going
esotericnonsense has joined #nixos
<plfn> i'm trying to install off of the minimal image, but wpa_supplicant fails with "failed to initialize driver interface"
<dotKuro> `
<dotKuro> `+/home/dotkuro/.zshrc:1> <sourcetrace>+/home/dotkuro/.zcompdump:1> <sourcetrace>+/nix/store/rmczvwf0iv4cpranm5zry9crlnx9dxl4-zsh-autosuggestions-0.6.4/share/zsh-autosuggestions/zsh-autosuggestions.zsh:1> <sourcetrace>+/home/dotkuro/.nix-profile/etc/profile.d/hm-session-vars.sh:1>
<dotKuro> <sourcetrace>+/nix/store/c8hz41qz6bd52pj1pmirm54ffz1w1zav-vte-0.60.2/etc/profile.d/vte.sh:1> <sourcetrace>`
<Fare> what does --raw or --json have to do with deep eval???
dominikh has quit [Ping timeout: 272 seconds]
<plfn> taking that to mean it just doesn't have the drivers for my wifi card, so i tracked those down, but can't copy them into /sys/firmware on the liveusb. do i have to build a custom iso?
<colemickens> Fare: I don't know. see also: https://github.com/NixOS/nix/issues/3908
<{^_^}> nix#3908 (by colemickens, 18 weeks ago, open): nixFlakes: can't figure out nix-instantiate equivalent
<Fare> infinisil, did you read my extensive comments in pop.nix? Latest URL: https://github.com/mukn/nixpkgs/blob/devel/lib/pop.nix
<dotKuro> It does work now partially now.. I had oh-my-zsh enabled. It somehow kills the completion. It at least completes the subcommands now. It is still not able to autocomplete my secret names tho...
<{^_^}> [nixpkgs] @adisbladis merged pull request #106607 → emacsPackages: mark some packages as broken → https://git.io/JIw6c
endformationage has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @adisbladis pushed 6 commits to master: https://git.io/JIwya
proofofkeags_ has joined #nixos
<colemickens> If I boot my system config in a VM, gnome-shell works. When I boot it on my actual real machine, I get a gkr-pam issue? Any idea what state I should clear out to make GNOME happy?
<infinisil> Fare: That's a 404?
proofofkeags__ has quit [Ping timeout: 260 seconds]
<infinisil> Ah no haven't read it yet
<infinisil> Honestly, such a wall of text is rather frightening!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #106614 → pmix: 3.2.1 -> 3.2.2 → https://git.io/JIwyA
abathur has joined #nixos
<Fare> Yeah, well, the code is under 60 lines.
werner291 has quit [Quit: werner291]
proofofkeags_ has quit [Remote host closed the connection]
<Fare> the key is that instead having a list of super objects, you have a DAG of super-objects, and your linearize it into a precedenceList before your compose the prototypes together.
<Fare> Instead of bottom, you can also extract from the precedenceList a default object to use as the base case of the fixed point.
<Fare> so you get two features and one simplification: no special super-less function as the base of the extension, but a regular value.
<Yaniel> hmm okay so clang standalone does find opencl-c-base.h it seems
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dotKuro> Well, I think I actually found a bug in the zsh module of home-manager. In the generated .zshrc is comment that says that the file does not need to call compinit because oh-my-zsh does it in its initalization. But running compinit manually fixes the auto completion. So I guess it cannot be ommited.
oxalica1 has joined #nixos
<dotKuro> Well thanks a lot for helping :3
oxalica has quit [Ping timeout: 258 seconds]
oxalica1 is now known as oxalica
erasmas has quit [Quit: leaving]
o1lo01ol1o has quit [Remote host closed the connection]
gustavderdrache has quit [Quit: Leaving.]
jybs has joined #nixos
<jybs> Does anyone know how to create wireguard interfaces, but have them start down? (I use networkd)
raghavsood has quit [Remote host closed the connection]
kyren has left #nixos ["User left"]
<infinisil> Fare: Well I read through most of it, but I don't really get it. These docs seem pretty bad for people who don't have your experience with CLOS, jsonnet, etc.
<infinisil> There's many terms in there I have no idea what they even mean
<andi-> jybs: I am not sure that is possible at all with networkd
<{^_^}> [nixpkgs] @cpages pushed to master « minecraft: 2.2.741 -> 2.2.909 »: https://git.io/JIw99
rardiol has joined #nixos
<Fare> Jsonnet is essentially the same thing as the existing Nix object system, just older and better documented.
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/12f0794be95 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
endformationage has joined #nixos
<Fare> In the code below, I have specific comparisons to e.g. composeExtensions
<Fare> for instance, fixedPoints.composeExtensions f g == composeProto (extensionProto g) (extensionProto f)
<Fare> infinisil, if you tell me which terms these are, I can expand the explanations and the target audience.
<Fare> and/or choose better terms.