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 joined #nixos
crack__david has joined #nixos
<qyliss> jackdk: rm -rf ${XDG_CACHE_HOME:-~/.cache}/nix
MJCD has quit [Quit: Connection closed for inactivity]
<jackdk> qyliss: TY. It appears to be not getting things from cache that I expect, but at least I can clear things and investigate
ddellacosta has quit [Ping timeout: 252 seconds]
jgt_ has joined #nixos
<jackdk> Found it! something (IHP, maybe?) overwrote `substituters` and `trusted-public-keys` in `~/.config/nix/nix.conf`
ddellacosta has joined #nixos
lsix has quit [Ping timeout: 248 seconds]
jgt_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #121615 → kodiPackages.pvr-iptvsimple: 7.6.1 -> 7.6.2 → https://github.com/NixOS/nixpkgs/pull/121615
<wrkzk[m]> I have a question
<wrkzk[m]> I am trying to make a custom package for lua
<wrkzk[m]> but I can't use buildLuarocksPackage
<wrkzk[m]> I am kinda a noob
<{^_^}> [nixpkgs] @jonringer opened pull request #121637 → maturin: 0.9.4 -> 0.10.4, fix build → https://github.com/NixOS/nixpkgs/pull/121637
<{^_^}> [nixpkgs] @aanderse opened pull request #121638 → zabbix: 5.0.10 -> 5.0.11 → https://github.com/NixOS/nixpkgs/pull/121638
<jackdk> wrkzk[m]: I don't know the lua infrastructure but may be able to help. What package are you trying to build and what have you tried so far? (snippets in a pastebin, if you got 'em)
<{^_^}> [nixpkgs] @aanderse merged pull request #121607 → kodiPackages.inputstream-ffmpegdirect: 1.21.1 -> 1.21.2 → https://github.com/NixOS/nixpkgs/pull/121607
<{^_^}> [nixpkgs] @aanderse merged pull request #119325 → bookstack: 0.31.7 -> 21.04.3 + nixos/bookstack: use umask before echoing & clear cache before starting → https://github.com/NixOS/nixpkgs/pull/119325
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a565a2165ab (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
ddellac__ has joined #nixos
ddellac__ has quit [Read error: Connection reset by peer]
ddellac__ has joined #nixos
jgt_ has joined #nixos
proofofkeags has quit [Ping timeout: 240 seconds]
<lovesegfault> any poetry2nix users around?
<lovesegfault> I'm really struggling with poetry + nix + pytest
bennofs_ has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
ddellac__ has quit [Ping timeout: 252 seconds]
m0rphism has quit [Ping timeout: 246 seconds]
jgt_ has quit [Ping timeout: 265 seconds]
<afontain_> you probably should try asking your question
<afontain_> not that many people think they are experts
* afontain_ -> bed
bennofs__ has quit [Ping timeout: 265 seconds]
qqlq has quit [Quit: ZNC 1.8.1 - https://znc.in]
qqlq has joined #nixos
<jackdk> also, the act of formulating the question can often help find an answer
<lovesegfault> Sure, let me try:
* jackdk used poetry2nix once, half a year ago, and has forgotten most of it. But will see if I can help
<lovesegfault> if I have a development shell that is using poetry2nix.mkPoetryEnv as a buildInput, how can I get `pytest` to work? I keep getting ModuleNotFoundError: No module named 'myPackage'
<lovesegfault> if I add `checkPhase = "pytest -v -Wdefault"` to my mkPoetryApplication, it runs the tests just fine, but if I run the same in my dev shell it fails b/c it can't find the module for the package I'm developing
<jackdk> can you pastebin your shell.nix?
ddellacosta has quit [Remote host closed the connection]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #121639 → python3Packages.kmapper: fix tests → https://github.com/NixOS/nixpkgs/pull/121639
jgt_ has joined #nixos
exondation has quit [Ping timeout: 260 seconds]
<lovesegfault> here you go
<lovesegfault> it's using flakes, but the devShell is what the shell.nix would be
<jackdk> lovesegfault: thanks for the pointer. AFAICT from the poetry2nix docs, it appears to be calling things correctly, so I'd start asking if the poetry file/lockfile are correct
ahmedelgabri has quit [Ping timeout: 260 seconds]
<lovesegfault> I suspect it's a poetry error, yeat
<lovesegfault> *yeah
<{^_^}> [nixpkgs] @jonringer merged pull request #121635 → python3Packages.llvmlite: fix build → https://github.com/NixOS/nixpkgs/pull/121635
<lovesegfault> like, I need to tell pytest somehow where the package is, or something
jgt_ has quit [Ping timeout: 252 seconds]
<jackdk> or something like "the dev shell isn't loading all the modules into a path" or "you need a pyTestWithModules" or something. But this is beyond my ken, sorry
jgt_ has joined #nixos
ddellacosta has joined #nixos
aml has joined #nixos
strobelight has quit [Quit: quit, cya!]
<lovesegfault> Okay, i can repro with an empty project I created with `poetry new --src foo`
jgt_ has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 265 seconds]
ahmedelgabri has joined #nixos
stree has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lukegb opened pull request #121640 → factorio-experimental: 1.1.32 -> 1.1.33 → https://github.com/NixOS/nixpkgs/pull/121640
ahmedelgabri has quit [Ping timeout: 260 seconds]
<jackdk> Can I please get some eyes on #121449 ? it is a two-line change
<{^_^}> https://github.com/NixOS/nixpkgs/pull/121449 (by endgame, 2 days ago, open): metadata fetchers: use umask instead of fetch-and-chmod
jgt_ has joined #nixos
<simpson> jackdk: Seems like a good idea.
<jackdk> thanks simpson . I'm hoping to find someone with merge privs
h0m1 has quit [Ping timeout: 276 seconds]
wnklmnn has quit [Quit: Leaving]
stree has joined #nixos
jgt_ has quit [Ping timeout: 252 seconds]
h0m1 has joined #nixos
ddellacosta has joined #nixos
xkapastel has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
bitmapper has joined #nixos
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #121449 → metadata fetchers: use umask instead of fetch-and-chmod → https://github.com/NixOS/nixpkgs/pull/121449
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121641 → cloud-nuke: 0.1.29 -> 0.1.30 → https://github.com/NixOS/nixpkgs/pull/121641
ddellacosta has quit [Ping timeout: 240 seconds]
<johnw> is it possible to coerce an attrset to a string if I wanted to? There's a text file I'm writing out that happens to use a syntax almost identical to attrsets, so I want to "render" a Nix attrset to a text file with the same form.
jgt_ has joined #nixos
<jackdk> infinisil++
<{^_^}> infinisil's karma got increased to 419
<infinisil> :)
<johnw> found it: lib.generators.toPretty {} ...
<infinisil> johnw: Note that this isn't necessarily a reversible printing
<johnw> it's OK with me
<Henson> johnw: good find
tarruda3 has joined #nixos
<infinisil> Reminds me of my slightly overengineerd #98761
<{^_^}> https://github.com/NixOS/nixpkgs/pull/98761 (by Infinisil, 31 weeks ago, open): Streaming `toPretty`
jgt_ has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 265 seconds]
gustavderdrache has quit [Quit: Leaving.]
jgt_ has joined #nixos
chisui has quit [Ping timeout: 240 seconds]
theDon has quit [Ping timeout: 246 seconds]
theDon has joined #nixos
jgt_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121642 → containerd: 1.4.4 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/121642
ddellacosta has joined #nixos
jgt_ has joined #nixos
Gooberpatrol66 has quit [Remote host closed the connection]
ddellacosta has quit [Ping timeout: 246 seconds]
jgt_ has quit [Ping timeout: 240 seconds]
rajivr has joined #nixos
Gooberpatrol66 has joined #nixos
stephank has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
ddellacosta has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #121468 → spotify: upgrade dependency to ffmpeg4 → https://github.com/NixOS/nixpkgs/pull/121468
jgt_ has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/4a154d47623 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
jgt_ has quit [Ping timeout: 260 seconds]
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
xenophile has joined #nixos
AlpineLlama has joined #nixos
ahmedelgabri has joined #nixos
ddellaco_ has joined #nixos
<xenophile> Hello! So I'm using the startx display manager service and for some reason it hangs for like 5-10 seconds before starting the tty login. Any suggestions?
<xenophile> After disabling network manager and dhcp it seems to speed up for some reason. But the other display managers seem to start much faster even with those enabled?
<{^_^}> [nixpkgs] @davegallant opened pull request #121643 → Awscli2 2.2.1 → https://github.com/NixOS/nixpkgs/pull/121643
<{^_^}> [nixpkgs] @omasanori opened pull request #121644 → libressl: add 3.3.x and remove 3.1.x → https://github.com/NixOS/nixpkgs/pull/121644
ahmedelgabri has quit [Ping timeout: 276 seconds]
ddellaco_ has quit [Ping timeout: 268 seconds]
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121645 → droidcam: 1.7.2 -> 1.7.3 → https://github.com/NixOS/nixpkgs/pull/121645
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/7cb76200088 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
xenophile has quit [Remote host closed the connection]
jgt_ has quit [Ping timeout: 252 seconds]
Henson has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/0111666954f (from 9 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
ddellaco_ has joined #nixos
stree has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Ping timeout: 252 seconds]
Gooberpatrol66 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @uri-canva opened pull request #121646 → perceptualdiff: fix darwin support → https://github.com/NixOS/nixpkgs/pull/121646
MatrixBot26 has joined #nixos
MatrixBot26 has quit [Remote host closed the connection]
xenophile has joined #nixos
Gooberpatrol66 has joined #nixos
stree has joined #nixos
xenophile has quit [Remote host closed the connection]
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
sangoma has joined #nixos
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121647 → flyctl: 0.0.211 -> 0.0.212 → https://github.com/NixOS/nixpkgs/pull/121647
jgt_ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @AluisioASG opened pull request #121648 → python3Packages.markdown-it-py: 0.6.2 -> 1.0.0; python3Packages.jupytext: 1.11.0 -> 1.11.2 → https://github.com/NixOS/nixpkgs/pull/121648
figgyc has quit [Ping timeout: 260 seconds]
sangoma has quit [Ping timeout: 265 seconds]
<SumnerEvans[m]> ma27: hate to bug you, but do you think you'll be able to take a look at https://github.com/NixOS/nixpkgs/pull/120260?
<{^_^}> #120260 (by sumnerevans, 1 week ago, open): nixos/matrix-synapse: migrate to generators.toYAML
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121649 → gh-ost: 1.1.0 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/121649
jgt_ has quit [Ping timeout: 252 seconds]
ddellaco_ has joined #nixos
justanotheruser has joined #nixos
sangoma has joined #nixos
Mic92 has joined #nixos
ddellacosta has quit [Remote host closed the connection]
ddellaco_ has quit [Ping timeout: 260 seconds]
<lovesegfault> infinisil: are you still around?
tomberek has joined #nixos
<Mic92> It's early morning hours in Europe
<lovesegfault> Figured, but sometimes they're around at odd hours :P
domogled has joined #nixos
* lovesegfault wonders what TZ adisbladis is currently in
* lovesegfault is in poetry2nix hell
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/aebebb57529 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<tomberek> howdy
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121650 → gobgp: 2.26.0 -> 2.27.0 → https://github.com/NixOS/nixpkgs/pull/121650
xkapastel has quit [Quit: Connection closed for inactivity]
ddellaco_ has joined #nixos
monokrome has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121651 → gobgpd: 2.26.0 -> 2.27.0 → https://github.com/NixOS/nixpkgs/pull/121651
ddellaco_ has quit [Ping timeout: 268 seconds]
endformationage has quit [Quit: WeeChat 2.9]
MidAutumnHotaru has quit [Quit: Quit 啾]
MidAutumnHotaru has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #121652 → cagebreak: 1.6.0 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/121652
jgt_ has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
jgt_ has quit [Ping timeout: 265 seconds]
palo has quit [Ping timeout: 252 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
palo has joined #nixos
tomberek has quit [Quit: Connection closed]
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @happysalada opened pull request #121653 → dua: 2.11.1 -> 2.11.2 → https://github.com/NixOS/nixpkgs/pull/121653
maddi has joined #nixos
attila_lendvai_ has joined #nixos
ddellacosta has joined #nixos
karantan has joined #nixos
hevkl0[m] has joined #nixos
hevkl0[m] has left #nixos [#nixos]
hevkl0[m] has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
jgt_ has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
hevkl0[m] has left #nixos ["User left"]
jgt_ has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos
saschagrunert has joined #nixos
maddi has left #nixos [#nixos]
stree has quit [Ping timeout: 252 seconds]
saschagrunert has quit [Remote host closed the connection]
jgt_ has joined #nixos
saschagrunert has joined #nixos
crack__david has quit [Read error: Connection reset by peer]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
jmeredith has quit [Quit: Connection closed for inactivity]
mallox has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
mallox has quit [Client Quit]
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #121654 → treewide: Do a number of no-op cleanups for cross and darwin → https://github.com/NixOS/nixpkgs/pull/121654
stree has joined #nixos
respawn has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #121637 → maturin: 0.9.4 -> 0.10.4, fix build → https://github.com/NixOS/nixpkgs/pull/121637
respawn has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @taku0 closed pull request #106806 → adoptopenjdk-bin, zulu8, zulu, graalvm8-ce, graalvm11-ce: remove demo, sample, and broken man pages → https://github.com/NixOS/nixpkgs/pull/106806
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @DamienCassou opened pull request #121655 → Update ledger-autosync → https://github.com/NixOS/nixpkgs/pull/121655
respawn has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121656 → kbs2: 0.2.6 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/121656
ddellacosta has joined #nixos
jgt_ has quit [Ping timeout: 246 seconds]
sangoma has quit [Ping timeout: 252 seconds]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @taku0 opened pull request #121657 → adoptopenjdk-bin, zulu8, zulu, graalvm8-ce, graalvm11-ce: remove demo, sample, and broken man pages → https://github.com/NixOS/nixpkgs/pull/121657
<{^_^}> [nixpkgs] @danieldk opened pull request #121658 → maturin: fix passthru test → https://github.com/NixOS/nixpkgs/pull/121658
mounty has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 252 seconds]
orivej has joined #nixos
sangoma has joined #nixos
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @fabaff merged pull request #121639 → python3Packages.kmapper: fix tests → https://github.com/NixOS/nixpkgs/pull/121639
srk has joined #nixos
ixxie has quit [Quit: Lost terminal]
jgt_ has joined #nixos
jgt_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121659 → libmodulemd: 2.12.0 -> 2.12.1 → https://github.com/NixOS/nixpkgs/pull/121659
ddellaco_ has joined #nixos
respawn has quit [Remote host closed the connection]
ddellac__ has joined #nixos
beertoagunfight has joined #nixos
ddellaco_ has quit [Ping timeout: 252 seconds]
ddellac__ has quit [Ping timeout: 268 seconds]
cole-h has quit [Ping timeout: 240 seconds]
jgt_ has joined #nixos
beertoagunfight has quit [Ping timeout: 245 seconds]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @jojosch opened pull request #121660 → protoc-gen-twirp: 7.2.0 -> 8.0.0 → https://github.com/NixOS/nixpkgs/pull/121660
pumpy has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
<pumpy> are spaces acceptable for separating selector field and action in syslog config? ty
<Valentin[m]> Do you have an example of what you did / want to do ?
bennofs_ has quit [Read error: Connection reset by peer]
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @greizgh opened pull request #121661 → sqlx-cli: 0.4.2 -> 0.5.2 → https://github.com/NixOS/nixpkgs/pull/121661
Valentin[m] is now known as Vinetos[m]
jonringer has quit [Ping timeout: 276 seconds]
ahmedelgabri has joined #nixos
thc202 has joined #nixos
jgt_ has joined #nixos
<{^_^}> [nixpkgs] @eyJhb closed pull request #110404 → WIP: module mautrix-* new service to handle all mautrix services → https://github.com/NixOS/nixpkgs/pull/110404
ahmedelgabri has quit [Ping timeout: 246 seconds]
jgt_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @ymarkus opened pull request #121662 → mullvad-vpn: 2021.2 -> 2021.3 → https://github.com/NixOS/nixpkgs/pull/121662
ahmedelgabri has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
lsix has joined #nixos
Frosku has joined #nixos
ddellacosta has joined #nixos
civodul has joined #nixos
<{^_^}> [nixpkgs] @vojta001 opened pull request #121663 → lightworks: 14.0.0 -> 2021.1 → https://github.com/NixOS/nixpkgs/pull/121663
hyper_ch4 has joined #nixos
jgt_ has joined #nixos
ddellacosta has quit [Ping timeout: 252 seconds]
arjen-jonathan has joined #nixos
vidbina_ has joined #nixos
<pumpy> well just like *.*<space>/path/to/log
Karthik[m]1 has joined #nixos
<pumpy> official syslog unix spec required <tab> between selector field and action
<pumpy> but some newer systems can take space
vidbina has quit [Ping timeout: 268 seconds]
fendor has joined #nixos
jgt_ has quit [Ping timeout: 252 seconds]
kmein has joined #nixos
m0rphism has joined #nixos
vidbina_ has quit [Ping timeout: 252 seconds]
sangoma has quit [Ping timeout: 252 seconds]
exondation has joined #nixos
cfricke has quit [Quit: WeeChat 3.1]
furrymcgee has joined #nixos
tbreslein has joined #nixos
<{^_^}> [nixpkgs] @ilya-fedin opened pull request #121664 → dbus-broker: 22 -> 28 → https://github.com/NixOS/nixpkgs/pull/121664
SomeoneSerge has joined #nixos
furrymcgee has quit [Read error: Connection reset by peer]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #121613 → formats.ini: Introduce `listToValue` argument → https://github.com/NixOS/nixpkgs/pull/121613
sangoma has joined #nixos
jgt_ has joined #nixos
ddellacosta has joined #nixos
fuzzypixelz has joined #nixos
furrymcgee has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
jgt_ has quit [Ping timeout: 246 seconds]
jgt_ has joined #nixos
SomeoneSerge has quit [Quit: WeeChat 3.1]
stree has quit [Ping timeout: 268 seconds]
fendor has quit [Remote host closed the connection]
exondation has quit [Remote host closed the connection]
exondation has joined #nixos
sangoma has quit [Ping timeout: 260 seconds]
BlessJah1 is now known as BlessJah
muppeth has quit [Remote host closed the connection]
stree has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121665 → acme-sh: 2.8.8 -> 2.8.9 → https://github.com/NixOS/nixpkgs/pull/121665
muppeth has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « haskellPackages.hledger-lib: remove unnecessary override »: https://git.io/J32tO
maisem has quit [Read error: Connection reset by peer]
furrymcgee has quit [Ping timeout: 246 seconds]
maisem has joined #nixos
exondation has quit [Ping timeout: 260 seconds]
avaq_ has joined #nixos
exondation has joined #nixos
furrymcgee has joined #nixos
__monty__ has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
maisem has quit [Read error: Connection reset by peer]
maisem has joined #nixos
vidbina_ has joined #nixos
<{^_^}> [nix] @regnat opened pull request #4767 → Fix the double-slash in the realisations path → https://github.com/NixOS/nix/pull/4767
<{^_^}> [nix] @regnat pushed to fix-s3-ca-caching « Fix the double-slash in the realisations path »: https://git.io/J32m7
zie has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #121666 → metadata-cleaner: 1.0.5 -> 1.0.6 → https://github.com/NixOS/nixpkgs/pull/121666
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #121667 → nixos/buildkite-agents: fix race-condition when installing secrets → https://github.com/NixOS/nixpkgs/pull/121667
ddellacosta has quit [Ping timeout: 252 seconds]
supercoven has joined #nixos
fendor has joined #nixos
Frosku has quit [Ping timeout: 240 seconds]
exondation has quit [Ping timeout: 250 seconds]
exondation has joined #nixos
Frosku has joined #nixos
ili has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @markuskowa merged pull request #121336 → nixos/slurm: 20.11.5.1 -> 20.11.6.1, improve security → https://github.com/NixOS/nixpkgs/pull/121336
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121668 → haskellPackages.hnix: attempt to fix → https://github.com/NixOS/nixpkgs/pull/121668
zupo has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « configuration-hackage2nix.yaml: add myself as maintainer for flat »: https://git.io/J32Z2
oleks_ has joined #nixos
ddellacosta has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3cc34f9e559 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
alendvai__ has joined #nixos
attila_lendvai_ has quit [Ping timeout: 246 seconds]
hyper_ch5 has joined #nixos
jgt_ has quit [Read error: Connection reset by peer]
hyper_ch4 has quit [Read error: Connection reset by peer]
jgt_ has joined #nixos
hyper_ch5 has quit [Read error: Connection reset by peer]
hyper_ch5 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121669 → stutter: move overrides into configuration-common.nix → https://github.com/NixOS/nixpkgs/pull/121669
hyper_ch4 has joined #nixos
hyper_ch5 has quit [Read error: Connection reset by peer]
respawn has joined #nixos
alendvai__ has quit [Remote host closed the connection]
cyrinux has joined #nixos
alendvai__ has joined #nixos
livestradamus[m] has left #nixos ["User left"]
cyrinux has quit [Client Quit]
cyrinux has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « top-level/release-haskell.nix: add more top-level haskell packages »: https://git.io/J328M
ddellacosta has joined #nixos
jbox has joined #nixos
alendvai__ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #121512 → searx: set settings.yml permissions using umask → https://github.com/NixOS/nixpkgs/pull/121512
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed to pinboard-notes-backup-cleanup « pinboard-notes-backup: justStaticExecutables, move overrides »: https://git.io/J32BV
melg8 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121670 → pinboard-notes-backup: justStaticExecutables, move overrides → https://github.com/NixOS/nixpkgs/pull/121670
fuiltilt has quit [Quit: WeeChat 2.9]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
otulp has joined #nixos
<{^_^}> [nixpkgs] @kraem closed pull request #79559 → nixos/unbound: add enableRemoteAccess option → https://github.com/NixOS/nixpkgs/pull/79559
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121671 → breezy: 3.1.0 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/121671
fuzzypixelz has quit [Quit: Connection closed]
<Orbstheorem> How does Nickel relate to Nix?
<Orbstheorem> From what I can see, it's an alternate expression language with similar features but (strictly?) typed.
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #121672 → esphome: remove dotlambda from maintainers → https://github.com/NixOS/nixpkgs/pull/121672
<{^_^}> [nixpkgs] @ymarkus opened pull request #121673 → devdocs-desktop: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/121673
Synthetica has joined #nixos
sss has quit [Quit: WeeChat 3.1]
exondation has quit [Ping timeout: 260 seconds]
exondation has joined #nixos
fendor has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121674 → hyper-haskell: 0.1.0.2 -> 0.2.3.0, fix build → https://github.com/NixOS/nixpkgs/pull/121674
ddellacosta has joined #nixos
<sterni> Orbstheorem: it is an experiment towards a gradually typed configuration language and it is heavily inspired by nix
<sterni> you can think of it as a lessons learned from nix type of language, but there is no relation to nix at the moment
alexherbo2 has joined #nixos
respawn has quit [Ping timeout: 240 seconds]
dhess has joined #nixos
ddellacosta has quit [Ping timeout: 268 seconds]
fendor has joined #nixos
respawn has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121675 → bpytop: 1.0.64 -> 1.0.65 → https://github.com/NixOS/nixpkgs/pull/121675
meh` has joined #nixos
orivej has joined #nixos
kmein has quit [Quit: ciao kakao]
kmein has joined #nixos
cub3s_ has joined #nixos
stree has quit [Ping timeout: 260 seconds]
veegee_ has joined #nixos
lurkless has joined #nixos
beertoagunfight has joined #nixos
oida has quit [Quit: byez]
stree has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #121676 → google-compute-engine-oslogin: 20200507.00 -> 20210429.00 → https://github.com/NixOS/nixpkgs/pull/121676
beertoagunfight has quit [Quit: beertoagunfight]
beertoagunfight has joined #nixos
ddellacosta has joined #nixos
chisui has joined #nixos
ddellac__ has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed 3 commits to haskell-updates: https://git.io/J32oU
avaq_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #121677 → python3Packages.labelbox: 2.5.1 -> 2.5.4 → https://github.com/NixOS/nixpkgs/pull/121677
ddellacosta has quit [Ping timeout: 260 seconds]
ddellac__ has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121679 → haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format → https://github.com/NixOS/nixpkgs/pull/121679
Gooberpatrol66 has quit [Remote host closed the connection]
beertoagunfight has quit [Quit: beertoagunfight]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @nixbitcoin opened pull request #121680 → btcpayserver: 1.0.7.2 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/121680
Gooberpatrol66 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121681 → eksctl: 0.46.0 -> 0.47.0 → https://github.com/NixOS/nixpkgs/pull/121681
domogled has quit [Ping timeout: 265 seconds]
erictapen has joined #nixos
alendvai__ has joined #nixos
respawn has quit [Quit: Leaving]
<Orbstheorem> Alright, thanks ^^
eeva has joined #nixos
<{^_^}> [nixpkgs] @dasj19 opened pull request #121682 → clementine: added support for translations → https://github.com/NixOS/nixpkgs/pull/121682
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #121666 → metadata-cleaner: 1.0.5 -> 1.0.6 → https://github.com/NixOS/nixpkgs/pull/121666
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « ihaskell: unbreak »: https://git.io/J32MQ
cyrinux has quit [Quit: bye]
cyrinux has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/93c5837be59 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
ddellacosta has quit [Ping timeout: 240 seconds]
cyrinux has quit [Client Quit]
ericsagnes has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « haskellPackages.ihaskell-{display,basic}: jailbreak »: https://git.io/J32y0
<{^_^}> [nixpkgs] @fabaff merged pull request #121675 → bpytop: 1.0.64 -> 1.0.65 → https://github.com/NixOS/nixpkgs/pull/121675
cyrinux has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121683 → entr: 4.8 -> 4.9 → https://github.com/NixOS/nixpkgs/pull/121683
avaq_ has joined #nixos
tpw_rules has joined #nixos
wnklmnn has joined #nixos
init_6 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to pinboard-notes-backup-cleanup « pinboard-notes-backup: justStaticExecutables, move overrides »: https://git.io/J329v
ericsagnes has joined #nixos
<sterni> tfw used wrong remote
supercoven_ has joined #nixos
supercoven_ has quit [Max SendQ exceeded]
supercoven_ has joined #nixos
supercoven has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @maralorn merged pull request #121679 → haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format → https://github.com/NixOS/nixpkgs/pull/121679
<{^_^}> [nixpkgs] @06kellyjac opened pull request #121684 → nerdctl: 0.8.0 -> 0.8.1 → https://github.com/NixOS/nixpkgs/pull/121684
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @sternenseemann merged pull request #121674 → hyper-haskell: 0.1.0.2 -> 0.2.3.0, fix build → https://github.com/NixOS/nixpkgs/pull/121674
dev_mohe has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/a565a2165ab (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
zupo_ has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #121685 → libaom: 3.0.0 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/121685
jmeredith has joined #nixos
zupo has quit [Ping timeout: 246 seconds]
dev_mohe has quit [Client Quit]
ddellacosta has joined #nixos
<Frosku> Is there a reason I cant bind to 8000 as a user?
ddellacosta has quit [Ping timeout: 252 seconds]
dhess has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed to pinboard-notes-backup-cleanup « pinboard-notes-backup: justStaticExecutables, move overrides »: https://git.io/J32F9
alendvai__ is now known as attila_lendvai
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
cub3s_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @alyssais opened pull request #121686 → strace: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/121686
hyper_ch2 has joined #nixos
<qyliss> Frosku: you should be able to -- is something else using the port?
<qyliss> or are you binding successfully, but then the firewall is getting in the way?
<{^_^}> [nixpkgs] @primeos opened pull request #121687 → intel-gmmlib: 21.1.2 -> 21.1.3 → https://github.com/NixOS/nixpkgs/pull/121687
hyper_ch4 has quit [Ping timeout: 240 seconds]
<Frosku> Just getting a java error saying it cant bind, nothing shows on lsof
<qyliss> can you do python3 -m http.server, or something else that will try binding that port?
<chisui> Has anyone tried to use nodejs as an interpreter with nix-shell shebang?
<clever> Frosku: what does `netstat -anp | grep 3000` say?
<Frosku> 3000 or 8000?
<clever> 8000, oops
<Frosku> It says Java is bound to it
<Frosku> :/ lol
<Frosku> Guessing my local dynamo didn't die when I stopped the script
avaq_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @maralorn opened pull request #121688 → maintainers/scripts/haskell: Improve commit messages → https://github.com/NixOS/nixpkgs/pull/121688
<{^_^}> [nixpkgs] @sternenseemann merged pull request #121669 → stutter: move overrides into configuration-common.nix → https://github.com/NixOS/nixpkgs/pull/121669
avaq_ has joined #nixos
<{^_^}> [nixpkgs] @talyz opened pull request #121689 → nixos/keycloak: Revert databaseUsername behavior and document custom local database use → https://github.com/NixOS/nixpkgs/pull/121689
<{^_^}> [nixpkgs] @06kellyjac opened pull request #121690 → terragrunt: 0.29.1 -> 0.29.2 → https://github.com/NixOS/nixpkgs/pull/121690
hyper_ch4 has joined #nixos
init_6 has quit []
ddellacosta has joined #nixos
hyper_ch5 has joined #nixos
beertoagunfight has quit [Ping timeout: 240 seconds]
hyper_ch2 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #121691 → sacc: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/121691
wnklmnn has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dotlambda merged pull request #120596 → restream: init at 1.1 → https://github.com/NixOS/nixpkgs/pull/120596
hyper_ch4 has quit [Ping timeout: 240 seconds]
ddellacosta has joined #nixos
stree has quit [Ping timeout: 260 seconds]
MysteriousSilver has joined #nixos
<MysteriousSilver> Hi! How do i exclude packages from updating? I've installed emacsGcc but i don't want to update it often.
ddellac__ has joined #nixos
andycandy has joined #nixos
stree has joined #nixos
<a12l> We're some people trying to build Arcan (https://github.com/letoram/arcan) using Nix, and we have some problem with setting the SETUID bit for a binary. Building the project produces several binaries, where `arcan` is one of them. After building the project CMake tries to set the SETUID bit for that binary. What's the solution? We currently remove that line using a simple patch, just to get stuff building and work (but not
<a12l> fully).
<{^_^}> [nixpkgs] @mweinelt merged pull request #121634 → hedgedoc: 1.7.2 -> 1.8.0 (security) → https://github.com/NixOS/nixpkgs/pull/121634
<qyliss> a12l: a NixOS module with a setuid wrapper
<a12l> I've read that "securityWrappers" is what we need, but I can't find much documentation on it, and no examples in Nixpkgs. Maybe I haven't looked hard enough, but it feels that we're looking at the wrong place?
<qyliss> a12l: the NixOS option to look for is security.wrappers
kaletaa has quit [Quit: ZNC 1.8.1 - https://znc.in]
andycandy has quit [Quit: Connection closed]
<qyliss> packages themselves are not allowed to be setuid
kaletaa has joined #nixos
ddellac__ has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 260 seconds]
andycandy has joined #nixos
exondation has quit [Ping timeout: 260 seconds]
exondation has joined #nixos
avaq_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lukegb merged pull request #121611 → mercurial: 5.6 -> 5.8, oxidize → https://github.com/NixOS/nixpkgs/pull/121611
arjen-jonathan has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed to pinboard-notes-backup-cleanup « pinboard-notes-backup: justStaticExecutables, move overrides »: https://git.io/J3aIk
avaq_ has joined #nixos
meh` has quit [Ping timeout: 260 seconds]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @timothyklim opened pull request #121692 → Add read-only and keyboard opts to android emulator → https://github.com/NixOS/nixpkgs/pull/121692
SomeoneSerge has joined #nixos
<a12l> qyliss: Thanks! Have I understood it correctly that NixOS modules only works on NixOS, and not on Nix in general?
<qyliss> correct
<qyliss> there is no portable way to do setuid with Nix
<qyliss> on other distributions, people will have to make their own arrangements, or run it as root
<__monty__> I'm building an expression (-E) and I get an error that the result isn't allowed to refer to certain paths. --show-trace doesn't show anything (because it's not an eval error I guess) and --keep-failed keeps an empty tmp dir. What's the next step in troubleshooting something like this?
<qyliss> __monty__: does it tell you which paths?
<__monty__> Yes, it does. Some llvm 7.1.0 paths.
<MysteriousSilver> Hi! How do i exclude packages from updating? I've installed emacsGcc but i don't want to update it often.
<lukegb> You could try adding the breakpointHook if you want to inspect the build
<dutchie> MysteriousSilver: you can use a reference to a particular nixpkgs revision, or try a more holistic approach like niv or flakes
<__monty__> lukegb: I'm on macOS.
<MysteriousSilver> sorry, i do not know much about nix, how'd i do that? (and emacsGcc isn't from the official repos)
<lukegb> __monty__: ah
<__monty__> MysteriousSilver: What you want is to "pin" that package, https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs
<qyliss> __monty__: what is it you want to debug? do you want to find where it's being banned from using those paths, or do you want to find out why it's including them?
<{^_^}> [nixpkgs] @misuzu opened pull request #121693 → llvm_11: disable failing 'dependent-libraries.test' on armv7l → https://github.com/NixOS/nixpkgs/pull/121693
<__monty__> The latter. I've generated bootstrap-tools based on LLVM 11 and bumped the darwin stdenv and all-packages LLVMs. But somehow LLVM 7.1.0 is sneaking into the build : /
<__monty__> The only thing I can think of is the bootstrap-tools *were* generated using an llvm 7 stdenv but that's unavoidable.
<qyliss> --keep-failed being empty is a bit strange
<qyliss> is something clearing it out near the end of the build?
<qyliss> maybe you could add preInstall = "exit 1" or something to avoid that
ddellaco_ has joined #nixos
ddellac__ has joined #nixos
<__monty__> I think it's because the build doesn't really fail but actually generates an output and the problem is that output refers to some naughty paths?
anonymouserobot[ has left #nixos ["User left"]
teto has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4767 → Fix the double-slash in the realisations path → https://github.com/NixOS/nix/pull/4767
ddellac__ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @radhus opened pull request #121695 → xen: remove unreferenced patches → https://github.com/NixOS/nixpkgs/pull/121695
andycandy has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @sternenseemann pushed 3 commits to haskell-updates: https://git.io/J3a3U
<qyliss> __monty__: yeah maybe
<qyliss> so if you make it fail, you can poke around
<qyliss> (hopefully)
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ml| has quit [Ping timeout: 246 seconds]
<__monty__> Looking at the output it's a builder script, the trivial builder with genericBuild() et al.
ddellaco_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ryantm merged pull request #121683 → entr: 4.8 -> 4.9 → https://github.com/NixOS/nixpkgs/pull/121683
<qyliss> __monty__: ah in that case, it probably just isn't using the build directory at all
<qyliss> __monty__: perhaps you could move the disallowed references to whatever the input to that derivation is
wnklmnn has quit [Remote host closed the connection]
<__monty__> Move the disallowed refs?
<qyliss> is there a disallowedReferences line anywhere that's causing this failure?
<__monty__> I grepped all the store paths referred to in that script for the disallowed references and nothing turned up.
<qyliss> with -a?
<__monty__> Ripgrep with --hidden and --binary.
<qyliss> hmm
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @ajs124 pushed to master « exim: 4.94 -> 4.94.2 »: https://git.io/J3as9
xcmw has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3e62e383f4b (from 66 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
exondation has quit [Ping timeout: 260 seconds]
jgt_ has quit [Ping timeout: 260 seconds]
exondation has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ajs124 pushed to release-20.09 « exim: 4.94 -> 4.94.2 »: https://git.io/J3aGr
arjen-jonathan has joined #nixos
ManiacOfMadness has joined #nixos
ml| has joined #nixos
<__monty__> qyliss: There's no disallowedReferences in pkgs/stdenv/darwin. Not sure where else I should look.
<qyliss> __monty__: the other time it can happen is if you're referring to a store path that isn't a buildInput, IIRC
attila_lendvai has quit [Ping timeout: 265 seconds]
<__monty__> That's what I was assuming. But I have no idea how llvm 7 could be sneaking in there.
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #121695 → xen: remove unreferenced patches → https://github.com/NixOS/nixpkgs/pull/121695
endformationage has joined #nixos
MysteriousSilver has quit [Remote host closed the connection]
MysteriousSilver has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « yi: unbreak »: https://git.io/J3acm
beertoagunfight has joined #nixos
ddellac__ has joined #nixos
MysteriousSilver has quit [Remote host closed the connection]
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @jojosch opened pull request #121697 → nzbhydra2: use openjdk11 → https://github.com/NixOS/nixpkgs/pull/121697
<{^_^}> [nixpkgs] @mweinelt merged pull request #121672 → esphome: remove dotlambda from maintainers → https://github.com/NixOS/nixpkgs/pull/121672
ddellac__ has quit [Ping timeout: 268 seconds]
ezemtsov has quit [Ping timeout: 240 seconds]
ezemtsov has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
ezemtsov has quit [Ping timeout: 260 seconds]
teto has quit [Quit: WeeChat 3.1]
ezemtsov has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to pinboard-notes-backup-cleanup « haskellPackages.pinboard-notes-backup: add bdesham to maintainers »: https://git.io/J3a8i
<{^_^}> [nixpkgs] @primeos opened pull request #121698 → nixos/test-driver: Allow interactive testing on Wayland-only setups → https://github.com/NixOS/nixpkgs/pull/121698
<qyliss> primeos++
<{^_^}> primeos's karma got increased to 2
jonringer has joined #nixos
wnklmnn has joined #nixos
erictapen has quit [Quit: leaving]
xkapastel has joined #nixos
meh` has joined #nixos
wnklmnn has quit [Client Quit]
orivej has joined #nixos
<{^_^}> [nixpkgs] @andir merged pull request #121686 → strace: add myself as maintainer → https://github.com/NixOS/nixpkgs/pull/121686
<{^_^}> [nixpkgs] @ryantm closed pull request #59981 → WIP: Add discourse package & nixos module → https://github.com/NixOS/nixpkgs/pull/59981
<{^_^}> [nixpkgs] @Hoverbear opened pull request #121699 → t-rec: init at 0.5.2 → https://github.com/NixOS/nixpkgs/pull/121699
cfricke has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @sternenseemann merged pull request #121670 → pinboard-notes-backup: justStaticExecutables, move overrides → https://github.com/NixOS/nixpkgs/pull/121670
akaWolf has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @sternenseemann pushed 60 commits to haskell-updates: https://git.io/J3a0z
ddellac__ has joined #nixos
oxalica has joined #nixos
ddellaco_ has quit [Remote host closed the connection]
ddellac__ has quit [Ping timeout: 246 seconds]
riksteri has joined #nixos
saschagrunert has quit [Remote host closed the connection]
<matthewcroughan> DavHau[m]: Hey! I've been trying to come up with a way to ad-hoc use mach-nix on the cli and tried this: nix shell github:davhau/mach-nix#gen.shellWith.mkdocs
cole-h has joined #nixos
<matthewcroughan> The result is that magch-nix fails with `*** Python 'env' attributes are intended for interactive nix-shell sessions, not for building! ***`
<matthewcroughan> how can I get directly into a shell like this? I'm close, I can feel it :D
beertoagunfight has quit [Quit: beertoagunfight]
beertoagunfight has joined #nixos
beertoagunfight has quit [Read error: Connection reset by peer]
<matthewcroughan> Ah!
<matthewcroughan> I figured it out: nix shell github:davhau/mach-nix#gen.pythonWith.mkdocs.setuptools
<matthewcroughan> that'll get mkdocs/setuptools from pypi and put them in the shell.
<matthewcroughan> Ridiculous!
<{^_^}> [nixpkgs] @lunik1 opened pull request #121700 → opera: 68.0.3618.36 → 76.0.4017.94 → https://github.com/NixOS/nixpkgs/pull/121700
<{^_^}> [nixpkgs] @vaibhavsagar opened pull request #121701 → ihaskell: remove unnecessary ihaskell-display package → https://github.com/NixOS/nixpkgs/pull/121701
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « haskellPackages.jsaddle: unbreak »: https://git.io/J3agR
<{^_^}> [nixpkgs] @danieldk merged pull request #121378 → _1password-gui: 8.0.30 -> 8.0.33-53.BETA → https://github.com/NixOS/nixpkgs/pull/121378
ddellacosta has joined #nixos
tlaxkit has joined #nixos
<{^_^}> [nixpkgs] @roberth opened pull request #121702 → nixos/hercules-ci-agent: updates → https://github.com/NixOS/nixpkgs/pull/121702
<{^_^}> [nixpkgs] @primeos merged pull request #121687 → intel-gmmlib: 21.1.2 -> 21.1.3 → https://github.com/NixOS/nixpkgs/pull/121687
beertoagunfight has joined #nixos
<gchristensen> has anyone used vpnns with an X program on xorg (ie: not xwayland)? I'm seeing problems with opening the display
<{^_^}> [nixpkgs] @danieldk merged pull request #121486 → pianobar: use ffmpeg4 → https://github.com/NixOS/nixpkgs/pull/121486
stree has quit [Ping timeout: 240 seconds]
hyper_ch5 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #121442 → dump1090: 4.0 -> 5.0 → https://github.com/NixOS/nixpkgs/pull/121442
andycandy has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #121703 → abcmidi: 2021.03.30 -> 2021.04.26 → https://github.com/NixOS/nixpkgs/pull/121703
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @dbirks opened pull request #121704 → lens: 4.2.0 -> 4.2.4 → https://github.com/NixOS/nixpkgs/pull/121704
<{^_^}> [nixpkgs] @mweinelt opened pull request #121705 → esphome: 1.16.0 -> 1.17.0 → https://github.com/NixOS/nixpkgs/pull/121705
tbreslein has quit [Quit: tbreslein]
ddellacosta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @MrMebelMan opened pull request #121706 → ORY Kratos: init at v0.6.0-alpha.1.pre.2 → https://github.com/NixOS/nixpkgs/pull/121706
avaq_ has quit [Remote host closed the connection]
kfajdsl has joined #nixos
avaq_ has joined #nixos
stree has joined #nixos
ddellacosta has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2ee9a4fb97d (from 88 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
ddellac__ has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
ddellac__ has quit [Remote host closed the connection]
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #121324 → libsvm: 3.24 -> 3.25 → https://github.com/NixOS/nixpkgs/pull/121324
avaq_ has quit [Ping timeout: 240 seconds]
oxalica has quit [Ping timeout: 240 seconds]
<kfajdsl> I'm trying to make a nix expression for the pypi version of firebase-admin, but I'm running into problems wrangling its fairly large dependency tree with a lot of packages not packaged in nixpkgs (mostly google packages). This is what I have so far, which I didn't expect to work: https://pastebin.com/P9q9Sj7H. So would I have to package all of those dependencies individually? If so, I'll probably just revert to using pip and a
<kfajdsl> requirements.txt, though I'd rather not :S
beertoagunfight has quit [Quit: beertoagunfight]
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #121707 → secp256k1: (unstable-)2020-08-16 -> unstable-2021-05-03 → https://github.com/NixOS/nixpkgs/pull/121707
<simpson> kfajdsl: Yeah. Welcome to Python.
beertoagunfight has quit [Client Quit]
beertoagunfight has joined #nixos
<simpson> Also welcome to Google's idiosyncratic attitude towards how to write and deploy Python.
<kfajdsl> :(
<{^_^}> [nixpkgs] @talyz opened pull request #121708 → treewide: Replace uses of `replace-literal` with `replace-secret` to avoid leaking secrets → https://github.com/NixOS/nixpkgs/pull/121708
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2ee9a4fb97d (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
beertoagunfight has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121709 → gmsh: 4.8.3 -> 4.8.4 → https://github.com/NixOS/nixpkgs/pull/121709
beertoagunfight has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #121710 → python3Packages.python-vlc: 3.0.11115 -> 3.0.12118 → https://github.com/NixOS/nixpkgs/pull/121710
beertoagunfight has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @tfc merged pull request #121698 → nixos/test-driver: Allow interactive testing on Wayland-only setups → https://github.com/NixOS/nixpkgs/pull/121698
respawn_ has joined #nixos
<ajs124> kfajdsl there's poetry2nix and some other tools like it. maybe they weill be useful to you.
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #121701 → ihaskell: remove unnecessary ihaskell-display package → https://github.com/NixOS/nixpkgs/pull/121701
<kfajdsl> This is just a one off script to wrangle some old data in firestore (we're using postgresql now ;) ) so honestly the dirty way works best. Thanks though!
NeoCron has joined #nixos
andreas303 has quit [Quit: andreas303]
ddellac__ has joined #nixos
andreas303 has joined #nixos
ddellac__ has quit [Ping timeout: 246 seconds]
andreas303 has quit [Remote host closed the connection]
erasmas has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann reopened pull request #121701 → ihaskell: remove unnecessary ihaskell-display package → https://github.com/NixOS/nixpkgs/pull/121701
andreas303 has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #121711 → inkscape/textext: init at 1.3.1 → https://github.com/NixOS/nixpkgs/pull/121711
thc202 has quit [Quit: thc202]
<{^_^}> [nixpkgs] @scalavision opened pull request #121712 → mill: 0.9.5 -> 0.9.6 → https://github.com/NixOS/nixpkgs/pull/121712
domogled has joined #nixos
andycandy has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @maralorn opened pull request #121713 → maintainers/scripts/haskell/hydra-report.hs: init → https://github.com/NixOS/nixpkgs/pull/121713
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #121714 → tnat64: init at 0.05 → https://github.com/NixOS/nixpkgs/pull/121714
thc202 has joined #nixos
<s1341_> how can I get nix remote builds to use ControlMaster mode?
<{^_^}> [nixpkgs] @MetaDark opened pull request #121715 → yabridge, yabridgectl: 3.1.0 → 3.2.0 → https://github.com/NixOS/nixpkgs/pull/121715
<clever> s1341_: pop the right config into /root/.ssh/config i believe
ddellaco_ has quit [Remote host closed the connection]
maxx has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann merged pull request #121701 → ihaskell: remove unnecessary ihaskell-display package → https://github.com/NixOS/nixpkgs/pull/121701
ddellacosta has joined #nixos
maxx has left #nixos [#nixos]
<s1341_> thanks clever
<s1341_> that seems to have worked.
<{^_^}> [nixpkgs] @veprbl merged pull request #121617 → Re-add Transcribe, version 9.00 → https://github.com/NixOS/nixpkgs/pull/121617
ahmedelgabri has quit [Ping timeout: 276 seconds]
ddellac__ has joined #nixos
<{^_^}> [nixpkgs] @veprbl closed pull request #119048 → mill: 0.9.5 -> 0.9.6 → https://github.com/NixOS/nixpkgs/pull/119048
<{^_^}> [nixpkgs] @veprbl merged pull request #121712 → mill: 0.9.5 -> 0.9.6 → https://github.com/NixOS/nixpkgs/pull/121712
ddellacosta has quit [Ping timeout: 240 seconds]
arjen-jonathan has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @kini opened pull request #121716 → aws-sam-cli, docker-compose: add to python3Packages → https://github.com/NixOS/nixpkgs/pull/121716
ahmedelgabri has joined #nixos
<Mindavi> exit
Mindavi has quit [Quit: leaving]
f4r5983 has joined #nixos
philr has quit [Ping timeout: 252 seconds]
sangoma has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #121640 → factorio-experimental: 1.1.32 -> 1.1.33 → https://github.com/NixOS/nixpkgs/pull/121640
ahmedelgabri has quit [Ping timeout: 250 seconds]
thblt has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
<__monty__> I'm still stuck on troubleshooting why darwin-stdenv ends up referring to llvm 7.1.0. Here's the only information I've managed to gather, https://git.io/J3VvA Any suggestions of next steps?
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann pushed to haskell-updates « ihaskell: clean up unnecessary doJailbreaks »: https://git.io/J3VJU
iori1 has joined #nixos
ddellac__ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @oxzi opened pull request #121718 → gajim: 1.2.2 -> 1.3.2, pythonPackages.nbxmpp: 1.0.2 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/121718
iori1 has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @drewrisinger opened pull request #121719 → python3Packages.lark-parser: 0.11.2 -> 0.11.3, unbreak others → https://github.com/NixOS/nixpkgs/pull/121719
iori has joined #nixos
jjakob has quit [Ping timeout: 260 seconds]
jjakob has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #121700 → opera: 68.0.3618.36 → 76.0.4017.94 → https://github.com/NixOS/nixpkgs/pull/121700
<{^_^}> [nixpkgs] @veprbl closed pull request #104250 → opera: 68.0.3618.63 -> 72.0.3815.320 → https://github.com/NixOS/nixpkgs/pull/104250
ddellacosta has joined #nixos
tlaxkit has quit [Quit: Konversation terminated!]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #121605 → openjfx: Fix for CA derivations → https://github.com/NixOS/nixpkgs/pull/121605
akaWolf has joined #nixos
<QueenUhohsheherv> Would a pure Nix Flakes solution work better than naersk for a fully nixed rust binary?
ddellacosta has quit [Ping timeout: 246 seconds]
meck has quit [Quit: ZNC 1.8.2 - https://znc.in]
hyiltiz has quit [Ping timeout: 265 seconds]
<lovesegfault> QueenUhohsheherv: you can use naersk and flakes
<QueenUhohsheherv> Would a pure flakes solution be better?
sangoma has joined #nixos
iori has quit [Ping timeout: 246 seconds]
<lovesegfault> Not in any way I can see
respawn_ has quit [Quit: Leaving]
delan has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #121689 → nixos/keycloak: Revert databaseUsername behavior and document custom local database use → https://github.com/NixOS/nixpkgs/pull/121689
puffnfresh has quit [Ping timeout: 265 seconds]
rj has joined #nixos
stree has quit [Ping timeout: 240 seconds]
meck has joined #nixos
Mirrexagon has quit [Ping timeout: 268 seconds]
hyiltiz has joined #nixos
hyiltiz has joined #nixos
arjen-jonathan has joined #nixos
ericsagnes has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @samueldr opened pull request #121720 → installer images: Add available modules to stage-1 → https://github.com/NixOS/nixpkgs/pull/121720
cyril__ has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #121721 → xfce.xfce4-clipman-plugin: 1.6.1 -> 1.6.2 → https://github.com/NixOS/nixpkgs/pull/121721
ml| has quit [Ping timeout: 268 seconds]
cfricke has joined #nixos
oida has joined #nixos
<cyril__> Hi, I'm having a strange issue with shell.nix and direnv. I've spent hours trying to figure it out and I'm sure this is something stupid I'm overlooking. In my shellHook, aliases do not work; I can export FOO=bar and that works, but something like alias lol="ls -l" doesn't
<lovesegfault> cyril__: Are you using a shell other than bash by any chance?
ddellacosta has joined #nixos
<cransom> iirc aliases don't translate in the shellhook.
<{^_^}> [nixpkgs] @dotlambda opened pull request #121722 → megapixels: 0.16.0 -> 1.0.1 → https://github.com/NixOS/nixpkgs/pull/121722
<cyril__> lovesegfault: no, I am using bash
ahmedelgabri has quit [Ping timeout: 250 seconds]
puffnfresh has joined #nixos
ddellacosta has quit [Ping timeout: 240 seconds]
delan has joined #nixos
<lovesegfault> I have the same recollection as cransom
stree has joined #nixos
<lovesegfault> aliases don't work in the shellHook
ericsagnes has joined #nixos
<cyril__> OK, so it's the same with functions then?
<cyril__> like `myfunc () { echo "test"; }` won't work in the resulting shell. `export -f myfunc` doesn't help either
<lovesegfault> I suspect so
<cyril__> That person uses aliases in some of their examples: https://ghedam.at/15978/an-introduction-to-nix-shell
<lovesegfault> maybe if you shove it in a `.profile` and add a source to your .envrc?
iori has joined #nixos
mallox has joined #nixos
<cyril__> I wanted to have some aliases and shell functions that were specific to that project, just like I have env vars specific for that project
Mirrexagon has joined #nixos
<cransom> nix-shell will pick them up, but direnv won't.
<cyril__> Note I'm using direnv, maybe that has an impact? I'm going to try without direnv
<lovesegfault> Yeah, it'll work without direnv
mallox has quit [Client Quit]
<cransom> bash _may_ be ok with functions, because it has some extra magic that it can export functions, but i don't remember for sure
<cyril__> The shell.nix I've shared in the gist above works as expected indeed (the alias works) when not using direnv
<cyril__> I've added a function in there and it works too
<{^_^}> [nixpkgs] @fabaff merged pull request #121661 → sqlx-cli: 0.4.2 -> 0.5.2 → https://github.com/NixOS/nixpkgs/pull/121661
<cyril__> I don't understand why that works without direnv but silently does not work with direnv. I'm assuming I'm not understanding something fundamental about direnv here?
<cransom> my statement was for direnv, specifically.
<{^_^}> [nixpkgs] @fabaff closed pull request #113912 → esphome: 1.16.0 -> 1.16.2 → https://github.com/NixOS/nixpkgs/pull/113912
rj has quit [Ping timeout: 240 seconds]
<cransom> direnv is loading a shell and exporting env variables that the current shell can ingest. aliases and functions aren't part of what it does.
<cransom> cyril__:https://github.com/direnv/direnv/blob/729fbecd96f3e827575f19497bc01df33395d679/README.md#faq see #3.
<cyril__> I see, my lack of understanding of what direnv does is the issue here... sorry about that. Thanks a million cransom and lovesegfault
<lovesegfault> cyril__: happy you figured it out! :)
rj has joined #nixos
justanotheruser has quit [Ping timeout: 250 seconds]
ddellacosta has joined #nixos
olto[m] has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @bbigras opened pull request #121723 → syncthing: 1.15.1 -> 1.16.0 → https://github.com/NixOS/nixpkgs/pull/121723
<{^_^}> [nixpkgs] @lukegb merged pull request #120740 → Teleport 6.1.2 -> 6.1.3 + patch → https://github.com/NixOS/nixpkgs/pull/120740
vdemeester has quit [Ping timeout: 260 seconds]
wpcarro_ has quit [Read error: Connection reset by peer]
r0bby has quit [Ping timeout: 245 seconds]
bradparker has quit [Ping timeout: 260 seconds]
jefferai has quit [Ping timeout: 260 seconds]
SrPx has quit [Ping timeout: 240 seconds]
s1341_ has quit [Ping timeout: 268 seconds]
ddellacosta has quit [Ping timeout: 246 seconds]
meh` has quit [Ping timeout: 252 seconds]
ahmedelgabri has joined #nixos
jared-w has quit [Ping timeout: 248 seconds]
davetapley has quit [Ping timeout: 240 seconds]
Synthetica has quit [Ping timeout: 276 seconds]
etrepum has quit [Ping timeout: 258 seconds]
JadoJodo has quit [Ping timeout: 245 seconds]
johari has joined #nixos
ryjm has joined #nixos
s1341_ has joined #nixos
Synthetica has joined #nixos
vdemeester has joined #nixos
jefferai has joined #nixos
davetapley has joined #nixos
teozkr_ has joined #nixos
mitsuhiko has quit [Ping timeout: 250 seconds]
iori has quit [Quit: Leaving.]
etrepum has joined #nixos
wpcarro_ has joined #nixos
dgonyeo has joined #nixos
sorear has joined #nixos
JadoJodo has joined #nixos
bradparker has joined #nixos
r0bby has joined #nixos
jared-w has joined #nixos
SrPx has joined #nixos
mitsuhiko has joined #nixos
nz__ has joined #nixos
ahmedelgabri has quit [Ping timeout: 246 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #121724 → netdata: 1.29.3 -> 1.30.1 → https://github.com/NixOS/nixpkgs/pull/121724
kaligule has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #121545 → tests.texlive.dvipng: apply recurseIntoAttrs → https://github.com/NixOS/nixpkgs/pull/121545
kfajdsl has quit [Ping timeout: 240 seconds]
domogled1 has joined #nixos
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @maralorn merged pull request #121688 → maintainers/scripts/haskell: Improve commit messages → https://github.com/NixOS/nixpkgs/pull/121688
<{^_^}> [nixpkgs] @dbirks opened pull request #121725 → tf2pulumi 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/121725
<Krner[m]> hello has been someone using stand alone pulse under WM? i have noticed that pulse installed that way refuses connection to literally everything, pulse runs but no sound, cant change volume in any way, everything is rejected, any clue what might bee happening there?
karantan has joined #nixos
ml| has joined #nixos
cyril__ has quit [Quit: Connection closed]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xcmw has joined #nixos
<lordcirth> Krner[m], is your user in the "audio" group?
xcmw has quit [Client Quit]
<ploupiboulba[m]> I am running 2.4pre20210503_6d2553a and keeps seeing " does not have wanted outputs 'dev,out'" when launching nix-shell. Is it a known problem ?
ddellac__ has joined #nixos
rj has quit [Ping timeout: 240 seconds]
exondation has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #121726 → wayland{.bin,-scanner}: Add a pkg-config file for cross-compilation → https://github.com/NixOS/nixpkgs/pull/121726
gurmble has joined #nixos
Gooberpatrol66 has quit [Remote host closed the connection]
gurmble is now known as grumble
veegee_ is now known as veegee
domogled1 has joined #nixos
cfricke has quit [Quit: WeeChat 3.1]
cr4y1 has quit [Ping timeout: 240 seconds]
xelxebar_ has quit [Remote host closed the connection]
xelxebar has joined #nixos
rj has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
domogled1 is now known as domogled
ddellac__ has quit [Ping timeout: 246 seconds]
<__monty__> Is there a way to go from a derivation to an expression?
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @gebner merged pull request #120879 → xdg-desktop-portal-wlr: add grim to PATH → https://github.com/NixOS/nixpkgs/pull/120879
cr4y1 has joined #nixos
Gooberpatrol66 has joined #nixos
domogled has quit [Ping timeout: 240 seconds]
maisem has quit []
maisem has joined #nixos
romildo has joined #nixos
romildo has left #nixos [#nixos]
<maisem> can anyone help merge this PR? https://github.com/NixOS/nixpkgs/pull/120906
<{^_^}> #120906 (by maisem, 1 week ago, open): createrepo_c: 0.11.1 -> 0.17.1
<{^_^}> [nixpkgs] @primeos opened pull request #121727 → wayland-protocols: Switch to Meson → https://github.com/NixOS/nixpkgs/pull/121727
pumpy has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 268 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
Lord_of_Life has quit [Read error: Connection reset by peer]
<Frosku> What would it take to run nixos without systemd, theoretically>
<Frosku> I'm not asking with the intention to actually do it (at least not now), just wondering if it's possible.
Lord_of_Life has joined #nixos
tarruda3 has quit [Ping timeout: 265 seconds]
sangoma has joined #nixos
<simpson> Frosku: What *is* a GNU/Linux distribution without an initial process? Or do you just want some other process management system instead?
supercoven_ has quit [Ping timeout: 240 seconds]
<Frosku> simpson: I'd be using a different init system like runit or openrc
tarruda3 has joined #nixos
<simpson> There's work on an s6 version, IIRC, but I don't remember who was working on it. In general, we don't have an active effort to use any init system, but there's been many discussions.
<Frosku> I'd definitely like to help whoever's doing that
<Frosku> I love nixos but still not a fan of systemd :D
Andoriyu has quit [Quit: ZNC - https://znc.in]
ddellac__ has joined #nixos
<pennae> sounds like it'd be an immense amount of work, with all the modules generating systemd services at the center of things
<simpson> Sure, systemd is terrible. Most userland code is terrible, as a special case of Sturgeon's Law.
<Frosku> pennae: Quite likely, but gentoo and others manage it so it'd be interesting to explore.
<simpson> pennae: There's an old technique known as the Facade Pattern. We'd build an abstraction layer (the "facade"), and then incrementally rewrite modules to each use the abstraction layer.
<Frosku> I'd be OK with writing my own init files if needed
<Frosku> But systemd is a lot more than an init system
<pennae> simpson: i mean, sure. but that has to be built too, and somehow-reasonably emulate many systemd features without introducing security bugs
exondation has joined #nixos
<simpson> pennae: The facade still uses the systemd API behind the scenes. The idea is that other init systems could be arranged to also implement the facade's API.
<simpson> Frosku: Kind of? But not in a way that can't be coded up. It's like a sum type; a valid systemd replacement could be systemd itself, or s6 and vixie-cron, or s6 and BSD cron, or etc.
<Frosku> Are we assuming that systemd doesn't have security bugs pennae? :P
Andoriyu has joined #nixos
ddellac__ has quit [Ping timeout: 252 seconds]
<qyliss> simpson: I made a prototype of an s6 version years ago, but only got as far as booting it. I'm not aware of anybody else working on it (although I'd be delighted to learn otherwise!)
<pennae> Frosku: "not introducing any" does not imply that there's none to begin with.
<qyliss> (booting NixOS with s6: https://git.qyliss.net/nixlib/commit/?h=sixos)
<{^_^}> [nixpkgs] @Ma27 merged pull request #121723 → syncthing: 1.15.1 -> 1.16.0 → https://github.com/NixOS/nixpkgs/pull/121723
<Frosku> qyliss: :o
<Frosku> Let's do it
<Frosku> I'd need to read up on s6 though
<Frosku> I've only used openrc and sysvinit
<simpson> Frosku: Security bugs in the deployed daemon are not security bugs in how NixOS configures things. Nothing about systemd innately compromises Nix's security model, AFAIK. (Happy to learn, though!)
cr4y1 has quit [Ping timeout: 260 seconds]
<qyliss> but that doesn't address running any services
<qyliss> which is where most of the coupling the systemd is
<qyliss> a few people seem interested in making NixOS work with https://github.com/InitWare/InitWare, to allow running it on BSD kernels
<simpson> Yeah, I figure that the keystone of any implementation will be the ability to *reload* a running init daemon and get the runlevel re-evaluated, starting and stopping units.
<Frosku> So the first step would be an abstracted init layer?
<Frosku> And a systemd implementation against that abstraction
fendor has quit [Remote host closed the connection]
<Baughn> Are there solutions other than nixops (or bare nixos-rebuild --target-host) which I should look at for managing multiple machines?
<Baughn> Nixops itself is not super useful, since it only really works from a single machine and there are multiple admins. We'd like to keep the configuration in a git repository, so --target-host seems fair, but it does lose a lot of functionality.
<lukegb> I use a pile of jank to automatically deploy machines from gitlab ci
<lordcirth> Baughn, you can just have an admin host.
<Baughn> Too expensive. :/
<lordcirth> Doesn't always have to be real hardware
waleee-cl has joined #nixos
<Baughn> I'll consider it, but it's not likely to be the solution.
fendor has joined #nixos
justanotheruser has quit [Ping timeout: 250 seconds]
alschaapman has joined #nixos
cr4y1 has joined #nixos
fendor_ has joined #nixos
<alschaapman> My installation has failed, without much in the way of helpful errors. Can anyone help me troubleshoot?
<simpson> Baughn: Who holds the keys for pushing?
rj has quit [Ping timeout: 240 seconds]
<Baughn> simpson: Those will be in the git repository.
<alschaapman> The output says to ask in the #nixos channel, but I'm skeptical...? This is for a macOS installation. I have also asked in #nix-darwin.
<Baughn> #nixos is for nix in general, honestly.
<simpson> As far as other tools, I think Disnix is still alive, although I never used it.
<Baughn> Disnix does something else. ...and unless the documentation has improved, I don't think I'll be using it.
<{^_^}> [nixpkgs] @Ma27 merged pull request #121595 → qscintilla: 2.11.5 -> 2.11.6 → https://github.com/NixOS/nixpkgs/pull/121595
<Baughn> alschaapman: Try running the installer again. It should be idempotent.
<Baughn> alschaapman: Is this on M1 or x86?
<afontain_> I'm quite excited about https://skarnet.com/projects/service-manager.html
<simpson> alschaapman: I think that your installation is almost complete, actually. I would consider taking that final expression, which bootstraps nix-env and other tools for you, and running it in a *fresh* terminal. Nix relies on some stuff in your environment being set up correctly; you might have to check your .zshrc.
<afontain_> hopefully a service manager, designed and with sturdy foundation can come out of this
<afontain_> s6++ :P
<afontain_> *neatly designed
cr4y1 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #121728 → nixos/dendrite: use umask to make file readable only → https://github.com/NixOS/nixpkgs/pull/121728
<Frosku> I just want an init system/service manager that doesn't try to do everything else
rj has joined #nixos
<simpson> And I want a capability-safe desktop environment for daily use.
<Frosku> pid 1 running as uid 0 probably shouldn't be this complex
<Baughn> It isn't, particularly?
<Baughn> systemd isn't a single binary. It's lots of binaries.
<simpson> And PID 1 is well-known to have specific needs which are not complex at all: https://ewontfix.com/14/
<Frosku> simpson: I'm not sure I follow, anyways I'm not trying to start a debate, if there's something I love about GNU/Linux it's that we can all run it how we want to.
<alschaapman> Baughn: This is an Intel Mac. A very old one.
<afontain_> and likewise, s6-init is just a binary
<Frosku> If people want to run systemd, that's fine
<alschaapman> And as such, running Catalina, it has unofficial patches. That may be causing problems.
<Baughn> alschaapman: Likely environmental, then. I second s's suggestion.
<alschaapman> Homebrew won't work at all on this thing. I've even tried building the binaries locally, disabling whatever flag they applied that makes it incompatible with the older generation chips. Still no luck
<alschaapman> I'll try the installer again. I'm certainly hoping Nix works out better for me than Homebrew
<alschaapman> Really need some packages
<simpson> Frosku: I think you know what memory-safety is. Capability-safety is the next step after that, where the ability to run code cannot be forged without permission.
<simpson> This is relevant to Nix because Nix is a transitional system on the path to treating packages as capabilities; think of Nix store paths as "unguessable" or hard-to-guess.
<qyliss> alschaapman: just in case you don't get Nix working, I'd look into pkgsrc next if I were you. they're very likely to care about your old hardware, ime
<qyliss> (but Nix is great, and I hope you manage to get it working :))
ManiacOfMadness has quit [Ping timeout: 240 seconds]
<Baughn> Actually, if it's an *old* intel mac, you might be able to run NixOS on it.
<alschaapman> I only have it for the remaining sliver of necessary macOS-only software
<alschaapman> Would rather defeat the purpose
xcmw has joined #nixos
zebrag has joined #nixos
<simpson> Sure. This is the common scenario where Nix is preferable to Homebrew; understandable.
xcmw has quit [Client Quit]
<alschaapman> Does Homebrew have more packages?
<alschaapman> For now I'm pretty sure I just need bash, autossh, and tinc.
<{^_^}> [nixpkgs] @minijackson opened pull request #121729 → xdg-desktop-portal-wlr: add slurp to the environment → https://github.com/NixOS/nixpkgs/pull/121729
<alschaapman> I feel like I used to know where to find a list of all the packages available for x86_64-darwin, but if it's on the main package search at nixos.org, I don't see it
ddellac__ has joined #nixos
<lunik1> nixpkgs has more, not a perfect measure but repology lists 5423 in homebrew and 56631 in nixpkgs unstable
<lunik1> but many of those will be linux-only stuff, repology doesn't have a number for -darwin
<cransom> i'd consider repology to be a gross over representation. it includes things like multiple haskell versions as well.
<alschaapman> I bet the homebrew number doesn't include casks either
<alschaapman> Are there any graphical programs available as Nix packages on macOS?
Supersonic has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cole-h opened pull request #121731 → hydra-unstable: 2021-04-29 -> 2021-05-03 → https://github.com/NixOS/nixpkgs/pull/121731
<radvendii> alschaapman: yes. i know of at least one, though i'm sure there are plenty of others
<radvendii> alschaapman: MAR1D, the game that I made, is graphical and packaged for macOS
<lunik1> +1403 for casks from repology
Supersonic has joined #nixos
ddellac__ has quit [Ping timeout: 268 seconds]
<lunik1> cransom: it also includes a lot of packages usually covered by language-specific package managers, like pip
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [cabal2nix] @sternenseemann opened pull request #492 → hackage2nix: adjust to distribution-nixpkgs 1.6.0 → https://github.com/NixOS/cabal2nix/pull/492
<{^_^}> [cabal2nix] @sternenseemann closed pull request #490 → FromCabal.Name: use linux-pam for pam → https://github.com/NixOS/cabal2nix/pull/490
<{^_^}> [nix] @andersk opened pull request #4769 → install: Fix hash variable for Darwin.arm64 → https://github.com/NixOS/nix/pull/4769
ahmedelgabri has joined #nixos
veegee has quit [Read error: No route to host]
stree has quit [Ping timeout: 252 seconds]
veegee_ has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #121732 → python3Packages.surepy: 0.5.0 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/121732
<{^_^}> [nixpkgs] @primeos opened pull request #121733 → chromiumDev: 92.0.4491.6 -> 92.0.4496.0 → https://github.com/NixOS/nixpkgs/pull/121733
<{^_^}> [nixpkgs] @Ma27 merged pull request #121560 → hugo: 0.82.1 -> 0.83.1 → https://github.com/NixOS/nixpkgs/pull/121560
rj has quit [Ping timeout: 240 seconds]
stree has joined #nixos
figgyc has joined #nixos
riksteri has quit [Quit: riksteri]
rj has joined #nixos
cr4y1 has joined #nixos
fuiltilt has joined #nixos
thc202 has quit [Quit: thc202]
jwheare_local2 has joined #nixos
jwheare_local2 has left #nixos [#nixos]
<{^_^}> [nix] @Ma27 opened pull request #4770 → Source complete env in `nix-shell` with `__structuredAttrs = true;` → https://github.com/NixOS/nix/pull/4770
<{^_^}> [nixpkgs] @Ma27 merged pull request #121731 → hydra-unstable: 2021-04-29 -> 2021-05-03 → https://github.com/NixOS/nixpkgs/pull/121731
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #121652 → cagebreak: 1.6.0 -> 1.7.0 → https://github.com/NixOS/nixpkgs/pull/121652
ddellac__ has joined #nixos
<{^_^}> [nixpkgs] @dbirks opened pull request #121734 → vscode-extensions.github.github-vscode-theme: 4.0.2 -> 4.1.1 → https://github.com/NixOS/nixpkgs/pull/121734
ddellac__ has quit [Ping timeout: 240 seconds]
chisui has quit [Quit: Connection closed]
kaligule has quit [Ping timeout: 245 seconds]
tarruda3 has quit [Ping timeout: 252 seconds]
sangoma has quit [Ping timeout: 252 seconds]
<alschaapman> If I get openssh from Nix, will my SSH keys in Keychain still get added to the agent?
tarruda3 has joined #nixos
woffs has joined #nixos
<alschaapman> Apparently Apple in their infinite wisdom have decided to distribute OpenSSH in a form that does not allow changing the listen port without modifying files owned by the system.
<clever> alschaapman: ssh just connets to whatever agent is on the far end of $SSH_AUTH_SOCK
<alschaapman> Remember when Apple didn't suck? I remember. Good days.
<alschaapman> I think at this point they may actually be worse than Microsoft and that's really amazing
<clever> what does `echo $SSH_AUTH_SOCK` report on a mac?
sangoma has joined #nixos
<clever> alschaapman: i think thats part of them locking down on security, in preparation to ipad-ify everything
<alschaapman> It is *LESS SECURE* to leave commonly abused network applications listening on well-known ports
<clever> alschaapman: changing the port does nothing to help your security
<clever> you should instead disable password auth
<alschaapman> I don't believe that's true...
<clever> alschaapman: it only takes slightly more time to scan every port, try to connect, and probe what service is listening
<alschaapman> Exactly
<alschaapman> Slightly more time
ahmed_elgabri has joined #nixos
<clever> alschaapman: that doesnt really buy you much, enless you plan the change the port hourly
<alschaapman> Meaning an attacker who's probing many, many potential targets at a time will be less likely to do that
melg8 has quit [Quit: Connection closed]
jgt_ has joined #nixos
<clever> alschaapman: https://www.youtube.com/watch?v=fKuqYQdqRIs this talk goes over a lot of those "tips"
<alschaapman> If someone is specifically targeting my host, I'm under no illusion that any security measures I've taken is going to provide me outstanding protection
<clever> and how much they actually help
<clever> alschaapman: also, if your router is doing its job, it doesnt matter what port your listening on, its blocked
<alschaapman> clever: There are in fact host/port combinations on this network that are exposed to the public internet.
<alschaapman> I would not really care to make port 22 one of them.
<alschaapman> If I know how to modify my router's firewall configuration to make the proper port available, the fact that the blocker is macOS's lack of capability to just make the daemon listen on another port is utterly bonkers.
ahmedelgabri has quit [Ping timeout: 276 seconds]
<clever> alschaapman: your router can also forward port 1234 to 22, so the exposed port is still non-standard
exondation has quit [Ping timeout: 276 seconds]
<alschaapman> clever: I'm increasingly thinking that's the solution I'm going to go with
<alschaapman> Worse than Microsoft...
maisem_ has joined #nixos
<clever> alschaapman: you can also just disable that security, and then edit anything you want
<alschaapman> What, turn SIP off?
<alschaapman> Nah. More trouble than it's worth
<clever> yes
<alschaapman> I think the rationale for Apple's security model with SIP is sound. It's only implementation details like this that end up being a pain in the ass
<alschaapman> And anyway, I think it's not SIP itself that's the problem here -- even if I went ahead and edited the system files, they'd be wiped out on upgrade anyway
<alschaapman> That's no solution
furrymcgee has quit [Quit: leaving]
<alschaapman> I don't even edit system files on Linux, which I use all the time and which gives me the actual capability
maisem has quit [Ping timeout: 240 seconds]
<afontain_> can't you start the daemon manually with the right flags?
maisem_ has quit [Client Quit]
<alschaapman> afontain_: Or a custom launch daemon, possibly
<SumnerEvans[m]> What is the best way to test the build of a single package in nixpkgs?
<clever> SumnerEvans[m]: nix-build '<nixpkgs>' -A hello
<afontain_> nix-build . -A hello if it's local
<afontain_> (a loacally-modified version of nixpkgs)
<afontain_> *locally
<SumnerEvans[m]> afontain: thanks! That's exactly what I needed.
<clever> . is the default as well
<clever> `nix-build -A hello`
gustavderdrache has quit [Quit: Leaving.]
<SumnerEvans[m]> The more you know. Thanks!
chisui has joined #nixos
Gooberpatrol66 has quit [Remote host closed the connection]
rj has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @sumnerevans opened pull request #121735 → mutt: 2.0.6 -> 2.0.7 → https://github.com/NixOS/nixpkgs/pull/121735
ddellac__ has joined #nixos
<pennae> "listToAttrs [{name = entry; value = 1;}]" -- isn't that just a really complicated way of writing nameValuePair
<s1341_> how can I refer to the 'lib' output of a derivation from within that derivation?
<afontain_> s1341_: sounds pretty recursive to me
<clever> s1341_: the env var $lib has that path
<s1341_> specifically, I need to set a cmakeFlag to the lib output...
<s1341_> clever: cool. let me try that.
acarrico has joined #nixos
<afontain_> ah, not necessarily recursive then
<cole-h> the cmake hook should already populate everything like that for you, unless it's something non-standard
<s1341_> clever: it doesn't appear to be expanded...
<s1341_> -DCLANG_RESOURCE_DIR=$lib/lib/clang/12.0.0
<clever> s1341_: preConfigure is a shell script snippet, so it can expand things
rj has joined #nixos
<s1341_> clever: hrm? It doesn't appear to be expanded... whereas ${libllvm.dev} IS expanded...
Gooberpatrol66 has joined #nixos
<s1341_> and i can't say ${lib}, because that is the nix lib....
<afontain_> is that a cmakeFlags= ?
<sterni> s1341_: placeholder "outputname"
<qyliss> ''${lib} ?
<clever> s1341_: preConfigure = ''cmakeFlags="$cmakeFlags -DCLANG_RESOURCE_DIR=$lib/lib/clang/12.0.0"'';
<qyliss> actually never mind me
<clever> s1341_: this will get evaluated by bash, and then expanded then
<s1341_> clever there is a cmakeFlags varian
<sterni> cmakeFlags = [ "-DCLANG_RESOURCE_DIR=${placeholder "lib"}/lib/clang/12.0.0" ]
<s1341_> variable in the derivation...
Ruan[m] has joined #nixos
ddellac__ has quit [Ping timeout: 246 seconds]
<s1341_> sterni: uh. that might work.
<clever> s1341_: the $lib has to be evaled in a bash script, placeholder is the new solution, but i can never remember how it works
<s1341_> placeholder works!
zebrag has quit [Quit: Konversation terminated!]
<sterni> clever: nix generates a random (?) string and it gets substituted magically at some point
<clever> sterni: hashed
<sterni> ah right
zebrag has joined #nixos
zupo has joined #nixos
<sterni> ah okay this is substituted in the derivation attrs
<sterni> makes sense
<pennae> hmm, why does activationScripts have a stringAfter, but not a stringBefore?
<clever> sterni: 2nd link shows what it is hashing
<pennae> having to use names that orders before users to have an activation script run before the users fragment feels terrible
<clever> pennae: lib.mkBefore ?
<pennae> clever: activation scripts don't use that mechanism
<s1341_> ok... that somehow got expanded to this: -resource-dir /nix/store/dcdc9rjhr0nb6n1dbv6myggg33lwlzr6-clang-12.0.0/bin/nix/store/wrccaywl0g6wv1scjd6szdssg8v7wcy4-clang-12.0.0-lib/lib/clang/12.0.0
<clever> pennae: what if you use the deps mechanism, to make users depend on your thing?
<s1341_> nm... it's because CLANG_RESOURCE_DIR needs to be a relative path....
<s1341_> that's daft!
<cole-h> that's kinda wacky lol
<{^_^}> [nixpkgs] @fabaff opened pull request #121736 → python3Packages.flametree: enable tests → https://github.com/NixOS/nixpkgs/pull/121736
alschaapman has quit []
<pennae> clever: ah, missed that the script type is a submodule, not a plain attrset. that should work then :D
gustavderdrache has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<s1341_> how can i get a relative path to the lib output?
<pennae> yup, that does it. clever++
<{^_^}> clever's karma got increased to 577
vidbina_ has quit [Ping timeout: 240 seconds]
<s1341_> clever any ideas?
MatrixBot24 has joined #nixos
sangoma has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @Ma27 merged pull request #121623 → audacity: 2.4.2 -> 3.0.2 → https://github.com/NixOS/nixpkgs/pull/121623
ahmed_elgabri has joined #nixos
MatrixBot24 has quit [Remote host closed the connection]
andreas303 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Infinisil opened pull request #121737 → xorg.xorgdocs: Make man pages discoverable by manpages → https://github.com/NixOS/nixpkgs/pull/121737
Synthetica has quit [Quit: Connection closed for inactivity]
<l-as> Does anyone here know if there's an easy way to expose fontconfig fonts and configuration when building a derivation?
exondation has joined #nixos
MatrixBot24 has joined #nixos
arjen-jonathan has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #121738 → python3Packages.aiodiscover: 1.3.4 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/121738
andreas303 has joined #nixos
MatrixBot24 has quit [Remote host closed the connection]
andreas303 has quit [Client Quit]
pointfree has joined #nixos
andreas303 has joined #nixos
jgt_ has quit [Ping timeout: 265 seconds]
ddellac__ has joined #nixos
romildo has joined #nixos
romildo has left #nixos [#nixos]
MatrixBot24 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #121739 → [20.09] nixUnstable: 2.4pre20210326_dd77f71 -> 2.4pre20210503_6d2553a; hydra-unstable: 2021-03-29 -> 2021-05-03 → https://github.com/NixOS/nixpkgs/pull/121739
ddellac__ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #121477 → tcpreplay: 4.3.3 -> 4.3.4 → https://github.com/NixOS/nixpkgs/pull/121477
rj has quit [Ping timeout: 240 seconds]
fendor has quit [Quit: Leaving]
fendor_ is now known as fendor
Agustin2021 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed commit from @dotlambda to release-20.09 « tcpreplay: 4.3.3 -> 4.3.4 »: https://git.io/J3VyM
ahmedelgabri has joined #nixos
fendor has quit [Quit: Leaving]
mounty has joined #nixos
rj has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #121740 → python3Packages.py-cpuinfo: 7.0.0 -> 8.0.0 → https://github.com/NixOS/nixpkgs/pull/121740
<{^_^}> [nix] @andersk opened pull request #4771 → launchd: Use exec to avoid leaving the extra shell wrapper running → https://github.com/NixOS/nix/pull/4771
ahmed_elgabri has quit [Ping timeout: 276 seconds]
ddellacosta has quit [Remote host closed the connection]
ddellacosta has joined #nixos
ddellacosta has quit [Read error: Connection reset by peer]
ddellaco_ has joined #nixos
mounty has quit [Read error: No route to host]
<{^_^}> [nixpkgs] @artemist opened pull request #121741 → kicad-unstable: 2020-12-23 → 2021-05-04 → https://github.com/NixOS/nixpkgs/pull/121741
mounty has joined #nixos
mounty has quit [Client Quit]
<Kinnison> Is there a simple way, given a system configuration (as a flake) to resolve the entire config tree and then allow me to interrogate it (perhaps in the repl?)
<{^_^}> [nixpkgs] @IvarWithoutBones opened pull request #121742 → snapdragon-profiler: init at v2021.2 → https://github.com/NixOS/nixpkgs/pull/121742
<Kinnison> I'm trying to determine how some stuff resolves
mounty has joined #nixos
<cole-h> Kinnison: I do that using my `compat` wrapper: https://github.com/cole-h/nixos-config/tree/nvme/compat. `nix repl compat/nixos` lets me look at e.g. `config.users.users.nobody`
<{^_^}> [nixpkgs] @jonringer merged pull request #121734 → vscode-extensions.github.github-vscode-theme: 4.0.2 -> 4.1.1 → https://github.com/NixOS/nixpkgs/pull/121734
abstrn has quit [Ping timeout: 240 seconds]
<Kinnison> I'm a little lost there :(
<cole-h> It uses Eelco's flake-compat to hook into the `nixosConfigurations` output of my flake
<cole-h> since a system is just a derivation, it lets me interrogate the config generated for `nixosConfigurations.hostname` (where `hostname` is `scadrial` in my case)
<Kinnison> Cool, turns out my thought on the config was wrong anyway, but I'll bookmark that for further thought
* Kinnison is just trying to work out what has caused gnome-shell to be in my system
<Kinnison> (I use mate)
<cole-h> For that, you'd probably want to use `nix why-depends`
<Kinnison> I think gnome-session and more is present too
<Kinnison> can I ask why-depends /nix/var/nix/profiles/system somepkg ?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Kinnison> hmm no
<cole-h> you'd want /run/current-system instead
<Kinnison> hah "does not depend on"
<Kinnison> theeeen why is it there?
* Kinnison pokes harder
<{^_^}> [nixpkgs] @fabaff opened pull request #121743 → python3Packages.zigpy-znp: 0.4.0 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/121743
<Kinnison> Okay, by inspection of nix files it turns out that if you use gdm, even for non-gnome on X11, it forces gnome-session and gnome-shell to be around, for wayland reasons
* Kinnison grumps
akaWolf has quit [Ping timeout: 260 seconds]
* Kinnison supposes he should switch to lightdm
radvendii has left #nixos ["WeeChat 3.1"]
<{^_^}> [nixpkgs] @artemist closed pull request #121741 → kicad-unstable: 2020-12-23 → 2021-05-04 → https://github.com/NixOS/nixpkgs/pull/121741
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<Kinnison> yep, that fixed it \o/
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « lib/licenses: add missing bsdOriginalUC »: https://git.io/J3VHc
<{^_^}> [nixpkgs] @dschrempf opened pull request #121744 → picard: 2.5.6 -> 2.6.2 → https://github.com/NixOS/nixpkgs/pull/121744
abstrn has joined #nixos
__monty__ has quit [Quit: leaving]
ddellac__ has joined #nixos
<{^_^}> [nixpkgs] @j0hax opened pull request #121746 → nixos/monero: add dataDir option → https://github.com/NixOS/nixpkgs/pull/121746
<{^_^}> [nixpkgs] @mweinelt merged pull request #121740 → python3Packages.py-cpuinfo: 7.0.0 -> 8.0.0 → https://github.com/NixOS/nixpkgs/pull/121740
davidv7_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #121747 → libdnf: 0.61.1 -> 0.62.0 → https://github.com/NixOS/nixpkgs/pull/121747
stree has quit [Ping timeout: 268 seconds]
VideoGameEnjoyer has joined #nixos
rj has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Remote host closed the connection]
ddellacosta has joined #nixos
<CRTified[m]> Hi, does anyone has a config for the rpi3b+ at hand where wifi works? According to `ip a` and the wpa_supplicant log, there is a connection, but the RPi is not reachable over wifi and wpa_supplicant also complains about "RRM: Ignoring radio measurement request: Not RRM network". I'm on nixos-21.05pre286925.3e62e383f4b, the RPi is set up with nixops and using linuxPackages_latest (_rpi3 won't build on my x86 host)
<cole-h> You might have a better time in #nixos-aarch64
rj has joined #nixos
jgt_ has joined #nixos
Synthetica has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
ddellacosta has quit [Ping timeout: 265 seconds]
vidbina_ has joined #nixos
HedgeMage has joined #nixos
stree has joined #nixos
jgt_ has quit [Ping timeout: 240 seconds]
sss has joined #nixos
vidbina_ has quit [Ping timeout: 252 seconds]
<pie_> ,locate ld.so
<{^_^}> Found in packages: man-pages, factor-lang, opencryptoki
chisui has quit [Quit: Connection closed]
<joedevivo> cole-h: have a minute to talk ssm-agent? tl;dr - I couldn't connect to the EC2 instance running a 21.05pre AMI until I added this exact file (https://github.com/aws/amazon-ssm-agent/blob/3.0.755.0/amazon-ssm-agent.json.template) to /etc/amazon/ssm/amazon-ssm-agent.json.template by way of my configuration.nix. If that's the right way to do it, I'm happy to add that bit to the nixos module
<{^_^}> [nixpkgs] @mweinelt merged pull request #121738 → python3Packages.aiodiscover: 1.3.4 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/121738
* pie_ flails helplessly
<pie_> ,locate ld-linux.so
<pie_> (well, i _did_ actually want the man page)
<{^_^}> Found in packages: man-pages
<HedgeMage> Hey there. I have a build that is trying to build a known-insecure package (yay for notifying me!), but the help text suggests ways to allow its installation (yuck! who do I talk to about changing this?). What I want to know is to find out what is pulling in this package as a dependency so I can deal with the issue. What's the easy search command for that on nixos?
Agustin2021 has quit [Quit: Connection closed]
<joedevivo> HedgeMage: ymmv, but I've found nix-tree useful for getting to the bottom of what's in a build
<CRTified[m]> nix why-depends might also help
<cole-h> joedevivo: Looking at their repo, it seems like that is indeed necessary / a good idea, so feel free to open a PR :) I don't actually use it -- I just updated it for a client (and tested it with their assistance)
<joedevivo> Thanks. just wanted to make sure I was doing it right before putting that together :D
ezemtsov has quit [Ping timeout: 240 seconds]
ezemtsov has joined #nixos
<joedevivo> haha, I did, I just wasn't going to waste your time in irc with it... :D
<cole-h> :D
<cole-h> joedevivo++
<{^_^}> joedevivo's karma got increased to 1
<joedevivo> I'm going to try and set the module up to configure log level too
pushqrdx has joined #nixos
<cole-h> improvements always welcome :)
pushqrdx has quit [Client Quit]
pushqrdx has joined #nixos
pushqrdx has quit [Client Quit]
pushqrdx has joined #nixos
pushqrdx has quit [Remote host closed the connection]
pushqrdx has joined #nixos
pushqrdx has quit [Client Quit]
ddellaco_ has joined #nixos
<HedgeMage> joedevivo: Thanks.
MatrixBot24 has quit [Remote host closed the connection]
<HedgeMage> CRTified[m]: Thanks!
MatrixBot24 has joined #nixos
ddellaco_ has quit [Ping timeout: 265 seconds]
apache8080 has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/4e55c8bc670 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
abathur has quit [Ping timeout: 252 seconds]
<HedgeMage> joedevivo: Is there a way to search within nix-tree?
<pennae> HedgeMage: press /
abathur has joined #nixos
abathur has quit [Client Quit]
<HedgeMage> pennae: thanks!
<{^_^}> [nixpkgs] @tomberek merged pull request #115865 → [20.09] keepassrpc: 1.8.0 -> 1.14.0 → https://github.com/NixOS/nixpkgs/pull/115865
<HedgeMage> Thanks, to all of you. I've tracked it down.
erasmas has quit [Quit: leaving]
rj has quit [Ping timeout: 240 seconds]
benson_ has joined #nixos
rj has joined #nixos
ddellac__ has quit [Ping timeout: 240 seconds]
aml has quit [Ping timeout: 268 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
ddellaco_ has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #121651 → gobgpd: 2.26.0 -> 2.27.0 → https://github.com/NixOS/nixpkgs/pull/121651
Dotz0cat has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #121650 → gobgp: 2.26.0 -> 2.27.0 → https://github.com/NixOS/nixpkgs/pull/121650
civodul has quit [Ping timeout: 260 seconds]
ddellaco_ has quit [Ping timeout: 260 seconds]
benson_ has left #nixos ["User left"]
apache8080 has quit [Ping timeout: 240 seconds]
mbrgm_ has joined #nixos
ahmedelgabri has quit [Ping timeout: 276 seconds]
mbrgm has quit [Ping timeout: 250 seconds]
mbrgm_ is now known as mbrgm
supersandro2000 has quit [Killed (tolkien.freenode.net (Nickname regained by services))]
supersandro2000 has joined #nixos
ddellaco_ has joined #nixos
cr4y1 has quit [Ping timeout: 240 seconds]
ddellaco_ has quit [Ping timeout: 268 seconds]
philr has joined #nixos
zebrag has quit [Remote host closed the connection]
griff_ has joined #nixos
lewo` has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1fab95f5190 (from 62 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
virkony has quit [Ping timeout: 248 seconds]
virkony has joined #nixos
lewo has quit [Ping timeout: 240 seconds]
zebrag has joined #nixos
xcmw has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @taku0 opened pull request #121748 → thunderbird, thunderbird-bin: 78.10.0 -> 78.10.1 [Moderate security fix] → https://github.com/NixOS/nixpkgs/pull/121748
<{^_^}> [nixpkgs] @samueldr merged pull request #119974 → iso-image: Fix GRUB graphical menu on AArch64 → https://github.com/NixOS/nixpkgs/pull/119974
rj has quit [Remote host closed the connection]
rj has joined #nixos
<{^_^}> [nixpkgs] @ryantm opened pull request #121749 → libvirt: add enableGlusterfs option → https://github.com/NixOS/nixpkgs/pull/121749
lordcirth has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @m1cr0man opened pull request #121750 → nixos/acme: Ensure certs are always protected → https://github.com/NixOS/nixpkgs/pull/121750
aml has joined #nixos
NeoCron has quit [Remote host closed the connection]
rj has quit [Ping timeout: 240 seconds]
<pie_> eyJhb: your username is a prefix for something what is it
<pie_> well -chat but oops :p
rj has joined #nixos
<pie_> something something JWT
apache8080 has joined #nixos
<{^_^}> [nixpkgs] @MetaDark opened pull request #121751 → pythonPackages.debugpy: 1.2.1 → 1.3.0 → https://github.com/NixOS/nixpkgs/pull/121751
mounty has quit [Ping timeout: 240 seconds]
pointfree has quit [Quit: Connection closed for inactivity]
mounty has joined #nixos
ahmedelgabri has joined #nixos
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @happysalada opened pull request #121752 → sqlx-cli: fix darwin build → https://github.com/NixOS/nixpkgs/pull/121752