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
eoli3n has quit [Ping timeout: 264 seconds]
<adisbladis> judson: That's a great issue report :) Thanks
<adisbladis> judson++
<judson> Cheers. I was afraid my irritation was creeping in :)
bqv has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.7.1]
fresheyeball has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm_ is now known as mbrgm
<tobiasBora> Hello, Is there any command line tool that can let me create a "user mount" (i.e. a mount that would be available to only the current program). I know bubblewrap, but I don't want all the protection mechanism it offers (namely, I want to be able to run inside a fusermount).
SomeoneSerge has quit [Ping timeout: 240 seconds]
johnw has joined #nixos
bn_work has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
lord| has quit [Ping timeout: 246 seconds]
lord| has joined #nixos
<pjt_tmp> tobiasBora: ##linux might know since this is a more general question
hio has joined #nixos
<pjt_tmp> anyone know if nix-store -q --size `which foo` will truly give me the size of foo + runtime deps?
hio has left #nixos [#nixos]
<pjt_tmp> feels like -R should be in there with it conflicts with --size
noudle has quit []
zeorin has quit [Remote host closed the connection]
<matthewcroughan> colemickens: How do you store your wifi passwords?
k2s has quit [Remote host closed the connection]
k2s_ has quit [Remote host closed the connection]
<matthewcroughan> You `networking.wireless.enable` but I do not see you storing or providing `pskRaw`
<pjt_tmp> personally I'd store them in a separate file that is imported
<matthewcroughan> yeah I was looking at his repo in order to figure out whether he puts them in his `mixins/` or not
Acou_Bas- has quit [Quit: ZNC 1.8.1 - https://znc.in]
Acou_Bass has joined #nixos
ctlee[m] has left #nixos ["User left"]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pjt_tmp> `rm -rf /nix/var/nix/gcroots/auto/ggggggggggggggggggggggggggggggg`
<pjt_tmp> ^ will this hurt?
b42 has joined #nixos
fuzzypixelz has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.7.1]
statusfailed has quit [Ping timeout: 260 seconds]
<fuzzypixelz> I'm a bit confused. How am I supposed to get Haskell packages? Do I simple install them? Do I use stack? Do I use cabal? Will the last two even work?
<clever> fuzzypixelz: i generally use callCabal2nix
statusfailed has joined #nixos
<clever> fuzzypixelz: or ghcWithPackages
simba1 has quit [Ping timeout: 260 seconds]
aleph- has quit [Ping timeout: 256 seconds]
cr4y1 has quit [Ping timeout: 246 seconds]
<fuzzypixelz> clever: is there no equivalent haskell-platform? I find myself missing "essential" things like Data.List.Split just having ghc
{^_^} has joined #nixos
<fuzzypixelz> clever: I'm not really doing haskell developement, I just want a reasonably large haskell standard library to hack and learn
aleph- has joined #nixos
justanotheruser has quit [Ping timeout: 268 seconds]
<pjt_tmp> fuzzypixelz: https://www.srid.ca/1948201.html
<pjt_tmp> ?
gustavderdrache has quit [Quit: Leaving.]
gustavderdrache has joined #nixos
<clever> fuzzypixelz: which package was Data.List.Split in?
thibm_ has joined #nixos
thibm has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @qzle opened pull request #107127 → Fix nixos-container extraVeths ip configuration is not always applied → https://git.io/JL8lk
<fuzzypixelz> clever: ^
<clever> fuzzypixelz: nix-shell -p 'haskellPackages.ghcWithPackages (ps: with ps; [ split ])
<clever> '
xcmw has joined #nixos
<clever> that will give you a ghc that has split pre-installed
<fuzzypixelz> please, how do I make that into a shebang?
<clever> fuzzypixelz: how does your #! look now?
<fuzzypixelz> empty! :)
proofofkeags has quit [Remote host closed the connection]
<fuzzypixelz> I just compile and run
<clever> a #! on a haskell file?
proofofkeags has joined #nixos
<fuzzypixelz> yes that's what I want to do
<fuzzypixelz> there is a description in the link https://www.srid.ca/1948201.html pjt_tmp posted but I can't decipher it
* clever looks
<pjt_tmp> That page is linked from the nixos.wiki page for haskell btw
<pjt_tmp> yeah that
<clever> and then add split to the list
rajivr has joined #nixos
<fuzzypixelz> so runhaskell actually compiles and runs automagically?
<fuzzypixelz> -i calls runhaskell on the file
<fuzzypixelz> and -p includes the packages
<clever> yeah
proofofkeags has quit [Ping timeout: 268 seconds]
nixy37179 has quit [Quit: The Lounge - https://thelounge.chat]
nixy37179 has joined #nixos
<fuzzypixelz> how can I pass ghc flags to run haskell this way?
<clever> fuzzypixelz: i think you can -i 'runHaskell -Xsomething?'
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JL84f
nixy37179 has quit [Quit: The Lounge - https://thelounge.chat]
nixy37179 has joined #nixos
ddellacosta has quit [Ping timeout: 264 seconds]
mmlb22 has joined #nixos
tsrt^ has quit []
nixy37179 has quit [Client Quit]
nixy37179 has joined #nixos
nixy37179 has quit [Client Quit]
nixy37179 has joined #nixos
<fuzzypixelz> clever, pjt_tmp: thank you! now I just need to have a three line shebang and I'm set
<pjt_tmp> woooooo im helping
<pjt_tmp> noice
growpotk- has joined #nixos
jonringer has quit [Remote host closed the connection]
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 246 seconds]
Lord_of_Life_ is now known as Lord_of_Life
nixy37179 has quit [Quit: The Lounge - https://thelounge.chat]
nixy has quit [Quit: ZNC 1.8.1 - https://znc.in]
nixy has joined #nixos
nixy has quit [Client Quit]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3468c499021 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
tff^ has joined #nixos
nixy has joined #nixos
ToxicFrog has quit [Quit: WeeChat 2.9]
docker_bai has joined #nixos
docker_bai has quit [Remote host closed the connection]
fuzzypixelz has quit [Quit: fuzzypixelz]
fuzzypixelz has joined #nixos
gchristensen has joined #nixos
oida has quit [Remote host closed the connection]
oida has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
sadmin has quit [Ping timeout: 260 seconds]
growpotk- has quit [Read error: Connection reset by peer]
growpotk- has joined #nixos
KarlJoad has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #107008 → kernelPackages.ena: 2.2.11 -> 2.3.0 → https://git.io/JLGOv
<{^_^}> [nixpkgs] @peterhoeg pushed to master « kernelPackages.ena: 2.2.11 -> 2.3.0 »: https://git.io/JL8zI
lord| has quit [Ping timeout: 256 seconds]
lord| has joined #nixos
sigmundv has quit [Ping timeout: 268 seconds]
evanjs has quit [Ping timeout: 256 seconds]
fuiltilt has joined #nixos
esotericn has quit [Ping timeout: 246 seconds]
costrouc has quit [Quit: costrouc]
esotericn has joined #nixos
sadmin has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #107128 → haskellPackages.haskell-language-server: 0.7.0 -> 0.7.1 → https://git.io/JL8aa
h0m1 has joined #nixos
tenniscp25 has joined #nixos
<{^_^}> [nixpkgs] @svrana opened pull request #107129 → minikube: 1.14.1 -> 1.15.1 → https://git.io/JL8VH
glowpelt has quit [Max SendQ exceeded]
glowpelt has joined #nixos
esotericn has quit [Ping timeout: 268 seconds]
<craige> taslu
fuzzypixelz has quit [Quit: fuzzypixelz]
esotericn has joined #nixos
m0rphism has quit [Ping timeout: 268 seconds]
Fare has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @JeffLabonte opened pull request #107130 → lutris 5.7.1 to 5.8.1 → https://git.io/JL8oj
tenniscp25 has quit [Remote host closed the connection]
tenniscp25 has joined #nixos
tenniscp25 has quit [Client Quit]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3468c499021 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
aswanson has quit [Ping timeout: 240 seconds]
maximumtix[m] has joined #nixos
ManiacOfMadness has quit [Ping timeout: 256 seconds]
Keij0 has quit [Ping timeout: 240 seconds]
Keij0 has joined #nixos
TomLad has joined #nixos
Fare has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
Guest98937 is now known as TomosLad
<TomosLad> Hey! Just wondering if anyone has used locust the python load testing tool? nixpkgs has locustio 0.9.0 (an older version of locust) however I can't seem to build it (it fails on it's own tests)
<abathur> I have used locust before, but iirc just via pip pre nix
<{^_^}> [nixpkgs] @r-burns opened pull request #107131 → cudatoolkit_9: fix vector intrinsic compiler errors → https://git.io/JL8Mi
Fare has quit [Ping timeout: 260 seconds]
<abathur> TomosLad: I guess it's also been removed for the same reason https://github.com/NixOS/nixpkgs/pull/104351
<{^_^}> #104351 (by jonringer, 4 weeks ago, merged): python2Packages.locustio: remove, unmaintained
<TomosLad> ah ok thanks a lot!
<abathur> I do see this commit for 0.14.4, not sure if it actually worked https://github.com/NixOS/nixpkgs/commit/193c58489ec31d58cf2bbb66ea9aeec0ef4d51a8
<abathur> see also # 80937
<abathur> oops #80937
<{^_^}> https://github.com/NixOS/nixpkgs/pull/80937 (by jonringer, 42 weeks ago, merged): pythonPackages.locustio: 0.9.0 -> 0.14.4
<DigitalKiwi> do i need to pickup another package
<abathur> ?
<{^_^}> locustio/locust#1663 (by MajesticMullet, 23 hours ago, closed): Cannot install locustio on nixos machine in nix-shell environment.
<DigitalKiwi> i like maintaining packages for people
<{^_^}> [nixpkgs] @marsam opened pull request #107132 → zstd: 1.4.5 -> 1.4.7 → https://git.io/JL8D1
<DigitalKiwi> i spent like 7 months packaging ocrmypdf and i've used it like once lol but other people use it
<abathur> oof
<DigitalKiwi> a lot of people had tried packaging it before but it was a pita
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<abathur> I wish there were cache stats so you could see how many people were trying before diving in on a slog
<DigitalKiwi> i know at least 2 because there have been bug reports and other people have made prs to update it
<DigitalKiwi> and like...i wouldn't even be using nixos on my server if it didn't support just a few znc packages so like who knows what's a deal breaker
<DigitalKiwi> i had to add them to nixpkgs to switch off of freebsd :)
<DigitalKiwi> there's a stats program for archlinux...maybe nixos needs one
esotericn has quit [Ping timeout: 268 seconds]
riksteri has joined #nixos
esotericn has joined #nixos
mkaito has quit [Quit: WeeChat 2.9]
<abathur> nod, homebrew has stats as well I've noticed
<abathur> it can get frustrating when you're on the small end of the stat stick
<abathur> but, still good to triage limited maintainer time
Supersonic112 has joined #nixos
coyotechords has joined #nixos
<coyotechords> hello, how to upgrade to nixos 20.09? I tried changing the version number and running nixos-rebuild --upgrade
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<TomosLad> yeah if you dont mind picking up and adding the locust package to nixpkgs that would be awesome @DigitalKiwi
<coyotechords> is it nix-channel --add https://nixos.org/channels/nixos-20.09 nixos
<abathur> coyotechords: what else was in your nixos-rebuild command?
<coyotechords> sudo nixos-rebuild switch --upgrade --verbose
<abathur> what does it do?
<{^_^}> [nixpkgs] @marsam opened pull request #107133 → ocamlPackages.ocaml-lsp: 1.1.0 -> 1.4.0 → https://git.io/JL89Q
<coyotechords> well now it's actually doing something because I just ran sudo nix-channel --add https://nixos.org/channels/nixos-20.09 nixos
<clever> coyotechords: each user has its own list of channels, if you --add a channel without sudo, then it only impacts things ran without sudo
<coyotechords> yeah
lord| has quit [Ping timeout: 268 seconds]
stoile has quit [Ping timeout: 265 seconds]
lord| has joined #nixos
miallo has joined #nixos
miallo has quit [Remote host closed the connection]
veleiro has quit [Read error: Connection reset by peer]
justanotheruser has joined #nixos
abathur has quit [Ping timeout: 264 seconds]
growpotk- has quit [Quit: ZNC 1.8.2 - https://znc.in]
esotericn has quit [Ping timeout: 268 seconds]
growpotkin has joined #nixos
rickard has quit [Quit: The Lounge - https://thelounge.chat]
Emantor has quit [Quit: ZNC - http://znc.in]
rickard has joined #nixos
Emantor has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
<psibi[m]> Which repository holds the source code of the nixos manual ? Want to send a PR, but I'm having a difficult time finding it's source code.
Rusty1 has quit [Quit: WeeChat 2.3]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @psibi opened pull request #107134 → /s/no/not : Documentation manual fix in virtualbox installation → https://git.io/JL8Ar
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/28a5ba97650 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
lord| has quit [Ping timeout: 268 seconds]
lord| has joined #nixos
stoile has joined #nixos
pjt_tmp has quit [Ping timeout: 240 seconds]
<srhb> psibi[m]: nixpkgs/nixos/doc
<{^_^}> [nixpkgs] @github-actions[bot] pushed 2 commits to staging-next: https://git.io/JL8jm
<{^_^}> [nixpkgs] @github-actions[bot] pushed 3 commits to staging: https://git.io/JL8jO
cole-h has quit [Ping timeout: 264 seconds]
sss2 has joined #nixos
xcmw has quit [Quit: Textual IRC Client: www.textualapp.com]
eoli3n has joined #nixos
<Gaelan> Is there a way to get a .drv file from Hydra? I'm trying to figure out why the thing I'm building is different from what's cached
Dotz0cat_ has quit [Ping timeout: 268 seconds]
Dotz0cat has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
noudle has joined #nixos
tff^ has quit []
vs^ has joined #nixos
<{^_^}> [nixpkgs] @mkg20001 opened pull request #107135 → Cinnamon Fixup → https://git.io/JL4Uy
turlando has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #107118 → console: remove console.extraTTYs option → https://git.io/JLl5N
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JL4Is
CMCDragonkai2 has joined #nixos
CMCDragonkai2 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #106568 → cryptoverif: 2.03pl1 → 2.04 → https://git.io/JIV9p
<{^_^}> [nixpkgs] @vbgl pushed 2 commits to master: https://git.io/JL4L1
mallox has joined #nixos
mounty has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vbgl pushed to release-20.09 « cryptoverif: fix search for default library »: https://git.io/JL4tm
ATuin has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed to release-20.09 « cryptoverif: 2.03pl1 → 2.04 »: https://git.io/JL4t0
simba1 has joined #nixos
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #97362 → wakeonlan service: use powerUpCommands → https://git.io/JUZoG
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JL4mO
<{^_^}> [nixpkgs] @danieldk opened pull request #107136 → Update ROCm to 4.0.0 → https://git.io/JL4ms
asheshambasta has joined #nixos
SomeoneSerge has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixpkgs] @kneitinger opened pull request #107137 → platformio: Enable shell completion generation → https://git.io/JL4mS
<{^_^}> [nixpkgs] @avdv opened pull request #107138 → colorls: 1.4.2 -> 1.4.3 → https://git.io/JL4YW
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #107139 → nixos/doc: fix manual build → https://git.io/JL4Y0
cryptkeeper_x[m] has joined #nixos
sadmin has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/28a5ba97650 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
andymandias has quit [Read error: Connection reset by peer]
andymandias has joined #nixos
seku has joined #nixos
BlessJah has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @doronbehar merged pull request #92339 → feeds: init at 0.16.1 → https://git.io/JJIsV
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4Z9
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #107140 → nixos/doc/release-process: remove → https://git.io/JL4cJ
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 268 seconds]
polarfire has joined #nixos
<polarfire> morning
<polarfire> I'm trying to write a derivation for this: https://github.com/vkmark/vkmark
<polarfire> and I'm doing fine except meson can't find xcb, which I had assumed was provided by nixpkgs.libxcb?
eoli3n_ has joined #nixos
eoli3n has quit [Ping timeout: 260 seconds]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #71957 → librecad: fix missing app name and icon on Wayland → https://git.io/Je0QH
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4l3
zupo has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #96116 → i3-gaps: Set platform to BSD and Linux like → https://git.io/JUfWz
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4lB
<{^_^}> [nixpkgs] @doronbehar merged pull request #102115 → ceres-solver: 1.14.0 -> 2.0.0 → https://git.io/JTyOl
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4lu
felschr[m] has quit [Quit: Idle for 30+ days]
piotrszegda[m] has quit [Quit: Idle for 30+ days]
Spockz has quit [Quit: Idle for 30+ days]
sectrect[m] has quit [Quit: Idle for 30+ days]
tmeres[m] has quit [Quit: Idle for 30+ days]
SomeoneSerge has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @doronbehar closed pull request #92765 → gitter: 4.1.0 -> 5.0.1 → https://git.io/JJqxm
<{^_^}> [nixpkgs] @doronbehar merged pull request #97036 → libzra: init at unstable-2020-08-10 → https://git.io/JU3UW
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL485
civodul has joined #nixos
malook has joined #nixos
malook has quit [Client Quit]
SomeoneSerge has joined #nixos
<{^_^}> [nixpkgs] @doronbehar closed pull request #95549 → pythonPackages.Nikola: fix tests → https://git.io/JJdcM
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #107142 → tektoncd-cli: 0.14.0 -> 0.15.0 → https://git.io/JL4Rp
Edward- has joined #nixos
Edward- has quit [Remote host closed the connection]
heywoodlh has quit [Quit: ZNC 1.8.2 - https://znc.in]
BlessJah has joined #nixos
mounty has joined #nixos
polarfire has quit [Quit: WeeChat 2.9]
heywoodlh has joined #nixos
gxt has quit [Quit: WeeChat 2.9]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Boomerang has joined #nixos
zupo has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
thc202 has joined #nixos
sigmundv has joined #nixos
berberman has quit [Ping timeout: 268 seconds]
berberman_ has joined #nixos
m0rphism has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/dbdfc643d27 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
simba1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @doronbehar merged pull request #104118 → lib.licenses: add Parity-7.0.0 license → https://git.io/Jk8N3
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4as
<{^_^}> [nixpkgs] @doronbehar closed pull request #101404 → ibus: fix typo in example → https://git.io/JTgi3
simba1 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 279 commits to haskell-updates: https://git.io/JL4ay
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: update list of broken builds to fix evaluation errors »: https://git.io/JL4ah
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JL4VI
<{^_^}> [nixpkgs] @doronbehar merged pull request #98912 → yad: 6.0 -> 7.2 → https://git.io/JUouQ
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4Vs
<{^_^}> [nixpkgs] @doronbehar merged pull request #103662 → eventstat: 0.04.10 -> 0.04.11 → https://git.io/Jkmdy
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4VR
davidv7 has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #105957 → blueberry: 1.3.9 -> 1.4.0 → https://git.io/JIGzg
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JL4wg
davidv7_ has quit [Ping timeout: 240 seconds]
bn_work has quit [Quit: Connection closed for inactivity]
zakame has quit [Ping timeout: 272 seconds]
<Reventlov> hey there
<Reventlov> Am I the only one for which nixos.python38Packages.pelican do not build right now ?
<eyJhb> Fails here as well Reventlov
<{^_^}> [nixpkgs] @doronbehar closed pull request #97919 → uqm: fix build → https://git.io/JU8ZP
<Reventlov> muh
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107143 → unused: init at 0.2.0 → https://git.io/JL4rM
<immae[m]> you can use python38Packages.pelican.overridePythonAttrs(old: { test = false; })
<immae[m]> doCheck = false;
<immae[m]> sorry
<immae[m]> (I propose that because it looks like a test failing on pelican side, be aware of the implication of not running the test suite)
<Reventlov> yup, i'll try to switch back to the stable branch :p
hplar has quit [Ping timeout: 260 seconds]
hplar has joined #nixos
esotericn has joined #nixos
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-hledger-lib: override to use the latest version of pretty-simple »: https://git.io/JL4Kw
heywoodlh has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-configuration-common: cosmetic »: https://git.io/JL4KS
Darkmatter66 has joined #nixos
heywoodlh has joined #nixos
Mateon2 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-configuration-common: cosmetic »: https://git.io/JL46K
Mateon1 has quit [Ping timeout: 260 seconds]
Mateon2 is now known as Mateon1
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « pandoc: bump the versions of the dependencies to fix the build »: https://git.io/JL4iV
zakame has joined #nixos
<typetetris> Hi there! Is there a way to get debugging symbols for stuff from the channels?
<infinisil> typetetris: https://github.com/edolstra/dwarffs
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/JL4Xm
<esotericn> hey all. does anyone have a good resource I can consult on building rust packages in nix? i'm having some issues with custom build commands but I'm not sure how to override them
<esotericn> it doesn't seem to be covered in the nixpkgs docs
feep has joined #nixos
jb55 has quit [Ping timeout: 240 seconds]
<feep> clever: hi, ping :)
bn_work has joined #nixos
vidbina has quit [Ping timeout: 260 seconds]
<feep> back in https://logs.nix.samueldr.com/nixos/2020-10-14 dumbuser had a problem with their bash crashing ... and all I can see in the log is them spontaneously going "it worked!" "yay"
<feep> and I ... can't see what they did to fix it >.<
* feep has the same issue
<feep> oh, probably runs into it in an unrelated way..
<feep> hm, given a specific package version, is there any way to see what brought it in?
<feep> --query --referers maybe
<feep> there's a lot in there... doesn't really help :(
<feep> for context, I recently switched to 20.09 and now when I try to run make in a fhs env, it uses a bash that segfaults
<{^_^}> [nixpkgs] @peti opened pull request #107144 → Update Haskell package set to Stackage Nightly 2020-12-14 (plus other fixes) → https://git.io/JL41w
<feep> ldd says it runs with glibc-2.30 but the env wants glibc-multi-2.31
jb55 has joined #nixos
<feep> if I manually start it with 2.31, it works..
zakame has quit [Remote host closed the connection]
<esotericn> hm, carnix doesn't work either.. the rabbit hole begins :P
<feep> ... I may be an idiot.
<feep> yep, I'm an idiot, nvm
<feep> I didn't remember to reconfigure the folder and the Makefile was hardcoded to the older bash, that's why it selected it
<{^_^}> [nixpkgs] @SamirHafez opened pull request #107146 → rofi: Add option to symlink dmenu → https://git.io/JL4M1
zupo has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JL4DI
<{^_^}> [nixpkgs] @jtojnar merged pull request #107139 → nixos/doc: fix manual build → https://git.io/JL4Y0
zakame has joined #nixos
werner291 has joined #nixos
zupo has joined #nixos
__monty__ has joined #nixos
zupo has quit [Ping timeout: 272 seconds]
<esotericn> trying crate2nix now, seems more promising :)
davidv7 has quit [Read error: Connection reset by peer]
davidv7 has joined #nixos
rprije has quit [Ping timeout: 240 seconds]
<esotericn> > Support for git sources with sub modules. doh :P
<{^_^}> error: syntax error, unexpected WITH, expecting ')', at (string):452:25
fuiltilt has quit [Quit: WeeChat 2.9]
JJJollyjim has joined #nixos
<JJJollyjim> I have lorri.service enabled in my nixos config. After a garbage collection, my user systemd no longer is able to load the unit fille, faililng with systemd[1615]: lorri.socket: Failed to open /nix/store/lg52224jfb1qg90h38mkzlzsbpqp0f09-unit-lorri.socket/lorri.socket: No such file or directory
<JJJollyjim> (and indeed that derivation is not present in my store)
<JJJollyjim> how does this happen, and how can i fix it?
<JJJollyjim> oh i see, i somehow ended up with a bad symlink in ~/.config/systemd/user/lorri.socket
<thibm_> JJJollyjim: try systemctl --user enable lorri?
<JJJollyjim> odd
<thibm_> JJJollyjim: yes, systemd makes symlink directly to the store, no to /etc/systemd/user
<thibm_> so the symlinks are not updated…
<{^_^}> [nix] @edolstra pushed 0 commits to refs/tags/2.3.10: https://git.io/JL4Hn
<{^_^}> [nix] @edolstra pushed 9 commits to latest-release: https://git.io/JL4HC
<{^_^}> [nixpkgs] @edolstra pushed to master « nix: 2.3.9 -> 2.3.10 »: https://git.io/JL4HR
isHavvy has joined #nixos
<{^_^}> [nixos-search] @garbas pushed 3 commits to fix-nix-py: https://git.io/JL4HK
<victorbjelkholm> trying to install nixos from usb on new desktop computer, problem is it doesn't seem to find/support my wifi card that's connected via PCI-E. Would I get any different results if I try the graphical installer? Running the minimal ISO now and `ifconfig -a` doesn't show my interface, looking through `dmesg` now to find some more details
<eyJhb> Anyone that has used NS3 with NixOS before? I am getting a Floating point exception (core dump), when I compile and run the code using NixOS, but on Ubuntu (none nix) it will compile file and run fine
isHavvyGhosting has quit [Ping timeout: 260 seconds]
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixos-search] @garbas pushed to fix-nix-py « adjust multi level formatting »: https://git.io/JL4QH
pbb has joined #nixos
zupo has joined #nixos
bzl has quit [Read error: Connection reset by peer]
simba1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #107147 → terraform-providers.checkly: init at 0.7.1 → https://git.io/JL454
<victorbjelkholm> to answer my own question, no, graphical installer makes no difference. Could I possible pull down the right package on a usb and install it from there to the installer?
<sss2> hi all, what wrong here https://bpa.st/U3NQ ?
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/dbdfc643d27 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<tejing> sss2: it looks like your /etc/php-fpm.conf is a broken symlink, though that's pretty odd. nixos tries pretty hard not to delete anything that the running system depends on
<sss2> no
<sss2> wrong option
<sss2> for fpm config -y is used
<sss2> anyway php from nix is not acceptable, built without apparmor
<{^_^}> [nixpkgs] @Atemu opened pull request #107148 → linux_lqx: init at 5.9.15 → https://git.io/JL4dW
<{^_^}> [nix] @edolstra merged pull request #4302 → Adds Nix CLI Guideline to docs → https://git.io/JIIdn
<{^_^}> [nix] @edolstra pushed 8 commits to master: https://git.io/JL4dP
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: 89.0.4350.4 -> 89.0.4356.6 »: https://git.io/JL4FG
<{^_^}> [nixos-search] @garbas merged pull request #254 → Improve nix.py → https://git.io/JLWwE
<{^_^}> [nixos-search] @garbas pushed commit from @ncfavier to master « Improve nix.py (#254) »: https://git.io/JL4FB
<{^_^}> [nixos-search] @garbas pushed 0 commits to fix-nix-py: https://git.io/JL4F0
vs^ has quit []
<{^_^}> [nixpkgs] @primeos pushed to master « inxi: 3.2.00-1 -> 3.2.01-1 »: https://git.io/JL4Fa
thibm_ is now known as thibm
nehsou^ has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « libva-utils: 2.9.1 -> 2.10.0 »: https://git.io/JL4bb
<{^_^}> [nixpkgs] @Atemu opened pull request #107150 → nvidia_x11_beta: 455.45.01 -> 460.27.04 → https://git.io/JL4NW
werner292 has joined #nixos
BlessJah_ has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
BlessJah has quit [Ping timeout: 268 seconds]
sangoma has quit [Ping timeout: 256 seconds]
<Reventlov> hey there
<{^_^}> [nixpkgs] @github-actions[bot] pushed 32 commits to staging: https://git.io/JL4Aj
<{^_^}> [nixpkgs] @github-actions[bot] pushed 31 commits to staging-next: https://git.io/JL4xe
meh` has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JL4p4
Edward- has joined #nixos
tobeportable has joined #nixos
<tobeportable> seems https://nixos.org/ is down
<adisbladis> garbas: ^
orivej has joined #nixos
<garbas> adisbladis: tnx for the ping
<adisbladis> tobeportable: Aand it's up again :)
<tobeportable> thanks
cosimone has joined #nixos
noudle has quit []
<{^_^}> [nixos-status] @garbas merged pull request #3 → proxy /grafana and /prometheus → https://git.io/JImTk
<{^_^}> [nixos-status] @garbas pushed to main « proxy /grafana and /prometheus (#3) »: https://git.io/JL4hM
<{^_^}> [nixos-status] @garbas pushed 0 commits to add-proxy: https://git.io/JL4hS
sangoma has joined #nixos
<{^_^}> [nixos-status] @garbas pushed to main « Fix netlify.toml »: https://git.io/JL4j4
eoli3n_ has quit [Remote host closed the connection]
eoli3n has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
<{^_^}> [nixos-status] @garbas pushed to main « production branch was not published »: https://git.io/JLBec
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « pandoc: disable test suite to fix the build »: https://git.io/JLBeR
Edward- has quit [Ping timeout: 268 seconds]
meh` has quit [Ping timeout: 246 seconds]
<{^_^}> [nixos-status] @garbas pushed to main « Added nix profile to path correctly »: https://git.io/JLBve
<{^_^}> [nixos-search] @garbas pushed 0 commits to main: https://git.io/JLBvf
andi89gi has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
<{^_^}> [nixos-search] @garbas pushed 0 commits to master: https://git.io/JLBvY
<{^_^}> [nixos-search] @garbas closed pull request #203 → Add basic support for listing texlive packages → https://git.io/JUbBM
<andi89gi> Hey at all: "dummy noob" question - would you stay on NixOS 20.09 or change the unstable channel? I consider also to change to the latest LinuxKernel. What's your advice?
orivej has quit [Ping timeout: 260 seconds]
<adisbladis> andi89gi: We have different channels for a reason.
<adisbladis> The answer is "it depends"
<andi89gi> adisbladis: ah - if you want the latest and greatest or stay on the stable version
<adisbladis> That's one factor
meh` has joined #nixos
<adisbladis> The other is breaking module changes and such happening on unstable
sangoma has quit [Quit: WeeChat 2.9]
<adisbladis> But we don't backport those to stable
<adisbladis> I think if it's a personal desktop system I'd run unstable
<adisbladis> But if it's something more production critical, probably stick to stable
hugolgst has joined #nixos
<hugolgst> Hello
<{^_^}> [nixos-status] @garbas pushed to main « add nix profile to path also in pull requests »: https://git.io/JLBfq
cosimone has quit [Remote host closed the connection]
<andi89gi> Well, my lap is for daily work (office,coding etc.) I mean actually it would be interesting to tweak/play with the latest LinuxKernel and staying on stable
<andi89gi> @adisbladis
<adisbladis> andi89gi: It's also perfectly fine to mix and match channels
<adisbladis> You could run your base system off stable and pick some packages from unstable
vidbina has joined #nixos
<andi89gi> adisbladis: true - therefore I really like NixOS; if something "breaks" or doesn't work well; I can go the last nixos-conf
<tobeportable> yes, I do this too, 20.9 + have some specific packages using unstable or even unstable-small
* adisbladis runs laptops/desktops straight off master
<andi89gi> adisbladis: okay then I will try and play with my system
<adisbladis> But I wouldn't recommend that unless you actively want to hack on nixpkgs and fix stuff
<andi89gi> tobeportable: ah okay nice
<andi89gi> adisbladis: Well, I want to participate on the NixOS community. But first I have to get familiar with it
<etu> andi89gi: Running things from unstable should never make your system unbootable. Running things from master may give you a non-functioning bootloader. It doesn't stop people from trying though ;)
<endocrimes> TBH most of the issues I run into running master come from people pushing stuff straight to it without review
<andi89gi> etu: thx for explaining it! I am going to try it now. NixOS is running great with my AMD Ryzen 5 3500U. It is the best experience I have hat up to now
<endocrimes> But it's rarely unbootable - regularly unbuildable tho
<{^_^}> [nixos-search] @garbas pushed to main « switch to main branch and publish to netlify »: https://git.io/JLBJc
<etu> endocrimes: But it *can* happen, which is why we have tests for unstable ;)
<andi89gi> sphalerite: Have u checked out about the TMW on NixOS?
<endocrimes> etu: for sure :)
respawn_ has quit [Quit: Leaving]
kirc1 has joined #nixos
<{^_^}> [nixos-status] @garbas pushed to main « Add deploy information to README.md »: https://git.io/JLBUR
kirc1 has quit [Client Quit]
mounty has quit [Ping timeout: 264 seconds]
<{^_^}> [nixos-search] @garbas pushed to main « removing ideas from the README.md since we already have them in tickets »: https://git.io/JLBTf
DivanSantana has joined #nixos
<DivanSantana> which pkg provides red alert openra? It seems like there is several.
<etu> > pkgs.openra.meta.description
<{^_^}> "Open-source re-implementation of Westwood Studios' 2D Command and Conquer games"
* etu only found one
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLBT6
m4ts has quit [Ping timeout: 256 seconds]
werner292 has joined #nixos
andi89gi has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Infinisil merged pull request #97023 → Module-builtin assertions, disabling assertions and submodule assertions → https://git.io/JUOQg
<{^_^}> [nixpkgs] @Infinisil pushed 15 commits to master: https://git.io/JLBkg
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andi89gi has joined #nixos
m4ts has joined #nixos
vidbina has quit [Quit: vidbina]
vidbina has joined #nixos
<buffet> Hey, I installed termite using nix-env, then uninstalled it, and tried installing it via home-manager (using the module in configuration.nix), but I'm getting priorty conflicts for /etc/xdg/termite/config. Any idea how I could solve that?
DivanSantana has quit [Remote host closed the connection]
Swant is now known as Swant|candyeatin
Swant|candyeatin is now known as Swant
<{^_^}> [nixos-common-styles] @garbas pushed to main « Ensure we publish production branch in netlify »: https://git.io/JLBLP
<{^_^}> [nixos-planet] @garbas pushed 0 commits to main: https://git.io/JLBtY
<buffet> Installing and uninstalling, then rebooting, suddenly it's there again, uninstalling it again made it work.
<buffet> Obviously.
<{^_^}> [nixos-planet] @garbas pushed 0 commits to master: https://git.io/JLBt2
fuzzypixelz has joined #nixos
<fuzzypixelz> hello
<fuzzypixelz> I'm trying to install ant-dracula-theme but I get a `Alias ant-dracula-theme is still in all-packages.nix` upon rebuilding
<{^_^}> [nixos-planet] @garbas pushed to main « Publish to netlify from production (main) branch »: https://git.io/JLBqP
<adisbladis> > ant-dracula-theme
<{^_^}> ant-dracula-theme is now dracula-theme, and theme name is Dracula instead of Ant-Dracula.
<thibm> fuzzypixelz: it's dracula-theme now
mkaito has joined #nixos
mkaito has joined #nixos
<fuzzypixelz> huh, I always get my names from search.nixos.org
<fuzzypixelz> it's not updated apparently
<gchristensen> adisbladis: how did {^_^} know to say that?
<fuzzypixelz> > ant-theme
<{^_^}> "<derivation /nix/store/pi4rqdbjmp8vax8dm5yzbfnz3fak14a7-ant-theme-1.3.0.drv>"
<fuzzypixelz> very weird
<thibm> although, the "is still in all-packages.nix" shows something's wrong in all-packages.nix IIUC
<{^_^}> [nixos-planet] @garbas pushed to main « install-nix-action: v8 -> v12 »: https://git.io/JLBmY
<thibm> gchristensen: ant-dracula-theme is defined in pkgs/top-level/aliases.nix and throw this message
<gchristensen> cool I didn't know {^_^} handled throw like that
aswanson has joined #nixos
<thibm> that's nice. Although I would have prefixed with "error: " or something like that
<victorbjelkholm> trying to setup my new desktop with nixos, but having issues getting nixos to recognize my wireless card. It's using the bcma kernel module, and seeing some complaints about SPROM in dmesg, together with "probe of bcma failed with error -95". Anyone knows what's going on or have any pointers to help me figure out how to solve it?
akaWolf has quit [Ping timeout: 265 seconds]
<thibm> fuzzypixelz: it's ant-dracula-theme for 20.09 and dracula-theme for unstable on search.nixos.org. The renaming PR was merged on october 11, so everything is fine
<{^_^}> [nixos-planet] @garbas pushed to main « set NIX_PATH in github actions »: https://git.io/JLBYt
<fuzzypixelz> thibm, it was prefixed with error, sorry
BlessJah_ is now known as BlessJah
<fuzzypixelz> thibm, but I'm on 20.09?
<thibm> fuzzypixelz: I was talking about {^_^}'s output, right now it's not clear that it's an error and not the result of the evaluation
<thibm> fuzzypixelz: hm…
<thibm> fuzzypixelz: indeed ant-dracula-theme is defined in both all-packages.nix and aliases.nix, thus this message
<{^_^}> [nixpkgs] @adisbladis opened pull request #107152 → emacsPackages*: Move to emacs*.pkgs → https://git.io/JLBY7
<thibm> thibm: so there are some inconsistency here
<{^_^}> [nixpkgs] @sternenseemann opened pull request #107153 → fcft: 2.3.1 -> 2.3.2 → https://git.io/JLBOf
<fuzzypixelz> I doubled checked I'm on 20.09, `sudo nix-channel --list` outputs `nixos https://nixos.org/channels/nixos-20.09`
<fuzzypixelz> thibm, do I open an issue?
<thibm> wait a minute
<thibm> I try to understand how we managed to get this state
<thibm> the attribute rename and the alias error are in the same PR
philr has quit [Ping timeout: 268 seconds]
<fuzzypixelz> what's even weirder is this: `undefined variable 'dracula-theme' at /etc/nixos/configuration.nix:121:2`
<thibm> it's not weird, dracula-theme is not defined. (That's not normal though)
<thibm> fuzzypixelz: right now, ant-dracula-theme is still defined in all-packages.nix, but it's also defined in aliases.nix to throw an error saying that's it got renamed to dracula-theme. But that's not true
<fuzzypixelz> thibm, was there a backport or something?
kirelagin has joined #nixos
gustavderdrache has joined #nixos
<thibm> yeah or a buggy merge. See commit cda9f4ca0c7fcb300eda46c589f906130afdf895
<{^_^}> [nixos-homepage] @garbas pushed to master « Push to netlify on master and cron github actions »: https://git.io/JLB3o
<thibm> fuzzypixelz: half of the changes had been backported
<thibm> I think the right fix is to remove the alias line in aliases.nix, because the renaming will (had) break configurations
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
<{^_^}> [nix] @edolstra pushed 2 commits to manpages: https://git.io/JLBGk
Fare has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLBZW
<{^_^}> [nixpkgs] @alexeymuranov opened pull request #107154 → [20.09] xournalpp: 1.0.19 → 1.0.20 → https://git.io/JLBnv
fuzzypixelz has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @aanderse opened pull request #107155 → redmine: wrap rdm-mailhandler.rb for inbound e-mail capabilities → https://git.io/JLBCU
chang has quit [Quit: Textual IRC Client: www.textualapp.com]
chang has joined #nixos
werner292 has joined #nixos
chang has left #nixos [#nixos]
werner291 has quit [Ping timeout: 272 seconds]
andi89gi has quit [Remote host closed the connection]
werner292 is now known as werner291
mounty has joined #nixos
<esotericn> is anyone here using `cargo2nix` or any of the other rust nix helpers? I've been running around in circles for a while and think I've finally found my issue
<esotericn> I have a dependency here that runs a bash `./configure` script, but the shebang isn't rewritten, it's still #!usr/bin/env bash, so it fails. if I modify the dependency to run `bash configure` instead that seems to work fine
kirc has quit [Quit: kirc]
andi89gi has joined #nixos
<{^_^}> [nix] @edolstra pushed to manpages « Add 'nix profile' manpage »: https://git.io/JLBWQ
gxt has joined #nixos
Boomerang_ has joined #nixos
nixy has quit [Quit: ZNC 1.8.1 - https://znc.in]
<exarkun> Building it fails with "fatal: not a tree object"
Boomerang has quit [Ping timeout: 260 seconds]
<srk> exarkun: try #haskell.nix
<exarkun> Okay, thanks
nixy has joined #nixos
zupo has joined #nixos
akaWolf has joined #nixos
akaWolf has quit [Ping timeout: 260 seconds]
andi89gi has quit [Remote host closed the connection]
bfrog has joined #nixos
andi89gi has joined #nixos
jonringer has joined #nixos
respawn_ has joined #nixos
<pingiun> I am getting a weird error in my nixos test. I thought that if you define a node you can use it in the python code as a variable, but that gives an error for me. this is my code: https://gist.github.com/pingiun/6a40c2da77401ab64f5ceddaaaa38068
<pingiun> I'm not sure what I'm doing wrong
<pingiun> sorry for sending the same thing again but I'm really confused about this
kirelagin has quit [Quit: No Ping reply in 180 seconds.]
waleee-cl has joined #nixos
kfound has joined #nixos
kirelagin has joined #nixos
nschoe has joined #nixos
nschoe has quit [Client Quit]
nschoe has joined #nixos
<sss2> please turn on apparmor support for php
<{^_^}> [nixpkgs] @pbogdan opened pull request #107156 → rofi: support SVG icons → https://git.io/JLBza
Ariakenom has quit [Quit: Leaving]
eoli3n_ has joined #nixos
eoli3n has quit [Ping timeout: 260 seconds]
cr4y1 has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #107121 → hipchat: Fix source url → https://git.io/JL8L9
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JLBgc
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #107114 → nginx: 1.19.5 -> 1.19.6 → https://git.io/JLlPU
<{^_^}> [nixpkgs] @globin pushed 3 commits to master: https://git.io/JLB2O
bfrog has quit [Ping timeout: 258 seconds]
cfricke has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #104589 → nixos/release-notes: Warn on wpa_supplicant changes → https://git.io/JkrzS
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JLB28
<lordcirth> I'm seeing a lot of PRs waiting on ofborg - can anything be done to speed it up? Is it bottlenecked by the hydra master node?
<adisbladis> lordcirth: Ofborg has nothing to do with the hydra infrastructure
<adisbladis> sss2: Please file an issue, or even better, a PR.
<adisbladis> Requesting it here on IRC will probably lead to very little.
<lordcirth> adisbladis, ah, I see. So I recall that hydra was bottlenecked by the master; can more machines be thrown at ofborg?
<lordcirth> Reading this: https://github.com/NixOS/ofborg/wiki/Operating-a-Builder I'm wondering what the minimum requirements for a builder node might be?
<adisbladis> Idk :)
cr4y1 has joined #nixos
<adisbladis> cc gchristensen
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @rnhmjoj pushed commit from @fadenb to release-20.09 « nixos/release-notes: Warn on wpa_supplicant changes »: https://git.io/JLBVE
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #107157 → bluejeans: 2.17.0 -> 2.19.0 → https://git.io/JLBw5
werner292 has joined #nixos
TonyTheLion has joined #nixos
bzl has joined #nixos
travv0 has joined #nixos
werner291 has quit [Ping timeout: 268 seconds]
werner292 is now known as werner291
growpotkin has quit [Ping timeout: 268 seconds]
Oslander has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « ungoogled-chromium: Try to fix an evaluation error on Hydra »: https://git.io/JLBo8
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/JLBKZ
emilazy has quit [Read error: Connection reset by peer]
emilazy has joined #nixos
m1cr0man has quit [Ping timeout: 272 seconds]
andi89gi has quit [Ping timeout: 260 seconds]
<eacameron> Has anyone gotten screen sharing to work with Zoom on NixOS?
akaWolf has joined #nixos
nightmared has quit [Quit: WeeChat 3.0]
zupo has joined #nixos
evanjs has joined #nixos
dbmikus has joined #nixos
cr4y1 has quit [Quit: WeeChat 2.9]
<{^_^}> [nixos-org-configurations] @edolstra pushed to master « delft/flake.lock: Update »: https://git.io/JLBXC
<lordcirth> eacameron, I've used zoom but haven't tried sharing. What happens?
<{^_^}> [nixpkgs] @Infinisil pushed to revert-97023-module-assertions « Revert "Module-builtin assertions, disabling assertions and submodule assertions" »: https://git.io/JLBX8
<{^_^}> [nixpkgs] @Infinisil opened pull request #107159 → Revert "Module-builtin assertions, disabling assertions and submodule assertions" → https://git.io/JLBXK
<eacameron> lordcirth: It says "sharing is only supported on X Y Z" platforms. One of them is "Wayland on Ubuntu". I'm on Wayland on Nixos.
<{^_^}> [nixpkgs] @Infinisil merged pull request #107159 → Revert "Module-builtin assertions, disabling assertions and submodule assertions" → https://git.io/JLBXK
<{^_^}> [nixpkgs] @Infinisil pushed to master « Revert "Module-builtin assertions, disabling assertions and submodule assertions" »: https://git.io/JLBXj
<{^_^}> [nixpkgs] @Infinisil pushed 0 commits to revert-97023-module-assertions: https://git.io/JLB1v
<lordcirth> eacameron, you might be able to do some shenanigans with v4l2 to make a virtual webcam that is your desktop?
<{^_^}> [nixos-org-configurations] @edolstra pushed 2 commits to master: https://git.io/JLB1T
<{^_^}> [nixos-org-configurations] @edolstra merged pull request #138 → Serve grafana and prometheus under monitoring.nixos.org → https://git.io/JImqf
kfound has quit [Remote host closed the connection]
<nf> Mic92: what's the rationale for sops-nix setting up secrets *after* users and groups are set up? (https://github.com/Mic92/sops-nix/blob/master/modules/sops/default.nix#L158)
<nf> this means i can't set a user's password via a secret
fendor has joined #nixos
<{^_^}> [nixos-org-configurations] @edolstra pushed 0 commits to serve-status-under-monitoring: https://git.io/JLBMt
<Mic92> nf: the reason is that sops-nix chown secrets to users/groups created before.
<nf> oh
<Mic92> nf: why can you not set users passwords?
<Mic92> nf: why can you not set users passwords?
<Mic92> sorry double post
<nf> because that happens in the "users" activation script, which is run after secrets are decrypted
<nf> couldn't we use UIDs/GIDs instead of names? i think those are known at evaluation time?
<Mic92> ok. I don't think it can cover this use case
<Mic92> no because uids/gids are allocated in this phase as well
<Mic92> most of them are not static
<Mic92> You can still use hashedPassword
<nf> ok
yoctocell has joined #nixos
<nf> that means making brute-force attacks possible, but i guess i can live with that
asheshambasta has quit [Ping timeout: 268 seconds]
veleiro has joined #nixos
sangoma has joined #nixos
growpotkin has joined #nixos
yoctocell has quit [Remote host closed the connection]
<Ke> if you can crack sha256 you can injection attack nix/store anyway
<Ke> unless you disallow users doing builds
<Ke> but nixos security model relies on uncrackable hashes
abathur has joined #nixos
<Mic92> nf: the same argument would apply to encryption.
__red__ has quit [Ping timeout: 256 seconds]
<Ke> well not sure, if it counts as an injection, but anyway
bridge[evilred] has quit [Ping timeout: 264 seconds]
<Ke> you can always just create a custom pam module and plug that in
<nf> Mic92: i guess that's true
<veleiro> what is /nix/store/*-source.drv
<adisbladis> veleiro: Looks like the derivations created for fetching sources
peter77 has joined #nixos
bridge[evilred] has joined #nixos
<thibm> veleiro: for instance, fetchzip has an argument `name ? "source"`. So most fetchers set the name to "source".
__red__ has joined #nixos
red[evilred] has joined #nixos
<red[evilred]> huh
<red[evilred]> now I wish I logged incoming traffic
<red[evilred]> caused systemd to core dump
<red[evilred]> someone connected to my ssh port
<veleiro> ah, ok
<veleiro> if some drv fails to build, what's the course of action to take to find the culprit?
ATuin has quit [Quit: WeeChat 3.0]
<veleiro> for me, ly-0.2-1.drv doest build because git tag 0.2.1 doesnt exist anymore
<veleiro> and home-manager-path.drv draws in ly-0.2.1
<veleiro> but do i just git grep the .nix files or what? there's no lead back to the .nix
<veleiro> if .drv is like .o, the stack trace should show where in the .nix something failed
fresheyeball has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 has joined #nixos
<thibm> veleiro: there's no lead back to the .nix. In fact, derivation are independant of nix
<veleiro> yes, so this is just how things are? no better way to debug builds? just
<veleiro> grep
<viric> veleiro: the builders don't know the nix language. They 'realise' the drv to output paths.
<thibm> grep what? The .drv? That's doable but hard indeed. You can grep the log
<viric> nix -> drv, drv -> output paths
<thibm> `nix log outpath` or `nix log drvpath`
<veleiro> yeah i mean i can find immediately which .drv has an error
<viric> nix -> drv (run as your user). drv -> output paths (run as nix builders)
<thibm> then finding the error is usually quite easy, but you need to know yourself what to touch in the nix files, yes
<veleiro> but i have no idea what built that drv
werner292 is now known as werner291
<thibm> veleiro: I'd say if you not an advanced user, don't look at the drv files. Just look at the log
<thibm> That's usually enough to debug
<veleiro> ok i didn't know about 'nix log'
<veleiro> i'll check it out
<veleiro> i can fix what goes wrong usually i just find this disconnect from the
<veleiro> stack track
<viric> veleiro: notice that you never build a single nix file. The drv are the combination of all nix files involved. That may be the whole nixpkgs + your extra nix file.
<veleiro> trace*
<viric> (you can have drv coming from only one nix file, sure, but I guess that's not your case)
<veleiro> viric: yes thats understood indeed
<lordcirth> red[evilred], core dump of sshd?
<veleiro> i'm just trying to find out what wants ly for building
<veleiro> i found in nixpkgs ly has an outdated definition and fixed it
<viric> veleiro: if you have versions of the ".nix", you could try to nix-instantiate every version until you get that which produces that very drv
<thibm> veleiro: you can use `nix why-depends` for that
<veleiro> but i have no idea what wanted it
<lordcirth> veleiro, nix-store -q --tree ./file.nix ?
<lordcirth> That is runtime only, though, I think
jophish has quit [Ping timeout: 272 seconds]
<lordcirth> There's also this I just found: https://hackage.haskell.org/package/nix-tree
<viric> lordcirth: you can ask that about a store path
<veleiro> ok i'll try these suggestions. didn't know about why-depends either
<veleiro> need to use nix-instantiate as well
SomeoneSerge has quit [Ping timeout: 265 seconds]
jophish has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<viric> nix-instantiate goes from the nix to drv
xcmw has joined #nixos
erasmas has joined #nixos
<thibm> veleiro: nix why-depends can take store paths (include subdirectories/files), derivations, symlinks to store paths (e.g /run/current-system)
<thibm> (it's not obvious from the poor --help text)
<thibm> including*
<lordcirth> Wow, nix-tree is awesome
seanparsons has quit [Quit: ZNC 1.8.1 - https://znc.in]
seanparsons has joined #nixos
cole-h has joined #nixos
<shapr> wow, nix-tree is really cool. Can I get it to show me which packages in my configuration.nix are requiring other things like dbus?
cosimone has joined #nixos
<lordcirth> shapr, if you can find dbus, press w
<lordcirth> So /dbus<Enter> , w
<shapr> oh that's neato
<shapr> that and nix-index make my life much easier
<veleiro> thibm: i havent gotten why-depends to work yet
<viric> all this nix-tree and nix-du sound like the 'storebrowse' I wrote years ago. At least, for a similar goal.
<veleiro> none of the examples work even
respawn_ has quit [Quit: Leaving]
<veleiro> --> error: don't know what to do with argument 'nixpkgs#glibc'
<shapr> viric: is it available?
<viric> it's in nixpkgs I hope
<veleiro> ohh because i dont have channels probably
<veleiro> derp
<viric> oh broken
<viric> bad maintainer
tobeportable has quit [Ping timeout: 272 seconds]
<thibm> veleiro: # is for flakes. Just copy your derivations paths.
<thibm> veleiro: e.g., `nix why-depends /nix/store/214wlvsz3mma85nj1q2z7xlkv7nm0v05-zathura-with-plugins-0.4.7.drv /nix/store/cixc66vq8c1an4gfz3aiihg8n529ac64-systemd-246.6.drv`
<veleiro> ah yes, not a flake expert yet
<veleiro> plus nix 2.4 doesnt work with home-manager
nixy has quit [Quit: The Lounge - https://thelounge.chat]
camsbury has joined #nixos
Lord_of_Life_ has joined #nixos
meh` has quit [Quit: Mozilla betrayed me.]
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life_ is now known as Lord_of_Life
nixy has joined #nixos
nixy has quit [Client Quit]
<l-as> does anyone here know how to specify what features to build a rust crate with
<l-as> I looked at the source code and a `features` option exists but it doesn't do anything
nixy has joined #nixos
nixy has quit [Client Quit]
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « yq: Add test »: https://git.io/JLBpO
nixy has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #107095 → pythonPackages.ciscomobilityexpress: init at 0.3.9 → https://git.io/JLW3l
<{^_^}> [nixpkgs] @mweinelt pushed 3 commits to master: https://git.io/JLBps
kaliumxy1 has joined #nixos
<veleiro> ok why-depends doesnt help, because the build still fails
<veleiro> in this case its hard to grep through nixpkgs, because package name is 'ly'
<veleiro> so maybe normally i wouldnt have such a hard time
<immae[m]> git grep '\bly\b' might help?
kaliumxyz has quit [Ping timeout: 240 seconds]
<veleiro> yes
<veleiro> thank you, more string fu
<{^_^}> [nixpkgs] @mweinelt pushed to zsh-powerlevel10k « zsh-powerlevel10k: 0.14.3 -> 0.14.4 »: https://git.io/JLBhv
TonyTheLion has quit [Quit: leaving]
<{^_^}> [nixpkgs] @mweinelt opened pull request #107160 → zsh-powerlevel10k: 0.14.3 -> 0.14.4 → https://git.io/JLBhq
<hexa-> whoops
<hexa-> not the origin I was intending to push to
<{^_^}> [nixpkgs] @lheckemann merged pull request #97145 → Initrd improvements → https://git.io/JUsfZ
<{^_^}> [nixpkgs] @lheckemann closed pull request #96005 → initrd: cross compile fix → https://git.io/JUv8p
<{^_^}> [nixpkgs] @lheckemann pushed 9 commits to master: https://git.io/JLBhn
<thibm> veleiro: hm, true.
<thibm> veleiro: the package is not nixpkgs.ly?
<thibm> > ly.meta
<{^_^}> attribute 'meta' missing, at (string):452:1
werner291 has quit [Ping timeout: 260 seconds]
<thibm> there's a ly in 20.09 in pkgs/applications/display-managers/ly/default.nix
nixy has quit [Quit: The Lounge - https://thelounge.chat]
<esotericn> does anyone here use `cargo2nix`? I'm very close to getting a large package to build but it's appending an `-l static=rdkafka` to my build that I can't figure out how to remove, I've been grepping everywhere to figure out what's adding this rustc flag and no use
<esotericn> sorry, crate2nix
fooker has quit [Ping timeout: 260 seconds]
<veleiro> thibm: yeah that's the one
m1cr0man has joined #nixos
sadmin has joined #nixos
oida has quit [Remote host closed the connection]
oida has joined #nixos
notakeyboardsmas has joined #nixos
<notakeyboardsmas> how do i make absolutely sure i’m trying to build my configuration based on the latest packages?
davidv7 has quit [Quit: Konversation terminated!]
sadmin has quit [Ping timeout: 265 seconds]
<lordcirth> notakeyboardsmas, latest from your channel? nixos-rebuild --upgrade
<notakeyboardsmas> i’ve done `sudo nix-channel —update` and am doing `sudo nixos-rebuild switch —upgrade` but i’m still seeing a bug that should have been fixed by a merge 7 days ago
<notakeyboardsmas> and `sudo nix-channel —list` shows me as on unstable
<lordcirth> notakeyboardsmas, nixos-unstable, or nixpkgs-unstable?
<notakeyboardsmas> nixos-unstable
<lordcirth> And can you link me to the commit you are talking about?
kraem[m] has joined #nixos
fooker has joined #nixos
<notakeyboardsmas> brb, switching devices
notakeyboardsmas has quit [Remote host closed the connection]
notakeyboardsmas has joined #nixos
<{^_^}> #106659 (by mweinelt, 1 week ago, merged): home-assistant: fix build
<notakeyboardsmas> but when i try to build my configuration, i get an error about hass-nabucasa requiring `attrs<20.3,>=19.3`, which that commit should have removed
jophish has quit [Ping timeout: 240 seconds]
kaliumxyz has joined #nixos
<notakeyboardsmas> it's worth noting i put a lot of effort into trying to fix this myself before it was fixed upstream, so i tried a bunch of overlay stuff etc., which i've all disabled now, but maybe somehow the cache got poisoned?
<lordcirth> notakeyboardsmas, /nix shouldn't have conflicts, but you might have some config left in your env or configuration.nix that is applying an overlay or a different channel
<hexa-> notakeyboardsmas: what channel are you using?
<lordcirth> They said nixos-unstable
<hexa-> last updated 9 days ago, see https://status.nixos.org/
<lordcirth> Yeah, I just realized that
<notakeyboardsmas> oh, huh
<lordcirth> AFAIK -unstable only advances when master is 100% green in hydra?
m1cr0man has quit [Ping timeout: 264 seconds]
<adisbladis> Depending on what you mean by 100% green
zupo has joined #nixos
Dotz0cat has quit [Read error: Connection reset by peer]
<notakeyboardsmas> well, i'll try manually applying that PR's changes in an overlay, then...
<notakeyboardsmas> thanks for pointing that out!
kaliumxy1 has quit [Ping timeout: 268 seconds]
<lordcirth> notakeyboardsmas, if your config fits in -unstable-small, that is 2 days old... Probably doesn't, though
<notakeyboardsmas> yeah, seems unlikely (i would be surprised if home-assistant were in -small...)
<lordcirth> Unrelated Q: I have a flake with multiple nixosConfiguration{}s. How can I change the nixpkgs for one of them? I tried "let nixpkgs = nixpkgs2003; in" at two different scope levels, didn't work in either
<lordcirth> For context, I have my machines on 20.09 but I've reverted my PC to 20.03 due to possible nvidia issues
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
simba1 has joined #nixos
Dotz0cat has joined #nixos
zupo has joined #nixos
meh` has joined #nixos
<lordcirth> OH I think I got it. nezha = nixpkgs03.lib.nixosSystem {}
veleiro has quit [Ping timeout: 260 seconds]
zupo has quit [Client Quit]
Boomerang_ has quit [Ping timeout: 246 seconds]
nixy has joined #nixos
<lordcirth> Maybe I should put IPFS in a nixos-container so it can just have it's own nixpkgs
<Ke> unpopular opinion: redundant .extraPackages that just appends systemPackages is the most stupid thing I have seen on nixos
jophish has joined #nixos
<Ke> just makes you panic, "wait so programs don't work on nixos"
<shapr> I still can't figure out how to make my X11 mouse cursor larger on a 4k screen with nixos
<shapr> I tried the hidpi setting, perhaps I need to install some cursor themes?
werner291 has joined #nixos
m1cr0man has joined #nixos
rajivr has quit [Quit: Connection closed for inactivity]
<Ke> xset does not work?
<Ke> xsetroot -xcf .icons/Ke/cursors/left_ptr 48
<Ke> sorry, xsetroot
<shapr> er, where did you get the files in your .icons ?
<shapr> oh wait, is that an .Xresources path?
* shapr tries
<Ke> I think I searched /usr/share on traditional distro
<Ke> I guess Icon theme package on nixos
<shapr> whew, so many
<hexa-> notakeyboardsmas: home-assistant is neither in -small nor !-small
<hexa-> notakeyboardsmas: so depending on the breakage in master most stuff should be cached already
mlen has quit [Ping timeout: 258 seconds]
bfrog has joined #nixos
m1cr0man has quit [Ping timeout: 260 seconds]
<notakeyboardsmas> @hexa- it seems like i'm getting it working by manually applying the patches in an overlay, but in any case, thanks for the pointers!
<hexa-> sure, yw
<notakeyboardsmas> and good to know about how the channel updates work
m1cr0man has joined #nixos
sss2 has quit [Quit: Leaving]
jophish has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mlen has joined #nixos
m1cr0man has quit [Ping timeout: 264 seconds]
jophish has joined #nixos
gerschtli has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLRkL
<{^_^}> [nixpkgs] @maralorn merged pull request #107128 → haskellPackages.haskell-language-server: 0.7.0 -> 0.7.1 → https://git.io/JL8aa
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/JLRIe
m1cr0man has joined #nixos
cosimone_ has joined #nixos
<{^_^}> [nixos-weekly] @ryantm pushed to ryantm-patch-1 « update RFC80 announcement »: https://git.io/JLRLf
<{^_^}> [nixos-weekly] @ryantm opened pull request #142 → update RFC80 announcement → https://git.io/JLRLL
<{^_^}> [nixpkgs] @github-actions[bot] pushed 44 commits to staging: https://git.io/JLRLt
<{^_^}> [nixpkgs] @github-actions[bot] pushed 43 commits to staging-next: https://git.io/JLRLq
asbachb has joined #nixos
<asbachb> Hi. Anyone is running epic game store using lutris?
<{^_^}> [nixos-weekly] @ryantm pushed to ryantm-patch-2 « add agenix public beta announcement »: https://git.io/JLRLg
<{^_^}> [nixos-weekly] @ryantm opened pull request #143 → add agenix public beta announcement → https://git.io/JLRLa
cosimone has quit [Ping timeout: 268 seconds]
cosimone_ is now known as cosimone
camsbury has quit [Ping timeout: 260 seconds]
nature has joined #nixos
sneak has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9e6737710c4 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ae07ccf318d (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
nehsou^ has quit []
proofofkeags has joined #nixos
<proofofkeags> is there a way to "export" a nix config from nix-env
vidbina has quit [Ping timeout: 256 seconds]
camsbury has joined #nixos
gerschtli has joined #nixos
toppler has joined #nixos
lord| has quit [Ping timeout: 265 seconds]
lord| has joined #nixos
elibrokeit has quit [Quit: Taking some time off for sanity]
SomeoneSerge has joined #nixos
Boomerang has joined #nixos
vidbina has joined #nixos
thc202 has quit [Quit: thc202]
werner292 has joined #nixos
<lordcirth> proofofkeags, it's stored in ~/.nix-profile/
werner291 has quit [Ping timeout: 272 seconds]
<proofofkeags> manifest.nix?
cognemo has quit [Quit: cognemo]
sss2 has joined #nixos
cognemo has joined #nixos
kiltzman has joined #nixos
werner292 has quit [Ping timeout: 268 seconds]
<lordcirth> I think so.
berberman has joined #nixos
berberman_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Gaelan opened pull request #107163 → nix 2.4: include lowdown in both buildInputs and nativeBuildInputs. → https://git.io/JLR3s
Boomerang_ has joined #nixos
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Boomerang has quit [Ping timeout: 268 seconds]
<tobiasBora> pjt_tmp: ok thanks!
m4ts has quit [Ping timeout: 256 seconds]
<sphalerite> ,tell andi89gi yeah sorry I forgot to get back to you! I haven't been able to find it so far, unfortunately :( but if you want to have a go at packaging manaplus together I'd be happy to help :)
<{^_^}> sphalerite: I'll pass that on to andi89gi
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hledger-web: set $HOME to $TMP so that the test suite to succeeds »: https://git.io/JLRs1
m4ts has joined #nixos
<matthewcroughan> sphalerite: copying you in from #nixos-chat
<matthewcroughan> So yeah, LinuxHackerman gchristensen, how can I provision a nixos system.
<matthewcroughan> "<sphalerite> matthewcroughan: where does it live? What access do you have? Is there an existing OS on it?"
<matthewcroughan> > Where does it live? | On a home network
<{^_^}> error: syntax error, unexpected $undefined, expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):452:21
<matthewcroughan> Lol
<matthewcroughan> >What access do you have? Is there an existing OS on it?" No existing OS, ideally this would be like provisioning a raspberry pi.
<{^_^}> [nixpkgs] @peti pushed 39 commits to haskell-updates: https://git.io/JLRGC
<matthewcroughan> The access I have is physical, and to the disks, via a sata adapter.
<matthewcroughan> My ideal setup would be to just have a disk I can flash with `dd` and boot it to have my system right there.
sangoma has quit [Read error: Connection reset by peer]
simba1 has quit [Quit: WeeChat 2.9]
<patagonicus> matthewcroughan: Do you have experience writing nix stuff? You can build something based on the sd-image.nix file in nixpkgs.
<matthewcroughan> patagonicus: yeah a little, but I was just wondering what exists today that people have done
<matthewcroughan> you're suggesting I write `lib/` functions for NixOS that could be used?
<patagonicus> No, more just creative borrowing of the things done in lib/ and using parts of it. :)
<{^_^}> [nixpkgs] @peti pushed 38 commits to haskell-updates: https://git.io/JLRGS
<patagonicus> Basically, sd-image.nix shows how you can build a ext4 filesystem image with a NixOS / on it. It also bunches it together with a /boot partition into a disk image.
<{^_^}> [nixpkgs] @peti pushed 18 commits to haskell-updates: https://git.io/JLRGA
sangoma has joined #nixos
<patagonicus> I've built something based on https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix but that was also for an armv7 machine (and had some other changes made).
<sphalerite> matthewcroughan: well, you could either netboot, or run nixos-install from another system with the disk attached
<matthewcroughan> sphalerite: Ah, yes, good point..
<sphalerite> matthewcroughan: though if you don't want to attach a keyboard at any point I guess netboot isn't that accessible
<matthewcroughan> The problem is that I want to declare it all in the flake
<matthewcroughan> I want to get rid of all of this imperative manual provisioning and disk partitioning, do it once and be done with it.
<sphalerite> then write a script for it ¯\_(ツ)_/¯
<sphalerite> :p
<matthewcroughan> Much like how one simply flashes raspbian.iso to the sd card of their pi.
<matthewcroughan> notice how all you have to do to get a pi working is `dd if=raspbian.iso of=/dev/mmcblk0`
<matthewcroughan> I want that same process for nixos configurations
sneak has joined #nixos
noudle has joined #nixos
mallox has quit [Quit: WeeChat 3.0]
<evanjs> What do I need to commit for nodePackages? _just_ node-packages.{json,nix}, right?
mallox has joined #nixos
<sphalerite> matthewcroughan: pkgs.writeScript "wipe-and-install-on" "#!${pkgs.runtimeShell}\nsgdisk "$1" -Z -o -a1 -n1:0:0 -t1:0FC63DAF-8483-4772-8E79-3D69D8477DE4 -c1:nixos -n2:0:0 -t2:21686148-6449-6E6F-744E-656564454649 -c2:bios\nmkfs.ext4 -L nixos "$1"1 ; mount "$1"1 /mnt ; nixos-install --system ${pkgs.nixos { imports = [./configuration.nix];}} --no-channel-copy --no-root-passwd\numount /mnt"
<lordcirth> matthewcroughan, look at the arm image builds in nixpkgs
<nhs> matthewcroughan: why don't you just do a fresh nixos install once on one rasp pi and then use the inverse of your dd command to create an iso from it
<sphalerite> that's a very simple script that will take e.g. /dev/sdb , format it and install the nixos configuration that lies next to the expression file
<lordcirth> nhs, that's not as clean as generating from a flake
mallox has quit [Client Quit]
<tobiasBora> I'm curious, why is steam implemented using bubblewrap and not docker? What are the pro/cons of both solutions?
<sphalerite> idk about the flakes bit, but this option does save generating disk images which take up a bunch of extra space
<sphalerite> tobiasBora: first and foremost, bubblewrap doesn't need a daemon or an image.
<sphalerite> tobiasBora: as soon as you're using docker, you need root-equivalent privileges. You don't for bubblewrap afaik.
guest41 has joined #nixos
<nhs> You could create a base iso like that which has an initd script that installs the flake on first boot
<evanjs> exact same changes I was curious about
<{^_^}> [nixpkgs] @prusnak opened pull request #107164 → electrum: 4.0.7 -> 4.0.9 → https://git.io/JLRnB
werner291 has joined #nixos
<tobiasBora> sphalerite: when you talk about root equivalent privileges you mean to the host or to the guest?
<sphalerite> tobiasBora: the host.
<lordcirth> tobiasBora, docker requires dockerd to run as root
<tobiasBora> sphalerite: you mean more than what you get when you allow user namespaces?
<sphalerite> and last I checked, dockerd doesn't have any sort of access control that prevents any user from running a container with --privileged and mounting the host's root filesystem into the container.
<sphalerite> tobiasBora: that allows restricting containers further, but the user that starts the container can still become root on the host.
<{^_^}> [nixpkgs] @prusnak merged pull request #106939 → python37Packages.keepkey: 6.0.3 -> 6.6.0 → https://git.io/JLqt3
<{^_^}> [nixpkgs] @prusnak pushed 2 commits to master: https://git.io/JLRnV
respawn_ has joined #nixos
<bougyman> Never seen bubblewrap. I've been using podman for my container runtime, which also doesn't require a daemon nor elevated privs.
<tobiasBora> sphalerite: so basically, if user A is malicious, A can use docker to get root access in a way that would not have been possible only with access to namespaces?
<lordcirth> tobiasBora, if dockerd is configured to allow A to make containers, yes, I believe so
<sphalerite> tobiasBora: correct.
<tobiasBora> ok thanks
cosimone has quit [Quit: cosimone]
vidbina has quit [Ping timeout: 246 seconds]
<patagonicus> matthewcroughan: very sidestepping your question, but customizing the Nixos installer is very simple. So you could have a usb drive that boots up so you can log in via ssh (with your pubkey preinstalled) and it could already include the configs you might want to use. Could even include a script that runs on startup that automatically provisions the
<patagonicus> machine it's plugged in to.
endformationage has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #107144 → Update Haskell package set to Stackage Nightly 2020-12-14 (plus other fixes) → https://git.io/JL41w
<{^_^}> [nixpkgs] @peti pushed 24 commits to master: https://git.io/JLRnb
<sphalerite> tobiasBora: not to preclude the possibility of there being design or implementation weaknesses in user namespacing that might allow that sort of thing, but docker doesn't even intend to disallow that.
<tobiasBora> sphalerite: so do you know something that is like bubblewrap, except that you don't have that many security limitations. Like I'm fine to allow guest to use namespace. I also want guest to be able to use fusermount.
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/JLRcv
<{^_^}> [nixpkgs] @primeos pushed to master « vpcs: 0.8 -> 0.8.1 »: https://git.io/JLRcf
<bougyman> tobiasBora: podman
<sphalerite> ,xy tobiasBora
<{^_^}> tobiasBora: xyproblem is when you want to do X, and you think Y is how, so you ask about Y instead of X. See <http://www.perlmonks.org/index.pl?node_id=542341> or <http://mywiki.wooledge.org/XyProblem>
<sphalerite> What are you trying to do?
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<tobiasBora> bougyman: I'll check, but you also need an image right?
<Gaelan> Anyone know if it's possible to get the .drv file from a build on hydra.nixos.org? My raspberry pi is building llvm and I'm trying to figure out why it can't use the one built by hydra
<bougyman> tobiasBora: I don't know what you mean by 'You also need an image'
<bougyman> You mean a container image?
werner291 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2020-12-18T01:03:03Z »: https://git.io/JLRcB
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2020-12-18T01:03:03Z »: https://git.io/JLRc2
<{^_^}> [nixpkgs] @peti pushed to master « all-cabal-hashes: update to Hackage at 2020-12-18T01:03:03Z »: https://git.io/JLRca
<sphalerite> tobiasBora: yes, you need a container image for podman too.
<sphalerite> tobiasBora: what is it you're trying to achieve with whatever tool it is?
<tobiasBora> sphalerite: so basically, I'm trying to see if I can get a way to fake a ubuntu system on NixOs, like steam-run, but in a what that allows me to be closer to the host system, and run commands with more priviledges. The issues that annoys me the most is the fact that bubblewrap can't handle fuser mounts. So it means that if I try to run an appimage on steam-run, it will fail. The second issue I have
<tobiasBora> with steam-run is that opencl is not detected inside the host (this specific problem may be solvable but don't know how). I also have issues with MIT shared memory https://github.com/NixOS/nixpkgs/issues/104412 And also, steam has this issue https://github.com/NixOS/nixpkgs/issues/100655
<{^_^}> #104412 (by tobiasBora, 3 weeks ago, open): Steam-run: can't use MIT shared memory
<{^_^}> #100655 (by nyanloutre, 9 weeks ago, open): steam: Proton 5.13 does not launch because of steam runtime
<tobiasBora> bougyman: yeah
<tobiasBora> sphalerite: long story short: I'd like a real quick and dirty way to run any app that would run on a normal linux quickly. I'm tired of using a slow virtual box, taking 20Go of space for doing that, and would see if I could do that directly in nix.
h0m1 has quit [Quit: WeeChat 3.0]
respawn_ has quit [Quit: Leaving]
werner291 has joined #nixos
h0m1 has joined #nixos
<tobiasBora> And also, I want to take that opportunity to understand a bit more the internal of linux ^^
nature has quit [Ping timeout: 256 seconds]
<lordcirth> tobiasBora, "steam-run ./foo"
<lordcirth> after installing steam-run, of course
<tobiasBora> lordcirth: nope, it fails if foo tries to use fusermount
<lordcirth> Ah
<lordcirth> What apps use that?
<tobiasBora> lordcirth: that's my whole issue.
<sphalerite> yeah I don't think that's possible for the general case
<lordcirth> The only way to get 100% is a VM
<lordcirth> Shouldn't be 20GB, though...
<bougyman> tobiasBora: I've used https://github.com/webanck/docker-wine-steam on podman with success. ymmv.
Lord_of_Life has quit [Ping timeout: 246 seconds]
<tobiasBora> lordcirth: any app that uses appimage. Last one I found was LittleWeeb.
pjt_tmp has joined #nixos
Lord_of_Life has joined #nixos
<lordcirth> tobiasBora, does appimage-run not work?
gustavderdrache has quit [Quit: Leaving.]
<tobiasBora> lordcirth: nope, it segfault without much messages.
<lordcirth> weird
<lordcirth> Should probably report a bug against appimage-run, then
tobeportable has joined #nixos
<tobiasBora> lordcirth: apparently running appimage based on electron is hard in nix
<tobiasBora> I think because people did not put any libraries by default
<tobiasBora> bougyman: is there a quick way to run an app with podman? I love the way steam-run works, and I'd prefer not to write an image everytime I want to run a program
wnklmnn has joined #nixos
<tobiasBora> lordcirth: even VM are not perfect. Like you can't use CUDA in VM.
<tobiasBora> (at least not in virtualbox)
<sphalerite> you don't need to write an image, you can use the standard ubuntu image or whatever
<sphalerite> but in the end if you really want to run ubuntu stuff and have it work out of the box, your best bet is ubuntu.
<{^_^}> [nixpkgs] @vbgl closed pull request #106344 → ocamlPackages.cinaps: init at 0.14.0 → https://git.io/JI0mC
<{^_^}> [nixpkgs] @vbgl merged pull request #106386 → ocamlPackages.janeStreet: 0.13 → 0.14 → https://git.io/JIEy5
<{^_^}> [nixpkgs] @vbgl closed pull request #102451 → ocamlPackages.js_of_ocaml: 3.7.0 -> 3.7.1 → https://git.io/JT52C
<{^_^}> [nixpkgs] @vbgl pushed 5 commits to master: https://git.io/JLRW4
guest41 has quit [Remote host closed the connection]
<tobiasBora> sphalerite: well I don't want to always run ubuntu stuff. I just want to run things that are supposed to work in FHS distributions: appimages for example. Most of the time, nix is good, but when projects provides appimages that are supposed to be usable everywhere and that fail, even with appimage, it's a bit frustrating.
<tobiasBora> and steam-run is not too far, only problem is bubblewrap
<{^_^}> [nixpkgs] @TredwellGit opened pull request #107165 → firmwareLinuxNonfree: 2020-11-18 -> 2020-12-18 → https://git.io/JLRlE
asbachb has quit [Remote host closed the connection]
andi89gi has joined #nixos
Cale has quit [Remote host closed the connection]
cole-h has quit [Quit: Goodbye]
sangoma has quit [Quit: WeeChat 2.9]
xcmw has joined #nixos
cosimone has joined #nixos
<andi89gi> Hi together; I have now switched to the unstable channel. Unfortunatly I get an error during nix-env -u; 3 pkgs failed to be build
<{^_^}> andi89gi: 1 hour, 54 seconds ago <sphalerite> yeah sorry I forgot to get back to you! I haven't been able to find it so far, unfortunately :( but if you want to have a go at packaging manaplus together I'd be happy to help :)
hnOsmium0001 has joined #nixos
<andi89gi> sphalerite: No worries! :) Well, I would like to have a go at packaging manaplus together. It would be a good start giving sth back to the community :)
<sphalerite> nix-env -u is kind of terrible
<sphalerite> ,imperative
<{^_^}> nix-env has multiple drawbacks as an imperative package manager. nix-env -u will sometimes upgrade to the wrong thing; the outputs to install are very finicky to override; and packages that have been removed or are otherwise unavailable will remain in your profile without any warnings. Consider using a ,declarative setup instead.
<{^_^}> [nixpkgs] @sternenseemann closed pull request #106350 → ocamlPackages: add ppxlib 0.20.0 and split ppxlib versions into different attrs → https://git.io/JI0ui
zupo has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/ae07ccf318d (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
ebbertd[m] has joined #nixos
cognemo has quit [Quit: cognemo]
<lordcirth> How can I ignore a cached failure in "nix build" so I can use --show-trace?
<andi89gi> sphalerite: oh, so I shouldn't use nix-env -u? maybe nix-env --upgrade?
<sphalerite> andi89gi: it's the same thing. A declarative setup would work better.
<sphalerite> ,declarative
<{^_^}> There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env; 2) buildEnv, providing more control over the paths that are linked into the profile; 3) home-manager, providing nixos-like config for your ~. https://git.io/fp0aU contains a comparison of the three methods and a sample expression for option 2.
cognemo has joined #nixos
<sphalerite> if you're using nixos, managing everything via the nixos config (systemPackages) is also a good option
<sphalerite> lordcirth: if you're getting to the point where builds are failing, --show-trace is no longer any use — it only applies to evaluation errors
<lordcirth> sphalerite, no, I think it's an eval error
<sphalerite> lordcirth: I'm also a bit confused as to what you mean by a cached failure?
<lordcirth> sphalerite, when I run "nix build" on my project, it returns "value is a function while a set was expected". When I try to run it again with --show-trace, it prints "cached failure of attribute 'defaultPackage.x86_64-linux'"
<sphalerite> oh, unstable flakes stuff. No idea.
<lordcirth> I always have to fiddle with the file to get it to try again
<sphalerite> use stable nix :p
<sphalerite> (sorry I know that's not helpful)
<andi89gi> sphalerite: I tweak via nixos-config
andi89gi has quit [Remote host closed the connection]
<lordcirth> Hmm, "nix flake check" seems to always try
<sphalerite> andi-: then you'll want to avoid using nix-env and only manage packages via systemPackages instead.
<andi-> Never nix-env
<andi-> ,nix-env
<{^_^}> andi-: Did you mean nix-env-r?
<{^_^}> A simple way to install all your packages declaratively is to use `nix-env -ir default.nix` with the file of the form `with import <nixpkgs> {}; { inherit hello; }` to install hello. Note that with the -r switch this removes all your previously installed packages
<sphalerite> andi-: aw, that seems like a dup of
<sphalerite> ,declarative
<andi-> Noo /o\
<{^_^}> There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env; 2) buildEnv, providing more control over the paths that are linked into the profile; 3) home-manager, providing nixos-like config for your ~. https://git.io/fp0aU contains a comparison of the three methods and a sample expression for option 2.
andi89gi has joined #nixos
<sphalerite> oops I meant to highlight the other ani though
<sphalerite> hah
<sphalerite> sorry, wrong highlight then x)
<andi89gi> sphalerite: then on every boot process it will update/uograde with thesse commands itself? system.autoUpgrade.enable = true;system.autoUpgrade.allowReboot = true;<
<andi89gi> hahah no worries
<lordcirth> ebbertd[m], can you pastebin your flake?
<sphalerite> ,declarative = There are multiple ways of managing a user declaratively. 1) nix-env -ir, compatible with "temporary" imperative use of nix-env; 2) buildEnv, providing more control over the paths that are linked into the profile; 3) home-manager, providing nixos-like config for your ~. https://git.io/fp0aU contains a comparison of the three methods and a sample expression for option 2.
<{^_^}> declarative redefined, was defined as There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env; 2) buildEnv, providing more control over the paths that are linked into the profile; 3) home-manager, providing nixos-like config for your ~. https://git.io/fp0aU contains a comparison of the three methods and a sample expression for option 2.
<sphalerite> andi89gi: no, that will make it update stuff periodically and reboot if necessary (e.g. when the kernel is updated)
<andi89gi> ah
<sphalerite> andi89gi: the interval at which it happens is defined by another option
<sphalerite> that won't affect stuff installed via nix-env though. You'll want to avoid using nix-env generally.
Vq has joined #nixos
<andi89gi> sphalerite: actually yes; bc the upgrade to 21.03 and Gnome 3.38 worked; but beisdes these 3 errors of pkgs - it is a bit annoying. I mean I know that I can go back to another NixOS config that works :D But this is not the solution to improve my learnign curve about NixOS
<andi89gi> ;)
<sphalerite> nixos 21.03 isn't released yet
<Mic92> ehmry: sphalerite has some suggestion for the mumble
<ebbertd[m]> <lordcirth "ebbertd, can you pastebin your f"> I have the whole repo online. https://github.com/ebbertd/nixos-configuration
sbetrium has joined #nixos
<andi89gi> hmm if I go to the Gnome settings the OSName is now NixOS 21.03 (Okapi)
<sphalerite> yeah it's unstable
<andi89gi> indeed I am on it :D
<andi89gi> sphalerite: Or is it a "failure" going to unstable? :P
<sphalerite> no, but I definitely wouldn't recommend unstable + autoUpgrade
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sphalerite> the most recent major breakage on unstable was firefox removing all installed addons
<sphalerite> that kind of stuff is likely to happen on unstable, but if you're willing to accept that it's fine (I still wouldn't recommend it with autoUpgrade though. Stick to releases for that.)
<andi89gi> So, something like nix-env -ir ; yea actually a dummy idea to test unstable xD
<andi89gi> sphalerite: You're on the normale stable release 20.09=
<sphalerite> yep
<sphalerite> maybe avoid using nix-env altogether
<sphalerite> and only install programs via systemPackages
<andi89gi> Can I delete the other configs on the boot process? - Indeed I am going to avoid nix-env
<sphalerite> yes, though it makes sense to keep them for a while.
<sphalerite> You can delete them using nixos-collect-garbage --delete-older-than 7d for example, then update the boot menu by rerunning nixos-rebuild switch or nixos-rebuild boot
<andi89gi> Well, I mean I can keep them bc I know that the last one is unstable;and the other ones from the stable channel
<andi89gi> *actually
camsbury has quit [Ping timeout: 260 seconds]
andi89gi has quit [Remote host closed the connection]
werner291 has quit [Ping timeout: 260 seconds]
werner291 has joined #nixos
seku has quit [Quit: Connection closed]
<lordcirth> ebbertd[m], you should build with --show-trace and track through it until you find your own code
<lordcirth> Most likely you are calling something with the wrong typ
<{^_^}> [nixpkgs] @mohe2015 opened pull request #107166 → sudo: 1.9.4 -> 1.9.4p1 → https://git.io/JLREw
<ebbertd[m]> <lordcirth "ebbertd, you should build with -"> I'm already trying but don't seem to find it. Anyhow. I keep looking. Thanks!
msciabarra[m] has joined #nixos
zangi has joined #nixos
<zangi> > (import <nixpkgs> { }).python3.meta.version
<{^_^}> attribute 'version' missing, at (string):452:1
<zangi> > (import <nixpkgs> { }).python3.meta.name
<{^_^}> "python3-3.8.6"
<{^_^}> [nixos-org-configurations] @garbas pushed 4 commits to remove-status-nixos-org: https://git.io/JLRz9
<Duponin> Hi, I'm currently having fun with 389 DS (Nixpkgs: _389-ds-base) and wondering why there are no utility tools bundled with (`dsctl`, `dsconf`, `dsidm`). Unless these are renamed I don't find these in my $PATH
andi89gi has joined #nixos
<andi-> ,locate dsctl
<{^_^}> Couldn't find in any packages
<Duponin> andi-: nothing returned
<andi-> yeah
<andi-> no ide abaou that package just thought it might be worth a sho
<Duponin> wait, you talked to the bot ^^'
<andi-> t
<andi89gi> sphalerite: Hmm, I have now to channels - but it is better to set up an alternative
<{^_^}> [nixos-org-configurations] @garbas pushed to remove-status-nixos-org « eris: monitoring.n.o defined twise (after merge conflict) »: https://git.io/JLRgr
Henson has joined #nixos
<andi89gi> Can I ignore this error "error: pyproj-2.6.0 not supported for interpreter python2.7
<andi89gi> (use '--show-trace' to show detailed location information)"
zangi has quit [Quit: WeeChat 2.9]
<Henson> is there I way I can make nixos-install not try to resolve cache.nixos.org so I can do an installation without a network connection, assuming I'm using an option like --system that shouldn't require anything to be downloaded? Or perhaps nixos-install only tries to reach cache.nixos.org if it needs to download something, and thus my install should fail without a network connection?
<Henson> andi89gi: does the error prevent what you're trying to do from working?
<Henson> andi89gi: that usually means the package is no longer written for python2.7 and either won't work or might not work
dbmikus has quit [Ping timeout: 240 seconds]
<andi89gi> Henson: not really. ;) Python 2.6/2.7 - Are going to be EOL and not supported anylonger sooner or later
<Henson> andi89gi: yeah, I think python2.7 almost a year ago on 2020-01-01
<Henson> andi89gi: I see that pyproj isn't in the python27Packges set. How are you installing it and getting that error?
<andi89gi> Henson: I have done one exeption to install broken pkgs by using nix-env -ir
<Henson> andi89gi: ah
<andi89gi> Sry for asking atm a lot
cosimone has quit [Read error: Connection reset by peer]
<andi89gi> I have to learn a lot xD
<tpw_rules> Henson: --no-net works for some commands
cosimone has joined #nixos
<Henson> andi89gi: no worries, answering questions is one of the things we do here :-)
<Henson> tpw_rules: thanks, I'll give that a try
nilsirl[m] has joined #nixos
<andi89gi> Henson: thx and of course reading in Discourse or the Wiki ;) I mean the best on NixOS compared to other ones. It can not be broken.
<nilsirl[m]> Hi, I used have docker enabled using `virtualisation.docker.enable = true`. However, I no longer need docker and have disabled it. The problem is, the directory `/var/lib/docker` is still 6G large and taking space on my disk. How can I get rid of it? Is doing `rm -r /var/lib/docker` the correct way to go about it?
nature has joined #nixos
<sss2> how to tell init to wait for key device for luks ?
thibm has quit [Quit: WeeChat 2.6]
garbas[m] has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107167 → Init tageditor → https://git.io/JLRaw
<Henson> nilsirl[m]: I think that might be right. I installed docker on my laptop a while ago and encountered the same question. I think I tried deleting the images using the docker tools, but at the end of the day ended up having to delete /var/lib/docker anyway.
<Henson> nilsirl[m]: take a look at https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine for the instructions on deinstalling it in Ubuntu
<{^_^}> [nixpkgs] @evanjs opened pull request #107168 → nodePackages.quicktype: init at 15.0.258 → https://git.io/JLRaH
<Henson> nilsirl[m]: removing docker from your configuration.nix file is essentially equivalent to removing the packages in Ubuntu. Then you just have to get rid of the /var/lib/docker directory, then any edited configuration files
<Henson> nilsirl[m]: docker might also leave a hidden configuration directory in your home directory somewhere
<nilsirl[m]> Thank you 👍️
<evanjs> #107168 in case anybody would like a utility that helps with JSON/JSON schema/GraphQL/TypeScript -> other language serialization :D
<{^_^}> https://github.com/NixOS/nixpkgs/pull/107168 (by evanjs, 3 minutes ago, open): nodePackages.quicktype: init at 15.0.258
Darkmatter66_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107169 → cjson: init at 1.7.14 → https://git.io/JLRVm
kfound has joined #nixos
andi89gi has quit [Remote host closed the connection]
andi89gi has joined #nixos
andi89gi has quit [Remote host closed the connection]
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cosimone_ has joined #nixos
<{^_^}> [nixpkgs] @baracoder opened pull request #107170 → linuxPackages.nvidia_x11_beta: stable -> 460.27.04 → https://git.io/JLRwM
werner292 has joined #nixos
andi89gi has joined #nixos
cosimone has quit [Ping timeout: 240 seconds]
cosimone_ is now known as cosimone
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @brainrape opened pull request #107171 → home-assistant: fix build → https://git.io/JLRrT
erasmas has quit [Quit: leaving]
Boomerang_ has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107172 → fbcat: init at 0.5.1 → https://git.io/JLRr8
peter77 has quit [Ping timeout: 245 seconds]
Fare has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @brainrape closed pull request #107171 → home-assistant: fix build → https://git.io/JLRrT
bfrog has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107173 → sfeed: init at 0.9.20 → https://git.io/JLRo8
kfound has quit [Remote host closed the connection]
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #106893 → python37Packages.lightgbm: 3.1.0 -> 3.1.1 → https://git.io/JLUje
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JLRoQ
xcmw has joined #nixos
andi89gi has quit [Remote host closed the connection]
RowanG has joined #nixos
<{^_^}> [nixpkgs] @jslight90 opened pull request #107174 → nixos/gitlab: move custom_hooks_dir into gitaly config → https://git.io/JLRKT
<RowanG> Hello everyone. I'm trying to move to Pypy for a package and I'm somewhat struggling. And I have a specific question. The package I'm trying to build has a dependency in a let binding that isn't building with pypy because of a cmake issue (https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/cadquery/default.nix). I can fix
<RowanG> this by adding an additional cmake flag but I don't know how I can patch expression via an overlay. Is this possible?
Fare has joined #nixos
<RowanG> I have tried various variations of this:pypy-cadquery-occ-fix = self: super: { pypy3Packages.cadquery = super.pypy3Packages.cadquery.override { pythonocc-core-cadquery = super.pythonocc-core-cadquery.override { cmakeFlags = [ /* Fix flags here */ ]; }; }; };
philr has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #107175 → pyoxisizer: init at 0.10.3 → https://git.io/JLR63
<{^_^}> [nixpkgs] @vq opened pull request #107176 → Add/lxi tools → https://git.io/JLR68
cosimone has quit [Quit: cosimone]
rb2k has joined #nixos
<rb2k> quick question on pull requests to nixpkg: I see that sometimes reviewers get added. But I have a few PRs at the moment (https://github.com/NixOS/nixpkgs/pull/107102 , https://github.com/NixOS/nixpkgs/pull/107104) that don't seem to get any added. Is there anything I missed on those?
camsbury has joined #nixos
<{^_^}> #107102 (by rb2k, 1 day ago, open): libmodulemd: Enable darwin support.
<{^_^}> #107104 (by rb2k, 1 day ago, open): librepo: add darwin support
<rb2k> and on some of them there doesn't seem to be any borg love: https://github.com/NixOS/nixpkgs/pull/107126
<{^_^}> #107126 (by rb2k, 22 hours ago, open): rpm: 4.15.1 -> 4.16.1.2
__monty__ has quit [Quit: leaving]
<rb2k> it's very possible that I just didn't name something right, but I can't see it at the moment
<{^_^}> [nixpkgs] @avdv opened pull request #107177 → bazel-buildtools: 3.3.0 -> 3.5.0 → https://git.io/JLRix
RowanG has quit [Remote host closed the connection]
cosimone has joined #nixos
werner292 has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
davidv7 has joined #nixos
Fafnir[m] has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #107066 → homeassistant: 2020.12.0 -> 2020.12.1 → https://git.io/JLcUy
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/JLRMT
philr_ has joined #nixos
<Fafnir[m]> Hello, I have a NixOS system that won't boot because of a full disk. When booting from the installation media: Is there an easy way to run `nix-collect-garbage` targeting the mounted partition?
<Fafnir[m]> This happened during package installation via nix-shell. So there is definitively something to remove.
philr has quit [Ping timeout: 268 seconds]
SomeoneSerge has quit [Ping timeout: 240 seconds]
<viric> Fafnir[m]: chroot
oxalica1 has joined #nixos
oxalica has quit [Ping timeout: 256 seconds]
oxalica1 is now known as oxalica
<makefu> if i remember there is nixos-enter(?) available in the installation iso
<Fafnir[m]> Ohh, that sounds promising, thanks, I'll try
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
meh` has quit [Ping timeout: 246 seconds]
meh` has joined #nixos
werner291 has quit [Quit: werner291]
fendor has quit [Remote host closed the connection]
bfrog has joined #nixos
dbmikus has quit [Ping timeout: 260 seconds]
<sss2> how to pass options to kernel module during initramfs boot ?
wnklmnn has quit [Quit: Leaving]
nature has quit [Ping timeout: 240 seconds]
bfrog has quit [Ping timeout: 264 seconds]
juliusdeane has joined #nixos
<juliusdeane> I packaged a C library but am having difficulty linking my program with it
Baughn has quit [Ping timeout: 246 seconds]
Baughn_ has joined #nixos
Baughn_ is now known as Baughn
<juliusdeane> so when I run ldd /nix/store/path/to/library.so, all the dependencies of the library are found
<juliusdeane> but then when I run ldd /path/to/binary/linked/with/library, ldd says "libtelebot.so.4.7.0 => not found"
<juliusdeane> (libtelebot.so.4.7.0 is the library I packaged)
veleiro has joined #nixos
<juliusdeane> the library was built using this derivation: https://pastebin.com/F0hacATd
xcmw has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @prusnak opened pull request #107179 → [20.09] tor-browser-bundle-bin: 10.0.5 -> 10.0.7 → https://git.io/JLR9l
cosimone has quit [Quit: cosimone]
<Reiser> I have a suspicion the nixos.org firewall/load balancer is dropping traffic from my server provider, does anyone know who I can reach out to to find out what's happening?
<simpson> juliusdeane: Is that how libtelebot prefers to be linked? Does it participate in pkg-config or other ways of configuring preferred cflags?