sphalerite changed the topic of #nixos to: NixOS stable: 19.03 \o/ https://discourse.nixos.org/t/nixos-19-03-release/2652 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
<aleph-> aanderse: Oooh, I'd like that as well.
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
ambro718 has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @yegortimoshenko opened pull request #65537 → pkgsStatic: override libunwind → https://git.io/fjyAL
kori1 has quit [Quit: WeeChat 2.5]
kori has joined #nixos
qubasa_ has joined #nixos
qubasa has quit [Ping timeout: 248 seconds]
marusich has joined #nixos
Ariakenom has quit [Quit: Leaving]
mexisme has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65528 → nethack: wrapQtApp only in qtMode → https://git.io/fjyFi
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjyAn
dftxbs3e has quit [Quit: Leaving.]
jluttine has quit [Ping timeout: 245 seconds]
dftxbs3e has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjyAB
psy3497 has joined #nixos
yuken has quit [Ping timeout: 244 seconds]
<Aleksejs> I'm getting the error "error: The option `system.nssHosts' defined in `/etc/nixos/configuration.nix' does not exist." but that option is in documentation. How is that possible?
<clever> Aleksejs: where do you see it in the docs?
<clever> Aleksejs: which channel are you on?
<Aleksejs> 18.09, trying to move on 19.03 atm
<clever> and 19.03 also has it
<clever> but its missing in 18.03!
<clever> its also missing in 18.09
<Aleksejs> I'm upgrading now to 19.03
kvda has joined #nixos
yuken has joined #nixos
marusich has quit [Remote host closed the connection]
<Aleksejs> I cannot upgrade because I'm getting error: cannot download skypeforlinux_8.45.0.41_amd64.deb from any mirror
<clever> Aleksejs: you may want to temporarily comment out skype in your configuration.nix
<Aleksejs> well I'll need it tomorrow for work :)
<aleph-> Stupid question since it's been ages. For building packages off github, I need to get the sha256 to import them via running nix-prefetch-url --unpack, where do I get the url to unpack on? Do I just grab the latest commit has and slap a /archive.tar.gz on the end?
<clever> aleph-: yeah, thats pretty much it
<gchristensen> usually I just ,tofu it
<Aleksejs> clever: I've upgraded it now. Is there a chance that skype will be available in near future?
<aleph-> Right, forgot I could tofu it.
<clever> Aleksejs: the problem is that M$ deleted the old version, so the package must be updated to use the new version, or you need to find a copy of skypeforlinux_8.45.0.41_amd64.deb somewhere else
<aleph-> And I remember why I gave up on packaging this one for nixos
<aleph-> Crud
<ivan> does web skype not work?
<gchristensen> wow
<gchristensen> I thought that was unredistributable
<aleph-> Ugh, I hate having to write derivs for a ton of dependences.
<Aleksejs> clever:
dl4mfo_ has joined #nixos
<Aleksejs> I think they have https://go.skype.com/skypeforlinux-64.deb link now
<clever> Aleksejs: try running nix-prefetch-url on the above url, and then try nixos-rebuild again
cab404[m] has joined #nixos
<Aleksejs> it worked, thank you!
xkapastel has quit [Quit: Connection closed for inactivity]
dl4mfo has quit [Ping timeout: 245 seconds]
[Leary] has joined #nixos
Lears has quit [Ping timeout: 248 seconds]
kvda has quit [Quit: Textual IRC Client: www.textualapp.com]
johnny101 has quit [Ping timeout: 244 seconds]
dansho has joined #nixos
kvda has joined #nixos
___laika has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @eadwu opened pull request #65538 → polybar: 3.3.1 -> 3.4.0 → https://git.io/fjyht
<slabity> Does anyone know if there's a way to use Nix to manage libvirt vms?
mexisme has joined #nixos
<{^_^}> [nixpkgs] @eadwu opened pull request #65539 → vscode-extensions.ms-vscode.cpptools: 0.24.0 -> 0.24.1 → https://git.io/fjyhq
<{^_^}> [nixpkgs] @eadwu opened pull request #65540 → vscode-extensions.WakaTime.vscode-wakatime: 2.1.2 -> 2.2.0 → https://git.io/fjyhm
<{^_^}> [nixpkgs] @eadwu opened pull request #65541 → vscode-extensions.ms-python.python: 2019.6.22090 -> 2019.6.24221 → https://git.io/fjyhs
jluttine has joined #nixos
___laika has joined #nixos
coderobe has quit [Read error: Connection reset by peer]
hmpffff_ has joined #nixos
kp__ has quit [Quit: WeeChat 2.5]
hmpffff has quit [Ping timeout: 252 seconds]
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65518 → vlc: use wrapQtAppsHook → https://git.io/fjy5R
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjyj3
abathur has joined #nixos
Hail_Spacecake has quit [Remote host closed the connection]
Hail_Spacecake has joined #nixos
fusion809 has joined #nixos
<aria> if `inherit foo;` is the same as `foo = foo`, what's the one for `inherit (bar) foo;`?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65517 → duc: optional x11/cairo → https://git.io/fjy5Y
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjyjC
<jackdk> aria: `foo = bar.foo`, I think
<aria> where as `inherit bar.foo;` is `bar.foo = bar.foo`?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ed514325000 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<jackdk> I don't know
orivej has quit [Ping timeout: 245 seconds]
<samueldr> > let a = { x = 1; }; in let inherit a.x in null
<{^_^}> error: syntax error, unexpected '.', at (string):255:37
<samueldr> you cannot directly inherit using the "." operator
domogled has joined #nixos
<samueldr> I think the way to see it is that it "doesn't make sense" to add two identifiers separated by the dot operator to the lexical scope
MinceR_ has joined #nixos
liberiga has joined #nixos
domogled has quit [Ping timeout: 245 seconds]
MinceR has quit [Ping timeout: 258 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
virus_dave has quit [Ping timeout: 272 seconds]
<aria> samueldr: thanks!
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/15564fbb4d9 (from 20 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
sb0 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/59f3cfa4056 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
liberiga has quit [Ping timeout: 260 seconds]
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
mrCyborg has quit [Quit: The Lounge - https://thelounge.github.io]
mrCyborg has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/bf39fc17d46 (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
dl4mfo_ has quit [Remote host closed the connection]
NightTrain has quit [Ping timeout: 248 seconds]
johnny101m has joined #nixos
johnny101m2 has quit [Read error: Connection reset by peer]
johnny101m2 has joined #nixos
rsoeldner has quit [Remote host closed the connection]
johnny101m has quit [Ping timeout: 246 seconds]
Yakulu has joined #nixos
Yakulu has left #nixos ["Disconnected: Replaced by new connection"]
Yakulu has joined #nixos
mexisme has quit [Ping timeout: 264 seconds]
sb0 has quit [Quit: Leaving]
cyphase has quit [Ping timeout: 248 seconds]
vmandela has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #65478 → luaPackages.luv: 1.29.1-2 -> 1.30.0-0 → https://git.io/fjywr
<{^_^}> [nixpkgs] @teto pushed commit from @rvolosatovs to master « luaPackages.luv: 1.29.1-2 -> 1.30.0-0 »: https://git.io/fjSfR
day|flip has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @teto merged pull request #65519 → vimPlugins.gitignore-vim: init at 2014-03-16 → https://git.io/fjy5i
<{^_^}> [nixpkgs] @teto pushed commit from @Gerschtli to master « vimPlugins.gitignore-vim: init at 2014-03-16 »: https://git.io/fjSfE
mkoenig has joined #nixos
<{^_^}> [nixpkgs] @peterzky opened pull request #65543 → qt5ct: use Qt mkDerivation → https://git.io/fjSfg
mkoenig_ has quit [Ping timeout: 258 seconds]
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 245 seconds]
Mateon2 is now known as Mateon1
<___laika> i think im getting a package build failure due to long filenames in the nix store
<___laika> well, i *know* im getting errors in the build for the pyre type checker about "File name too long", and im suspicious its because of the nix store paths
palo1 has joined #nixos
MinceR_ is now known as MinceR
palo has quit [Ping timeout: 248 seconds]
palo1 is now known as palo
zupo has joined #nixos
rsoeldner has joined #nixos
rsoeldner has quit [Client Quit]
rsoeldner_ has joined #nixos
rsoeldner_ has quit [Client Quit]
rsoeldner has joined #nixos
mexisme has joined #nixos
cyphase has joined #nixos
mexisme has quit [Ping timeout: 252 seconds]
endformationage has quit [Quit: WeeChat 2.5]
<{^_^}> [nixpkgs] @Mic92 pushed commit from @arcnmx to staging « cargo: remove darwin hack »: https://git.io/fjSfj
<{^_^}> [nixpkgs] @Mic92 closed pull request #65495 → cargo: remove darwin hack → https://git.io/fjyiA
<{^_^}> [nixpkgs] @Mic92 merged pull request #65535 → aggregateModules: fix x-compilation for out-of-tree kernel modules → https://git.io/fjyNs
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSJv
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65543 → qt5ct: use Qt mkDerivation → https://git.io/fjSfg
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSJT
hyper_ch2 has joined #nixos
abathur has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65444 → desktop-file-utils: 0.23 -> 0.24 → https://git.io/fjyBn
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSJO
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65442 → libgdata: add gnome-online-accounts to propagatedBuildInputs → https://git.io/fjyBq
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjSJG
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
Drakonis has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @Mic92 merged pull request #65335 → wifi: Include CRDA regulatory database → https://git.io/fjDrY
<{^_^}> [nixpkgs] @Mic92 pushed 5 commits to master: https://git.io/fjSJn
rauno has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #65524 → gn: 20181031 -> 20190726 → https://git.io/fjydS
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSJC
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65500 → bitwig-studio: 3.0 -> 3.01 → https://git.io/fjyPM
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSJW
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65310 → dwm-status: 1.6.0 -> 1.6.2 → https://git.io/fjDn7
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSJ4
<{^_^}> [nixpkgs] @Mic92 merged pull request #63543 → fastlane: 2.107.0 -> 2.128.1 → https://git.io/fjVap
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSJz
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #65215 → buildRustPackage: by default use Rust's platforms → https://git.io/fjM2Y
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSJa
vmandela has left #nixos ["Leaving"]
<{^_^}> [nixpkgs] @Mic92 merged pull request #63759 → rls: fix darwin build → https://git.io/fjrsK
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/fjSJo
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65244 → pythonPackages.openapi-spec-validator: init at 0.2.7 → https://git.io/fjM1J
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSJK
<{^_^}> [nixpkgs] @Mic92 merged pull request #65504 → mongodb: fix build on aarch64 → https://git.io/fjyHU
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSJX
zaeph has quit [Quit: zaeph]
<Izorkin> Please check PR #63355, updated to new variant
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63355 (by Izorkin, 5 weeks ago, open): mariadb: 10.3.15 -> 10.3.16
zaeph has joined #nixos
asheshambasta has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
hyper_ch2 has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
hyper_ch2 has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
tsrt^ has quit []
hyper_ch2 has joined #nixos
abaiste^ has joined #nixos
Jackneill has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #62926 → xvfb_run: fix hash → https://git.io/fjgTy
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/fjSUZ
magnetophon has quit [Ping timeout: 258 seconds]
rauno has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #65443 → youtube-dl: 2019.07.16 -> 2019.07.27 → https://git.io/fjyBY
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjSUc
<{^_^}> [nixpkgs] @Mic92 pushed commit from @xrelkd to release-19.03 « youtube-dl: 2019.07.16 -> 2019.07.27 »: https://git.io/fjSUC
cfricke has joined #nixos
orivej has joined #nixos
xkapastel has joined #nixos
lambda-11235 has quit [Quit: Bye]
MmeQuignon has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
m0rphism has joined #nixos
Xal has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65234 → pythonPackages.diofant: init at 0.10.0 → https://git.io/fjMKs
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSUE
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63655 → sequoia-tool: init at 0.9.0 → https://git.io/fjwR3
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSUz
Xal has joined #nixos
o1lo01ol1o has joined #nixos
alex`` has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
magnetophon has joined #nixos
veske has joined #nixos
linarcx has joined #nixos
virus_dave has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65531 → openscad: not using qt5 and libsForQt5 directly → https://git.io/fjybt
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSUM
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65529 → poezio: 0.12 -> 0.12.1 → https://git.io/fjyFj
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSUD
Makaveli7 has joined #nixos
Tucky has joined #nixos
thc202 has joined #nixos
bakakuna has joined #nixos
MmeQuignon has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63658 → podman: 1.3.2 -> 1.4.4 → https://git.io/fjwRu
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSTU
hyper_ch2 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6016ec50c3f (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @lheckemann pushed 0 commits to backport-systemd-boot-configurationLimit: https://git.io/fjSTn
hyper_ch2 has quit [Remote host closed the connection]
asymptotically has joined #nixos
hyper_ch2 has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
hyper_ch2 has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #65544 → coqPackages.flocq: 3.2.0 -> 3.2.1 → https://git.io/fjSTl
o1lo01ol1o has quit [Remote host closed the connection]
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65540 → vscode-extensions.WakaTime.vscode-wakatime: 2.1.2 -> 2.2.0 → https://git.io/fjyhm
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSTE
cyphase has quit [Read error: Connection reset by peer]
Hail_Spacecake has quit [Remote host closed the connection]
Hail_Spacecake has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65539 → vscode-extensions.ms-vscode.cpptools: 0.24.0 -> 0.24.1 → https://git.io/fjyhq
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSTo
cyphase has joined #nixos
Shoubit has joined #nixos
<{^_^}> [nixpkgs] @volth opened pull request #65545 → graalvm8-ee: init at 19.1.1 → https://git.io/fjSTM
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @rvolosatovs opened pull request #65546 → kitty: 0.14.2 -> 0.14.3 → https://git.io/fjSkY
orivej has quit [Ping timeout: 246 seconds]
ottidmes has joined #nixos
johanot has joined #nixos
<ottidmes> I am getting the error: chown: invalid user: ‘www-user:www-user’, but my NixOS config has them configured correctly to exist and indeed both /etc/group and /etc/passwd have entries for it, any idea what could cause this error? The dash is just a ascii dash in all cases
<ivan> ottidmes: can you paste your chown command
<ottidmes> ivan: chown www-user:www-user foo
<ottidmes> where foo is a empty file in my home directory
<ottidmes> when I call it with just www-data: chown www-user:www-user foo, I get the following: chown: changing ownership of 'foo': Operation not permitted, while foo is owned by the user currently logged in, I just made it with `touch foo` in my home folder
<ottidmes> definitely something amiss here with user permissions
<ivan> did you mix up www-data or www-user when checking your groups file?
<ivan> ottidmes: if you just added yourself to the group, you have to log out and log back in to be able to chown something to that group, I think
__monty__ has joined #nixos
<ottidmes> ivan: I indeed did mix it up at some of my tests, still something goes wrong, let me recheck everywhere and reboot, thanks!
LysergicDreams has quit [Ping timeout: 248 seconds]
polman has quit [Ping timeout: 272 seconds]
polman has joined #nixos
<{^_^}> [nixpkgs] @domenkozar merged pull request #64486 → elm.elmPackages: Update elm-analyse and node2nix → https://git.io/fjiQ9
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/fjSkV
LysergicDreams has joined #nixos
<{^_^}> [nixpkgs] @adisbladis merged pull request #65505 → emacs-libvterm: 2019-04-28 -> 2019-07-22 → https://git.io/fjyHh
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/fjSkX
<ottidmes> ivan: thanks for the help, somehow I was blind to this typo, thanks for spotting it! (had the default user and group of nginx set to www-user while the rest assumed www-data)
magnetophon has quit [Ping timeout: 244 seconds]
<ivan> :-)
Yakulu has quit [Quit: Gateway shutdown]
<Taneb> Is it possible to use sudo in an unsandboxed nix build?
<Taneb> If I'm willing to be really insecure and let the nixbuild users run sudo passwordless
bkchr has quit [Remote host closed the connection]
NfixEstrada[m] has quit [Remote host closed the connection]
jonreeve[m] has quit [Remote host closed the connection]
amorosa1984[m] has quit [Remote host closed the connection]
eqyiel has quit [Remote host closed the connection]
apx[m] has quit [Remote host closed the connection]
freddie_freeload has quit [Remote host closed the connection]
AntonSchirg[m] has quit [Remote host closed the connection]
badmutex[m] has quit [Remote host closed the connection]
sinuxi[m] has quit [Remote host closed the connection]
tomberekn[m] has quit [Remote host closed the connection]
vxzero[m] has quit [Remote host closed the connection]
falsifian has quit [Remote host closed the connection]
pop[m]1 has quit [Remote host closed the connection]
kuznero[m] has quit [Remote host closed the connection]
momack2[m] has quit [Write error: Connection reset by peer]
Lisanna[m] has quit [Write error: Connection reset by peer]
byzoni[m] has quit [Write error: Connection reset by peer]
HappyEnt[m] has quit [Write error: Connection reset by peer]
dtz has quit [Write error: Connection reset by peer]
leons has quit [Remote host closed the connection]
spacekitteh[m] has quit [Read error: Connection reset by peer]
Florian[m] has quit [Write error: Connection reset by peer]
frederic_chopwn[ has quit [Remote host closed the connection]
macerbi[m] has quit [Write error: Connection reset by peer]
Ralith has quit [Write error: Connection reset by peer]
ejpcmac has quit [Write error: Connection reset by peer]
joepie91[m] has quit [Write error: Connection reset by peer]
nbardiuk has quit [Write error: Connection reset by peer]
ninjatrappeur[m] has quit [Read error: Connection reset by peer]
jsquared71[m] has quit [Write error: Connection reset by peer]
iceychris[m] has quit [Write error: Connection reset by peer]
KarelWDingeldey[ has quit [Write error: Connection reset by peer]
arc[m] has quit [Write error: Connection reset by peer]
vaibhavsagar has quit [Write error: Connection reset by peer]
Smith[m] has quit [Write error: Connection reset by peer]
yangm97 has quit [Write error: Connection reset by peer]
dwagenk has quit [Write error: Connection reset by peer]
makaveli[m] has quit [Remote host closed the connection]
kaychaks[m] has quit [Write error: Connection reset by peer]
gudea[m] has quit [Remote host closed the connection]
aterius has quit [Remote host closed the connection]
nh2[m] has quit [Write error: Connection reset by peer]
marius851000[m] has quit [Write error: Connection reset by peer]
blitzclone[m] has quit [Remote host closed the connection]
am3on[m] has quit [Write error: Connection reset by peer]
worldofpeace has quit [Write error: Connection reset by peer]
retrry[m] has quit [Remote host closed the connection]
fulgjon has quit [Remote host closed the connection]
submoo[m] has quit [Remote host closed the connection]
alexarice[m] has quit [Remote host closed the connection]
cgm[m] has quit [Remote host closed the connection]
grahamc[m] has quit [Remote host closed the connection]
balsoft[m] has quit [Remote host closed the connection]
fasd has quit [Remote host closed the connection]
anton-latukha[m] has quit [Remote host closed the connection]
jgosset[m] has quit [Remote host closed the connection]
jasonk000[m] has quit [Remote host closed the connection]
sputny[m] has quit [Remote host closed the connection]
Woland[m] has quit [Remote host closed the connection]
cab404[m] has quit [Remote host closed the connection]
icetan has quit [Remote host closed the connection]
frislie[m] has quit [Write error: Connection reset by peer]
clacke[m] has quit [Remote host closed the connection]
zurdo has quit [Remote host closed the connection]
ayyjayess[m] has quit [Remote host closed the connection]
hpfr[m] has quit [Read error: Connection reset by peer]
midi[m] has quit [Write error: Connection reset by peer]
roadt[m] has quit [Read error: Connection reset by peer]
kxlljoyy[m] has quit [Remote host closed the connection]
Notkea[m] has quit [Remote host closed the connection]
M0ddba11[m] has quit [Read error: Connection reset by peer]
alienpirate5 has quit [Read error: Connection reset by peer]
pinage404[m] has quit [Write error: Connection reset by peer]
Obscurity[m] has quit [Write error: Connection reset by peer]
tokudan[m] has quit [Remote host closed the connection]
sauyon[m] has quit [Read error: Connection reset by peer]
YanMinari[c][m] has quit [Read error: Connection reset by peer]
manveru[m] has quit [Read error: Connection reset by peer]
timclassic has quit [Read error: Connection reset by peer]
Brio[m] has quit [Read error: Connection reset by peer]
colemickens has quit [Read error: Connection reset by peer]
nocent has quit [Read error: Connection reset by peer]
rihardsk[m] has quit [Write error: Connection reset by peer]
otini has quit [Write error: Connection reset by peer]
Tony[m] has quit [Write error: Connection reset by peer]
simbergm has quit [Write error: Connection reset by peer]
syntaxtree[m] has quit [Remote host closed the connection]
Yakulu[m] has quit [Remote host closed the connection]
GerdFlaig[m] has quit [Remote host closed the connection]
riottest000[m] has quit [Remote host closed the connection]
peterhoeg[m] has quit [Remote host closed the connection]
ptotter[m] has quit [Write error: Connection reset by peer]
nilsirl[m] has quit [Remote host closed the connection]
EB[m] has quit [Remote host closed the connection]
TravisRt2botio[m has quit [Read error: Connection reset by peer]
infinisil-m has quit [Remote host closed the connection]
MerlinGttlinger[ has quit [Remote host closed the connection]
nyanloutre[m] has quit [Remote host closed the connection]
jasongrossman[m] has quit [Remote host closed the connection]
is0x3F has quit [Remote host closed the connection]
fgaz has quit [Remote host closed the connection]
aquarial has quit [Write error: Connection reset by peer]
bbigras has quit [Write error: Connection reset by peer]
Dandellion[m] has quit [Write error: Connection reset by peer]
bendlas has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Write error: Connection reset by peer]
derangednerd[m] has quit [Write error: Connection reset by peer]
contrun[m] has quit [Write error: Connection reset by peer]
copy` has quit [Read error: Connection reset by peer]
cornu has quit [Write error: Connection reset by peer]
smpl[m] has quit [Remote host closed the connection]
MiloIgnis[m] has quit [Remote host closed the connection]
rizary has quit [Remote host closed the connection]
pingveno[m] has quit [Remote host closed the connection]
sonercirit[m] has quit [Remote host closed the connection]
rycee has quit [Remote host closed the connection]
olejorgenb[m] has quit [Remote host closed the connection]
NickHu has quit [Remote host closed the connection]
Minijackson[m] has quit [Remote host closed the connection]
malteof[m] has quit [Remote host closed the connection]
goibhniu has quit [Remote host closed the connection]
DivanSantana[m]1 has quit [Remote host closed the connection]
regnat[m] has quit [Remote host closed the connection]
Josh[m]1 has quit [Remote host closed the connection]
bkl[m] has quit [Remote host closed the connection]
bnasty[m] has quit [Remote host closed the connection]
kjuvi[m] has quit [Remote host closed the connection]
lel[m] has quit [Remote host closed the connection]
bohan[m] has quit [Remote host closed the connection]
MichalLaskus[m] has quit [Remote host closed the connection]
Gopal[m] has quit [Remote host closed the connection]
escaP[m] has quit [Write error: Connection reset by peer]
MilkManzJourDadd has quit [Write error: Connection reset by peer]
MayeulC_backup has quit [Remote host closed the connection]
MarkOtaris has quit [Write error: Connection reset by peer]
slabity has quit [Write error: Connection reset by peer]
yoho[m]1 has quit [Read error: Connection reset by peer]
harkenedraven has quit [Read error: Connection reset by peer]
alan[m] has quit [Remote host closed the connection]
sphalerit has quit [Read error: Connection reset by peer]
ma27[m] has quit [Read error: Connection reset by peer]
SebastianHasler[ has quit [Read error: Connection reset by peer]
clefru has quit [Write error: Connection reset by peer]
flip[m] has quit [Remote host closed the connection]
das-g[m] has quit [Read error: Connection reset by peer]
abbafei[m] has quit [Read error: Connection reset by peer]
IslandUsurper has quit [Remote host closed the connection]
timokau[m] has quit [Write error: Connection reset by peer]
bb010g has quit [Write error: Connection reset by peer]
alj[m] has quit [Write error: Connection reset by peer]
rnhmjoj has quit [Write error: Connection reset by peer]
siraben has quit [Write error: Connection reset by peer]
craige[m] has quit [Read error: Connection reset by peer]
Dan[m]6 has quit [Write error: Connection reset by peer]
orospakr[m] has quit [Remote host closed the connection]
roberth has quit [Remote host closed the connection]
smolboye[m] has quit [Remote host closed the connection]
isgy[m] has quit [Remote host closed the connection]
Catalyst[m] has quit [Remote host closed the connection]
fidgetspinoza[m] has quit [Remote host closed the connection]
li_matrix has quit [Read error: Connection reset by peer]
ndarwincorn has quit [Read error: Connection reset by peer]
thequux[m] has quit [Remote host closed the connection]
bennofs[m] has quit [Read error: Connection reset by peer]
JaakkoLuttinen[m has quit [Read error: Connection reset by peer]
ArtemVorotnikov[ has quit [Read error: Connection reset by peer]
bricewge has quit [Read error: Connection reset by peer]
craigevil[m] has quit [Write error: Connection reset by peer]
hiroshi[m] has quit [Read error: Connection reset by peer]
wrunt[m] has quit [Read error: Connection reset by peer]
DanP[m] has quit [Read error: Connection reset by peer]
philipp[m] has quit [Read error: Connection reset by peer]
schmittlauch[m] has quit [Read error: Connection reset by peer]
jschievink[m] has quit [Read error: Connection reset by peer]
abbec has quit [Read error: Connection reset by peer]
EuAndreh[m] has quit [Read error: Connection reset by peer]
Noughtmare[m] has quit [Read error: Connection reset by peer]
arthur[m]2 has quit [Read error: Connection reset by peer]
bee[m]1 has quit [Remote host closed the connection]
roitme[m] has quit [Read error: Connection reset by peer]
neonfuz2 has quit [Write error: Connection reset by peer]
weebull[m] has quit [Read error: Connection reset by peer]
Thinkofname[m] has quit [Write error: Connection reset by peer]
jak[m] has quit [Write error: Connection reset by peer]
Seb[m] has quit [Remote host closed the connection]
mariusz-kowalski has quit [Write error: Connection reset by peer]
tet[m] has quit [Write error: Connection reset by peer]
codyopel has quit [Remote host closed the connection]
Deathmist[m] has quit [Write error: Connection reset by peer]
thefloweringash has quit [Remote host closed the connection]
musicmatze has quit [Write error: Connection reset by peer]
luftmensch[m] has quit [Write error: Connection reset by peer]
bachp has quit [Write error: Connection reset by peer]
jonge[m] has quit [Read error: Connection reset by peer]
zaphar_ps[m] has quit [Write error: Connection reset by peer]
domenkozar[m] has quit [Read error: Connection reset by peer]
hackeryarn[m] has quit [Write error: Connection reset by peer]
atopuzov[m] has quit [Write error: Connection reset by peer]
matthewbauer has quit [Write error: Broken pipe]
sylvie[m] has quit [Write error: Connection reset by peer]
wangoe[m] has quit [Write error: Connection reset by peer]
kimboking[m] has quit [Write error: Connection reset by peer]
wuji[m] has quit [Write error: Connection reset by peer]
attente[m] has quit [Read error: Connection reset by peer]
wak-work has quit [Write error: Connection reset by peer]
abaiste^ has quit [Max SendQ exceeded]
Vskilet has quit [Write error: Connection reset by peer]
<clever> Taneb: if you use the right path to sudo (check `which sudo` outside), yes
cfricke has quit [Ping timeout: 246 seconds]
abaiste^ has joined #nixos
abaiste^ has quit [Excess Flood]
fendor has joined #nixos
abaiste^ has joined #nixos
Yakulu has joined #nixos
irdr has quit [Remote host closed the connection]
virus_dave has quit [Ping timeout: 248 seconds]
<Taneb> clever: thanks
<fendor> are there resources on how to make a ps3 controller work on nixos?
irdr has joined #nixos
virus_dave has joined #nixos
pietranera has joined #nixos
<clever> fendor: ive used the sixaxis android app before, and i think the linux variant works somewhat similar
<clever> fendor: you need to first use a special libusb based app to pair the controller with your bluetooth addr
<fendor> I dont need bluetooth, I am totally fine with the cable
<clever> fendor: then it should function as a normal usb HID input
<fendor> lemme google that :D
<clever> fendor: just run evtest, and select the input device
<clever> ,locate bin evtest
<{^_^}> Found in packages: evtest
<clever> that should confirm that its working
orivej has joined #nixos
<fendor> it is shown in evtest
<fendor> and events are shown
<clever> fendor: in my case, i'm using an xbox 360 controller, with a usb dongle to deal with its non-standard wireless link
<fendor> but sometimes the controller disconnects
<clever> it only appears in evtest when i turn on the controller
<clever> so the dongle is dynamically creating/destroying usb devices, based on how many things are wirelessly connected
<clever> and it only works in a game, if i turn the controller on before starting the game
<clever> fendor: https://html5gamepad.com/ also "just works!" (no need to restart anything, or even refresh)
<fendor> clever, yeah that works for me as well
<fendor> i think it is working, but there are some problems with disconnects
<aveltras> i can't enter a nix-shell because there's a socket file in my project, what's the usual way to deal with this ? something like filtering source ? (never used this)
<clever> aveltras: src = lib.cleanSource ./.;
thequux[m] has joined #nixos
<fendor> but seems to work good enough when playing, thanks clever!
<aveltras> clever: i'm using the haskell developPackage function and this doesn't seem to work as easily
<aveltras> clever: it errors with
Yakulu has left #nixos ["Disconnected: Received SIGTERM"]
<clever> aveltras: not sure whats wrong there
Yakulu has joined #nixos
<clever> aveltras: what about just modifying the software to put its sockets in /tmp/ ?
Makaveli7 has quit [Quit: WeeChat 2.5]
<aveltras> clever: i'll try this, it's a postgres socket file
tomberek has quit [Ping timeout: 260 seconds]
<clever> srwxrwxrwx 1 postgres postgres 0 Jul 29 06:28 /var/run/postgresql/.s.PGSQL.5432
<clever> aveltras: my psql socket lives over here
<aveltras> clever: seems to solve the issue, had it changed while running on nixos but now on solus, the socket can be created without overriding its location
<aveltras> clever: thanks
magnetophon has joined #nixos
* clever heads off to bed
mexisme has joined #nixos
<Miyu-chan> Has anyone tried packageing this? https://github.com/atlas-engineer/next
<Miyu-chan> I'm surprised there's no package for this yet.
Makaveli7 has joined #nixos
<Miyu-chan> Oh, found this. https://github.com/atlas-engineer/next
<Miyu-chan> Eerrr
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/defa89ffaef (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<{^_^}> atlas-engineer/next#146 (by GrafBlutwurst, 34 weeks ago, open): Getting next to run under NixOS
mexisme has quit [Ping timeout: 252 seconds]
qqlq has joined #nixos
Xal has quit [Ping timeout: 272 seconds]
Xal has joined #nixos
Zer0xp has joined #nixos
orivej has quit [Ping timeout: 250 seconds]
<Zer0xp> Does anyone here know how to install the Nvidia cuda drivers for nixos ? Do we simply enable this service ? services.xmr-stak.cudaSupport = true; ?
linarcx has quit [Ping timeout: 245 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
<teto> samueldr: do you have any idea why https://github.com/NixOS/nixpkgs/issues/65399#issuecomment-515879959 fails ? I am now building your PR related to Qt hooks. I am working on a fork of wireshark and it doesn't want to start because of the Qt mismatch :'(
Acou_Bass is now known as Acou_Bass_AFK
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
virus_dave has quit [Quit: virus_dave]
bachp has joined #nixos
fgaz has joined #nixos
Ericson2314 has joined #nixos
cornu has joined #nixos
dtz has joined #nixos
bb010g has joined #nixos
copy` has joined #nixos
zurdo has joined #nixos
clacke[m] has joined #nixos
bennofs[m] has joined #nixos
Dandellion[m] has joined #nixos
attente[m] has joined #nixos
Noughtmare[m] has joined #nixos
aquarial has joined #nixos
flip[m] has joined #nixos
abbafei[m] has joined #nixos
M0ddba11[m] has joined #nixos
alj[m] has joined #nixos
bbigras has joined #nixos
domenkozar[m] has joined #nixos
escaP[m] has joined #nixos
alienpirate5 has joined #nixos
das-g[m] has joined #nixos
am3on[m] has joined #nixos
Brio[m] has joined #nixos
Minijackson[m] has joined #nixos
craige[m] has joined #nixos
tet[m] has joined #nixos
MiloIgnis[m] has joined #nixos
ndarwincorn has joined #nixos
clefru has joined #nixos
colemickens has joined #nixos
alexarice[m] has joined #nixos
Florian[m] has joined #nixos
DanP[m] has joined #nixos
atopuzov[m] has joined #nixos
is0x3F has joined #nixos
Deathmist[m] has joined #nixos
EuAndreh[m] has joined #nixos
balsoft[m] has joined #nixos
craigevil[m] has joined #nixos
cyberwolf[m] has joined #nixos
bendlas has joined #nixos
derangednerd[m] has joined #nixos
abbec has joined #nixos
alan[m] has joined #nixos
MilkManzJourDadd has joined #nixos
frederic_chopwn[ has joined #nixos
dwagenk has joined #nixos
danielrf[m] has joined #nixos
fulgjon has joined #nixos
simbergm has joined #nixos
arturo[m] has joined #nixos
falsifian has joined #nixos
leons has joined #nixos
nyanloutre[m] has joined #nixos
MerlinGttlinger[ has joined #nixos
momack2[m] has joined #nixos
ejpcmac has joined #nixos
nh2[m] has joined #nixos
kaychaks[m] has joined #nixos
olejorgenb[m] has joined #nixos
codyopel has joined #nixos
jak[m] has joined #nixos
IslandUsurper has joined #nixos
hiroshi[m] has joined #nixos
isgy[m] has joined #nixos
musicmatze has joined #nixos
nocent has joined #nixos
bricewge has joined #nixos
neonfuz2 has joined #nixos
ninjatrappeur[m] has joined #nixos
icetan has joined #nixos
malteof[m] has joined #nixos
jonge[m] has joined #nixos
macerbi[m] has joined #nixos
luftmensch[m] has joined #nixos
Thinkofname[m] has joined #nixos
jschievink[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
MarkOtaris has joined #nixos
bkl[m] has joined #nixos
kuznero[m] has joined #nixos
harkenedraven has joined #nixos
badmutex[m] has joined #nixos
corpix[m] has joined #nixos
manveru[m] has joined #nixos
jasongrossman[m] has joined #nixos
NickHu has joined #nixos
otini has joined #nixos
MayeulC_backup has joined #nixos
hackeryarn[m] has joined #nixos
li_matrix has joined #nixos
Obscurity[m] has joined #nixos
bkchr has joined #nixos
joepie91[m] has joined #nixos
AntonSchirg[m] has joined #nixos
Notkea[m] has joined #nixos
HappyEnt[m] has joined #nixos
Lisanna[m] has joined #nixos
nilsirl[m] has joined #nixos
iceychris[m] has joined #nixos
marius851000[m] has joined #nixos
ma27[m] has joined #nixos
goibhniu has joined #nixos
apx[m] has joined #nixos
matthewbauer has joined #nixos
frislie[m] has joined #nixos
hpfr[m] has joined #nixos
sphalerit has joined #nixos
infinisil-m has joined #nixos
ayyjayess[m] has joined #nixos
EB[m] has joined #nixos
cgm[m] has joined #nixos
rycee has joined #nixos
yangm97 has joined #nixos
ptotter[m] has joined #nixos
bohan[m] has joined #nixos
amorosa1984[m] has joined #nixos
aterius has joined #nixos
Ralith has joined #nixos
Vskilet has joined #nixos
timokau[m] has joined #nixos
blitzclone[m] has joined #nixos
freddie_freeload has joined #nixos
slabity has joined #nixos
vaibhavsagar has joined #nixos
wak-work has joined #nixos
philipp[m] has joined #nixos
contrun[m] has joined #nixos
Tony[m] has joined #nixos
submoo[m] has joined #nixos
weebull[m] has joined #nixos
worldofpeace has joined #nixos
bee[m]1 has joined #nixos
thefloweringash has joined #nixos
arc[m] has joined #nixos
bnasty[m] has joined #nixos
fidgetspinoza[m] has joined #nixos
roberth has joined #nixos
siraben has joined #nixos
eqyiel has joined #nixos
sylvie[m] has joined #nixos
rihardsk[m] has joined #nixos
zaphar_ps[m] has joined #nixos
roadt[m] has joined #nixos
pinage404[m] has joined #nixos
spacekitteh[m] has joined #nixos
rizary has joined #nixos
grahamc[m] has joined #nixos
TravisRt2botio[m has joined #nixos
timclassic has joined #nixos
pingveno[m] has joined #nixos
Catalyst[m] has joined #nixos
cab404[m] has joined #nixos
regnat[m] has joined #nixos
ArtemVorotnikov[ has joined #nixos
sonercirit[m] has joined #nixos
schmittlauch[m] has joined #nixos
sinuxi[m] has joined #nixos
midi[m] has joined #nixos
makaveli[m] has joined #nixos
divansantana1 has joined #nixos
Dan[m]7 has joined #nixos
yoho[m]1 has joined #nixos
anton-latukha[m] has joined #nixos
sauyon[m] has joined #nixos
Josh[m]1 has joined #nixos
wangoe[m] has joined #nixos
smpl[m] has joined #nixos
wrunt[m] has joined #nixos
Seb[m] has joined #nixos
YanMinari[c][m] has joined #nixos
haslersn[m] has joined #nixos
Smith[m] has joined #nixos
jonreeve[m] has joined #nixos
orospakr[m] has joined #nixos
jasonk000[m] has joined #nixos
lel[m] has joined #nixos
gudea[m] has joined #nixos
kimboking[m] has joined #nixos
mariusz-kowalski has joined #nixos
MichalLaskus[m] has joined #nixos
nbardiuk has joined #nixos
peterhoeg[m] has joined #nixos
pop[m]1 has joined #nixos
NfixEstrada[m] has joined #nixos
GerdFlaig[m] has joined #nixos
jsquared71[m] has joined #nixos
KarelWDingeldey[ has joined #nixos
tokudan[m] has joined #nixos
retrry[m] has joined #nixos
sputny[m] has joined #nixos
rnhmjoj has joined #nixos
kxlljoyy[m] has joined #nixos
smolboye[m] has joined #nixos
Gopal[m] has joined #nixos
Woland[m] has joined #nixos
riottest000[m] has joined #nixos
Yakulu[m] has joined #nixos
roitme[m] has joined #nixos
jgosset[m] has joined #nixos
tomberekn[m] has joined #nixos
wuji[m] has joined #nixos
syntaxtree[m] has joined #nixos
vxzero[m] has joined #nixos
fasd has joined #nixos
kjuvi[m] has joined #nixos
<Miyu-chan> yikes lol
thc202 has quit [Ping timeout: 250 seconds]
calbrecht[mb] has quit [Remote host closed the connection]
magnetophon has quit [Ping timeout: 276 seconds]
cyberwolf[m] is now known as byzoni[m]
calbrecht[mb] has joined #nixos
magnetophon has joined #nixos
<Zer0xp> Does anyone here know how to install the Nvidia cuda drivers for nixos ? Do we simply enable this service ? services.xmr-stak.cudaSupport = true; ?
fendor has quit [Remote host closed the connection]
<etu> Zer0xp: Enabling that enables something called xmr-stak, It probably doesn't enable cuda drivers for you
<ivan> Zer0xp: CUDA should work with the NVIDIA driver because the nixos stuff loads nvidia-uvm
<etu> Zer0xp: It doesn't even enable xmr-stak, it enables cudaSupport in xmr-stak regardless if you have xmr-stak enabled or not
<Zer0xp> I had found it on the options page
thc202 has joined #nixos
<Zer0xp> So you're saying that it is enabled by default ?
Ariakenom has joined #nixos
<ivan> yes. are you seeing some CUDA thing not work?
<{^_^}> [nixpkgs] @petabyteboy opened pull request #65550 → multimc: 0.6.4 -> 0.6.6 → https://git.io/fjSL3
<Zer0xp> Nothing as such, I just assumed it would be disabled by default since the GPU is always disabled when you install NixOS
<Zer0xp> Unless you enable it in configuration.nix
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<etu> Zer0xp: Have you added which gpu driver you want to use?
Yakulu has left #nixos ["Disconnected: Replaced by new connection"]
Yakulu has joined #nixos
bakakuna has quit [Remote host closed the connection]
bakakuna has joined #nixos
asheshambasta has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @peterhoeg closed pull request #64383 → kodi: 18.1 -> 18.3 → https://git.io/fjieg
zupo has joined #nixos
<oleks> How can I delete new versions from the bootloader? I upgraded, and something broke, and the fix is not available yet, but until it becomes available, I want to remove the newer versions from the bootloader..
enuiarte has joined #nixos
<Zer0xp> oleks: sudo nix-collect-garbage -d
<Zer0xp> ActuLLYthat deletes all the versions from the bootloader
<Zer0xp> Actually*
psy3497 has quit [Ping timeout: 246 seconds]
bakakuna has quit [Ping timeout: 252 seconds]
rembo10 has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @worldofpeace closed pull request #63926 → redshift-wlroots: init at 1.12 → https://git.io/fjo5c
zupo_ has joined #nixos
rembo10 has joined #nixos
Makaveli7 has quit [Ping timeout: 276 seconds]
iyzsong has joined #nixos
<oleks> Zer0xp: hmm, that does not work
<oleks> nix-collect-garbage -d deletes nothing when I'm booted in this not most-recent generation
zupo has quit [Ping timeout: 245 seconds]
psyanticy has joined #nixos
<oleks> So I have generation 77, 78, 79; 77 is the one I want to stick with until a fix becomes available, and delete genreations 78 and 79 so that I don't have to remember to switch to generation 77
<immae> oleks: you need to delete the generation, garbage collect only deletes unreachable elements of the store
<immae> (with nix-env --delete-generations)
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<oleks> immae: that doesn't modify the bootloader?
<etu> oleks: no, rule of thumb: commands that starts with the word nix (not nixos) won't touch the bootloader. Only commands that starts with the word nixos will touch the bootloader.
<immae> It only modifies links to objects in the store, making them reachable or unreachable
<etu> But doing as immae says and removing the generations will remove them from the bootloader next time the bootloader is regenerated, which happens when you run nixos-rebuld for example
<immae> you always have a /run/bootedSystem and /run/currentSystem (not sure of the exact term) that will prevent your current and booted system from getting garbage collected
<clever> `nix-collect-garbage -d` will delete all non-current generations from all profiles it has access to
<oleks> etu: I see, but I can't run rebuild either until a fix becomes available; do I have no choice but to add the fix myself? :-P
zupo has joined #nixos
<clever> if you run it without root, then it cant delete system (nixos) profiles
<immae> Ah I missed the -d flag
bakakuna has joined #nixos
linarcx has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #65466 → avocode: 3.8.1 -> 3.9.0 → https://git.io/fjyzp
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/fjSLF
haslersn[m] is now known as haslersn
Ariakenom has quit [Read error: Connection reset by peer]
<Miyu-chan> You almost always want to use the `delete older than` flag.
<clever> i prefer nix-du to find the fat things, nix-store --query --roots to find out why its rooted, and then manually removing select generations, rather then all older then X
<clever> but i agree that my method is slower and needs a better understanding of everything
<Miyu-chan> Yeah, true. nix-collect-garbage, as, well, the name implies, also deletes non-rooted stuff, which, chances are, msot people actually use a lot.
<Miyu-chan> Nixops comes into mind, along with *WithPackages.
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
niksnut has joined #nixos
Zer0xp has quit [Ping timeout: 246 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo has joined #nixos
coderobe has joined #nixos
qqlq has quit [Quit: ZNC 1.7.4 - https://znc.in]
qqlq_ has joined #nixos
mexisme has joined #nixos
zupo has quit [Ping timeout: 245 seconds]
asheshambasta has joined #nixos
oida has joined #nixos
<Miyu-chan> Stupid suggestion, but maybe remove withPackages?
veske has quit [Ping timeout: 258 seconds]
veske2 has joined #nixos
bakakuna has quit [Ping timeout: 272 seconds]
<Miyu-chan> Not until we have a normal `nix-shell` Nix 2 alternative of course.
<Miyu-chan> Hm.
mexisme has quit [Ping timeout: 250 seconds]
zupo has joined #nixos
<Miyu-chan> This is... interesting.
<Miyu-chan> if (std::regex_search(interpreter, std::regex("ruby"))) {
<Miyu-chan> // Hack for Ruby. Ruby also examines the shebang. It tries to
<Miyu-chan> Apparently, Nix, the binary, the tool, has special casing for Ruby.
<Miyu-chan> And Perl too, by the way.
<Miyu-chan> (This is for the -i flag)
<Miyu-chan> And I checked the source code for -p, and I don't get why we need `*WithPackages` now that I think about it. It just adds the packages to a buildInputs, so when you add, for example, ghc, and haskellPackages.foo, then ghc should be able to see haskellPackages.foo.
<Miyu-chan> Is it because it uses `runCommand` instead of mkDerivaton?
bakakuna has joined #nixos
zupo has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/defa89ffaef (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<Miyu-chan> [myrl@myrl:/etc/nixos/nixpkgs/pkgs/stdenv/generic]$ tail -n +1264 < setup.sh | ag buildCommand
<Miyu-chan> if [ -n "${buildCommand:-}" ]; then
<Miyu-chan> eval "$buildCommand"
<Miyu-chan> So yeah, seems to be what's happening.
<Miyu-chan> `runCommand` is just `mkDerivation { buildCommand = ...; }`
zupo has joined #nixos
hyper_ch2 has joined #nixos
nurelin[m] has joined #nixos
johanot has quit [Ping timeout: 246 seconds]
hyper_ch2 has quit [Remote host closed the connection]
linarcx has quit [Ping timeout: 245 seconds]
Yakulu has quit [Quit: Gateway shutdown]
enuiarte has quit [Ping timeout: 264 seconds]
linarcx has joined #nixos
Yakulu has joined #nixos
zupo has quit [Ping timeout: 248 seconds]
bigvalen has quit [Ping timeout: 248 seconds]
bigvalen has joined #nixos
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
cfricke has joined #nixos
<worldofpeace> umm, is bfq even built in the kernel for nixos?
<srhb> worldofpeace: zgrep -i bfq /proc/config.gz says CONFIG_BFQ_GROUP_IOSCHED=y and CONFIG_IOSCHED_BFQ=m
noudle has joined #nixos
<worldofpeace> weird, why a module?
<{^_^}> [nixpkgs] @peterhoeg reopened pull request #64383 → kodi: 18.1 -> 18.3 → https://git.io/fjieg
<gchristensen> why not?
<worldofpeace> I don't think it's a module in Arch's kernel or Ubuntu's
noudle has quit [Read error: Connection reset by peer]
<xorAxAx> grep -i bfq /boot/config-5.0.0-21-generic
<xorAxAx> CONFIG_BFQ_GROUP_IOSCHED=y
<xorAxAx> CONFIG_IOSCHED_BFQ=m
<xorAxAx> worldofpeace, it is on ubuntu
<worldofpeace> this could go on for a long time 🤣
<__monty__> Wow, BFQ sounds pretty great.
<__monty__> Almost too good to be true.
dansho has quit [Ping timeout: 272 seconds]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/239fffc90d7 (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
zupo has joined #nixos
bakakuna has quit [Remote host closed the connection]
tmaekawa has joined #nixos
bakakuna has joined #nixos
enuiarte has joined #nixos
bakakuna has quit [Client Quit]
bakakuna has joined #nixos
linarcx has quit [Quit: WeeChat 2.5]
<{^_^}> [nixpkgs] @globin merged pull request #65468 → gitaly: fix hashes → https://git.io/fjygL
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/fjSqh
srid6390803 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #65555 → lib3mf: add missing uuid dependency on Darwin → https://git.io/fjSmT
<angerman> what's the generic approach to update some nested propery in an overlay?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/cf82a58eaec (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<angerman> e.g. `lib.systems.... = { ... };`? If I just do that, I'll throw away everything that exists in that structure. E.g. `lib` will contain only `system`.
srid6390803 has joined #nixos
rauno has quit [Ping timeout: 268 seconds]
<angerman> I see nesting :(
<__monty__> Does that throw away things in lib or just things in system?
<__monty__> How about lib // { systems = { ... }; }?
Ariakenom has joined #nixos
srid6390803 has quit [Client Quit]
magnetophon has quit [Ping timeout: 248 seconds]
<angerman> Taneb: so essentially recursiveUpdate super { ... }
<Taneb> Yes
srid6390803 has joined #nixos
magnetophon has joined #nixos
<Taneb> Or lib = recursieUpdate super.lib { ... }
Shoubit has quit [Ping timeout: 244 seconds]
tmaekawa has quit [Quit: tmaekawa]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
dansho has joined #nixos
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
magnetophon has quit [Ping timeout: 268 seconds]
Makaveli has joined #nixos
mkoenig has quit [Ping timeout: 268 seconds]
Makaveli is now known as Guest70906
bakakuna has quit [Client Quit]
bakakuna has joined #nixos
Guest70906 has quit [Client Quit]
Makaveli has joined #nixos
Makaveli is now known as Guest85942
bakakuna1 has joined #nixos
veske2 has quit [Quit: This computer has gone to sleep]
bakakuna has quit [Ping timeout: 252 seconds]
bakakuna1 is now known as bakakuna
bakakuna1 has joined #nixos
ddellacosta has joined #nixos
magnetophon has joined #nixos
bakakuna has quit [Ping timeout: 246 seconds]
Shoubit has joined #nixos
amfl has quit [Ping timeout: 268 seconds]
veske2 has joined #nixos
<angerman> thanks!
veske2 has quit [Read error: Connection reset by peer]
bakakuna1 has quit [Ping timeout: 268 seconds]
veske2 has joined #nixos
fusion809_ has joined #nixos
fusion809 has quit [Ping timeout: 264 seconds]
fusion809__ has joined #nixos
amfl has joined #nixos
fusion809_ has quit [Ping timeout: 264 seconds]
o1lo01ol1o has joined #nixos
<samueldr> teto: that would happen when running a Qt 5.12.3 app that tries to load libraries for Qt 5.12.0; e.g. a running 19.03 system with Qt 5.12.3, maybe an input method or impurity from PATH
<samueldr> teto: you said you were trying with a PR, if it's #65526, it still needs to be wrapped to work
<{^_^}> https://github.com/NixOS/nixpkgs/pull/65526 (by samueldr, 17 hours ago, open): qt5*: Enforce strict compatible version paths
<samueldr> in fact, it needs it even more
mexisme has joined #nixos
chris| has quit [Ping timeout: 250 seconds]
__monty__ has quit [Ping timeout: 268 seconds]
mexisme has quit [Ping timeout: 252 seconds]
orivej has joined #nixos
srid6390803 has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
bakakuna has joined #nixos
srid6390803 has joined #nixos
srid6390803 has quit [Read error: Connection reset by peer]
__monty__ has joined #nixos
srid6390803 has joined #nixos
aw has joined #nixos
o1lo01ol1o has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65541 → vscode-extensions.ms-python.python: 2019.6.22090 -> 2019.6.24221 → https://git.io/fjyhs
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSOU
iyzsong has quit [Read error: Connection reset by peer]
iyzsong-x has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<Izorkin> Please check PR #63355, updated to new variant
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63355 (by Izorkin, 5 weeks ago, open): mariadb: 10.3.15 -> 10.3.16
o1lo01ol1o has joined #nixos
Guest85942 has quit [Quit: WeeChat 2.5]
<{^_^}> [nixpkgs] @globin merged pull request #65550 → multimc: 0.6.4 -> 0.6.6 → https://git.io/fjSL3
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/fjSOG
bergey has joined #nixos
infty has joined #nixos
<infty> Hi
magnetophon has quit [Ping timeout: 245 seconds]
nschoe has joined #nixos
johnnyfive has quit [Quit: I quit now.]
johnnyfive has joined #nixos
__monty__ has quit [Remote host closed the connection]
johnny101m2 has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
infty has quit [Quit: Lost terminal]
zupo has joined #nixos
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @fgaz opened pull request #65557 → qbe: unstable-2019-05-15 -> unstable-2019-07-11 → https://git.io/fjSO6
zupo has joined #nixos
zupo has quit [Client Quit]
Jackneill has quit [Ping timeout: 245 seconds]
fusion809__ is now known as fusion809
linarcx has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<angerman> Can I disable that allowedRequisites check somehow? setting it to null doesn't seem to work :-/
<gchristensen> setting it to null or an empty list should work. does the resulting .drv file still have it?
<angerman> Guess I'll ahve to check.
<angerman> I've split ghc into configured-src + building ghc. And now configured-src depends on a bunch of annouying hardcoded stuff.
o1lo01ol1o has joined #nixos
magnetophon has joined #nixos
<angerman> gchristensen: looks like I might need disallowedReferences = null as well
willghatch has quit [Ping timeout: 272 seconds]
linarcx has quit [Ping timeout: 248 seconds]
Jackneill has joined #nixos
linarcx has joined #nixos
infty has joined #nixos
<angerman> looks like setting that doens't work. Great.
infty has quit [Quit: Lost terminal]
iyzsong-x has quit [Ping timeout: 252 seconds]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/defa89ffaef (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
o1lo01ol1o has quit [Remote host closed the connection]
enuiarte has quit [Ping timeout: 264 seconds]
magnetophon has quit [Ping timeout: 245 seconds]
<angerman> Ohh... I had `strictDeps` in there. Ouch.
ee1943 has joined #nixos
cfricke has quit [Quit: WeeChat 2.5]
rsoeldner has quit [Remote host closed the connection]
npmccallum has joined #nixos
<{^_^}> [nixpkgs] @matthias-t opened pull request #65558 → Vim plugins for the lean theorem prover → https://git.io/fjS3D
<angerman> gchristensen: any idea how to make https://gist.github.com/angerman/2fa83049359f0079695c69678b20ccd9 work as an overlay?
<angerman> it falls apart as soon as you try to pass in the `crossSystem`
endformationage has joined #nixos
o1lo01ol1o has joined #nixos
magnetophon has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
linarcx has quit [Ping timeout: 272 seconds]
linarcx has joined #nixos
<aveltras> did anyone encounter abnormally long login times with gnome3 + gdm on a stock nixos install ?
linarcx has quit [Ping timeout: 268 seconds]
linarcx has joined #nixos
<teto> samueldr: your pr fixed it. I wonder if all the Qt trouble is an inherent flow in Qt or sthg else. I mean aborting because some plugins are out of date seems extreme
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
Ariakenom has quit [Quit: Leaving]
avn has joined #nixos
zupo has joined #nixos
johnny101 has joined #nixos
johnny101m has joined #nixos
<slabity> Anyone have a method of managing virtual machines with Nix? Like libvirt machines?
<Taneb> slabity: can you use nixops for that?
<slabity> Taneb: NixOps is more for managing NixOS machines. I'm thinking of something that manages generic VMs
<Taneb> Ah, I see
<slabity> Unless NixOps can do that?
<Taneb> No, not really
<Taneb> Well, it can manage NixOS VMs
<Taneb> I don't know a way to manage not-NixOS VMs, but that doesn't mean there aren't any
<maralorn> aveltras: I am pretty sure that problem came up in the last days here.
shibboleth has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ab824030388 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<aveltras> maralorn: ye, I already asked yesterday :)
<slabity> I was more curious if someone else had a solution before I try implementing my own.
gspia has quit [Read error: Connection reset by peer]
<slabity> On a slightly-unrelated note, is there a way to create an XML file using Nix? Like a single-file derivation?
<samueldr> teto: a chunk of the issue lies in Qt's lap
<samueldr> the way nixpkgs handles (handled) Qt is only exacerbating the issue
<maralorn> aveltras: Ah, uh. nevermind, then.
<Taneb> But I don't know of a more specific-to-XML thing
gspia has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #65559 → obs: wrap QT application to fix xcb plugin abort → https://git.io/fjSGZ
<slabity> Taneb: Thanks, that should be good enough to hack something together
<exarkun> can I generate more outputs in checkPhase?
<Taneb> slabity: ah,t here's also "builtins.toXML"
<gchristensen> but it doesn't really create anything you actually want
<{^_^}> [nixpkgs] @thefloweringash opened pull request #65560 → fluentd: 1.4.2 -> 1.6.2 → https://git.io/fjSGC
Tucky has quit [Ping timeout: 245 seconds]
risson has quit [Quit: Pouet. WeeChat 2.4]
chris| has joined #nixos
risson has joined #nixos
erasmas has joined #nixos
<niso> manveru: on 2019.05.28 you asked if there is something like environment.systemPackages for arion, by chance you figured out an answer to that question?
veske2 has quit [Ping timeout: 268 seconds]
<manveru> damn logs :P
zupo has joined #nixos
<manveru> and no, haven't really looked into it since
<niso> well, thanks to the logs i realized that i'm not the only one facing this problem :P
<niso> manveru: alright, thanks!
o1lo01ol1o has joined #nixos
leons has quit [Quit: issued !quit command]
lambda-11235 has joined #nixos
linarcx has quit [Ping timeout: 248 seconds]
lambda-11235 has quit [Client Quit]
chris| has quit [Ping timeout: 264 seconds]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
linarcx has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
enteee has joined #nixos
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « google-compute-engine-oslogin: 1.4.3 -> 1.5.3 »: https://git.io/fjSGF
<enteee> does somebody have experience running binaries built with pyinstaller?
linarcx has quit [Quit: WeeChat 2.5]
linarcx has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
ericsagnes has quit [Ping timeout: 250 seconds]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
chris| has joined #nixos
<slabity> I don't suppose there's a way to generate a UUID in Nix from a seed, is there?
<Aleksejs> Hello, I still have a problem with mdns domains. I googled alot but nothing helps. Local domains don't work at all now
<manveru> slabity: what do you need it for?
<Aleksejs> at the moment I have avahi enabled, avahi.publish.enabled = true. I disabled cups, just in case, but nothing helps
<{^_^}> [nixpkgs] @globin merged pull request #65546 → kitty: 0.14.2 -> 0.14.3 → https://git.io/fjSkY
<{^_^}> [nixpkgs] @globin pushed 4 commits to master: https://git.io/fjSZm
<Aleksejs> domain is published and is visible from other devices but it's invisible from the same pc I have avahi enabled
<slabity> manveru: I need to have a text file written with the UUID inside of it, but I'd prefer to generate it from a string rather than randomly
<{^_^}> [nixpkgs] @globin merged pull request #65499 → teamspeak_client: 3.1.10 -> 3.3.0 → https://git.io/fjyPO
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/fjSZO
<slabity> Though it looks like I may have found our how to do so on the wiki
xkapastel has joined #nixos
<manveru> hm ok
<Aleksejs> when I check the status of avahi service I see this: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
fendor has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shibboleth has quit [Quit: shibboleth]
<etu> ,locate bin pactl
<{^_^}> Found in packages: pulseaudioFull, pulseaudioLight
linarcx has quit [Quit: WeeChat 2.5]
<etu> ,locate bin xprintidle
<{^_^}> Found in packages: xprintidle-ng
chris| has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 245 seconds]
linarcx has joined #nixos
o1lo01ol1o has joined #nixos
orivej has joined #nixos
linarcx has quit [Client Quit]
fendor has quit [Remote host closed the connection]
mexisme has joined #nixos
fendor has joined #nixos
__monty__ has joined #nixos
lovesegfault has joined #nixos
linarcx has joined #nixos
mexisme has quit [Ping timeout: 246 seconds]
Soo_Slow has joined #nixos
roconnor has joined #nixos
<roconnor> Anyone else having trouble running 'zoom-us' lately?
fendor_ has joined #nixos
orivej has quit [Ping timeout: 248 seconds]
judson has joined #nixos
Thra11 has joined #nixos
chris| has joined #nixos
fendor has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @nyanloutre opened pull request #65561 → kde_applications: 19.04.1 -> 19.04.3; kdeFrameworks: 5.58 -> 5.60; plasma-5: 5.15.5 -> 5.16.3 → https://git.io/fjSZp
mkoenig has joined #nixos
dansho has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @peti pushed 10 commits to haskell-updates: https://git.io/fjSnk
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/fjSnI
<mbrgm> hey! I have an issue getting xbacklight to work on a thinkpad T480 running nixos 19.03. any guidance how to debug this?
<{^_^}> [cabal2nix] @peti pushed 0 commits to t/rename-gdk-pixbuf: https://git.io/fjSnY
<{^_^}> [cabal2nix] @peti pushed 0 commits to master: https://git.io/fjSnO
Makaveli has joined #nixos
Makaveli is now known as Guest28351
kiwi_68 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjSnZ
kiwi_68 has quit [Remote host closed the connection]
Guest28351 has quit [Client Quit]
roconnor has quit [Read error: Connection reset by peer]
<niso> mbrgm: what does the following command return: cat /sys/class/backlight/*/brightness
o1lo01ol1o has quit [Remote host closed the connection]
roconnor has joined #nixos
bitmapper has joined #nixos
<dminuoso> mbrgm: Which graphics card are you using and what driver?
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #65555 → lib3mf: add missing uuid dependency on Darwin → https://git.io/fjSmT
<{^_^}> [nixpkgs] @veprbl pushed commit from @thefloweringash to master « lib3mf: add missing uuid dependency on Darwin (#65555) »: https://git.io/fjSnl
<pie_> how do I get the drv of an attribute over CLI?
Drakonis has joined #nixos
<pie_> I dont want to build it just inspect it with nix show-derivation
<pie_> I tried `nix eval -f ../default.nix thing` but...wait a minute
* pie_ checks error again
asymptotically has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<pie_> yeah I guess nix eval is probably the right thing but I'm not sure how to get the attribute
<pie_> I get error: overrideDerivation not yet supported for functors
<arianvp> How can I make a gcroot on the target I nix-copy to
<arianvp> In an atomic way?
<Baughn> I don't think you can, at least not without playing with filesystem snapshots.
<Baughn> Why does it need to be atomic?
ddellacosta has joined #nixos
chris| has quit [Ping timeout: 252 seconds]
webster23_ has joined #nixos
domogled has joined #nixos
ambro718 has joined #nixos
oida has quit [Ping timeout: 260 seconds]
travelion6 is now known as travelion
___laika has quit [Ping timeout: 246 seconds]
bitmapper has quit [Remote host closed the connection]
clever has quit [Ping timeout: 246 seconds]
wildtrees has joined #nixos
<dminuoso> ⌜programs.ssh.startAgent = true;⌝ in my configuration nix, but no ssh agent is running. Any thoughts?
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos
amf has joined #nixos
bitmapper has joined #nixos
oida has joined #nixos
linarcx has quit [Quit: WeeChat 2.5]
linarcx has joined #nixos
wildtrees has quit [Remote host closed the connection]
<Izorkin> dminuoso: ssh-add ~/.ssh/my_key ?
linarcx has quit [Client Quit]
wildtrees has joined #nixos
<dminuoso> Izorkin: Ohh wait, I think I can see what went wrong. I somehow assumed some actual process like ssh-agent to be running.
<dminuoso> Izorkin: Apparently it wasnt until I ran ssh-add.
<infinisil> pie_: nix-instantiate makes derivations
<infinisil> So e.g. `nix-instantiate '<nixpkgs>' -A hello` will get you the hello .drv
<Baughn> dminuoso: I'd have expected the same, tbh. Socket activation?
asheshambasta has quit [Ping timeout: 250 seconds]
<Izorkin> Please check PR #63355, updated to new variant
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63355 (by Izorkin, 6 weeks ago, open): mariadb: 10.3.15 -> 10.3.16
<dminuoso> Baughn: Seems that way, the socket exists after boot.
<pie_> infinisil: ah
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
tokudan has quit [Quit: ZNC 1.7.3 - https://znc.in]
___laika has joined #nixos
tokudan has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
lovesegfault has quit [Quit: WeeChat 2.5]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
zupo has joined #nixos
o1lo01ol1o has joined #nixos
bitmapper has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
acarrico has quit [Ping timeout: 272 seconds]
ris has joined #nixos
<tilpner> arianvp: You can root store paths before they exist
Jackneill has quit [Remote host closed the connection]
<arianvp> Ah smart
<arianvp> How do I know the store path before building?
<arianvp> Nix-instantiate?
ambro718 has quit [Quit: Konversation terminated!]
<tilpner> If you use nix copy, presumably you already know what you want to copy
<tilpner> But I didn't really consider why you're asking this question
<tilpner> What race are you worried about?
<arianvp> Oh yeh wait that's true
<risson> How can I get the list of the attributes names after an mkMerge ?
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
<kalbasit> extending on what risson said: `cfg = mkMerge [ { foo = 1; } { bar = 2; } ]` in a let statement, how can we get the `cfg = { foo = 1; bar = 2; }` within the same let statement?
<infinisil> kalbasit: risson: What's your goal with that?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<infinisil> Looks like an X-Y-problem
<risson> I want to merge modulesConfig in the set I'm using it in
<mbrgm> niso, dminuoso: https://paste.f2o.io/bJq3gvjw
bakakuna has quit [Read error: Connection reset by peer]
bitmapper has joined #nixos
bakakuna has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.4]
bitmapper has quit [Read error: Connection reset by peer]
<mbrgm> it's the intel hd graphics 620 that comes with the Tx80 series (8th gen i7)
<exarkun> if a library in nixpkgs doesn't offer a static version then I just have to go write my own expression to do whatever is necessary to get a static version of that library built, I guess?
ilikeheaps has joined #nixos
<mbrgm> setting the brightness in sysfs works, `sudo light` does too, but xbacklight doesn't... nor does the configuration from https://nixos.wiki/wiki/Backlight#Key_mapping
<infinisil> risson: You can access the merged value through `builtins.attrNames config` or so
<infinisil> from the `config` argument at the top
<risson> infinisil: yes, but that'll also give me "bar/default", "module/bar" and "settings", which I don't want
<risson> except if it doesn't
<infinisil> Then your abstraction is probably wrong, what's special about those?
<risson> They don't belong in the list of modules that I'm trying to build, whereas everything in modulesConfig does
<infinisil> How about separating the ones that do and the ones that don't into separate options?
fusion809 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl merged pull request #63738 → vlang: init at 0.1.16 → https://git.io/fjrTC
<{^_^}> [nixpkgs] @veprbl pushed commit from @Chiiruno to master « vlang: init at 0.1.16 (#63738) »: https://git.io/fjSCT
lord| has quit [Ping timeout: 246 seconds]
<risson> infinisil: that should be done in the module I'm using upstream
chloekek has joined #nixos
<risson> Which is why I created the variable `modulesConfig`, so they would be seperated, so I could use them at the same time as merging them
<infinisil> Yeah the module system doesn't really work like that
<infinisil> risson: You can still declare your own option
ottidmes has quit [Ping timeout: 272 seconds]
<risson> Yes, I could do that
<risson> Or I could just remove the attributes that don't belong when doing `builtins.attrNames config`
shibboleth has joined #nixos
Chiliparrot has joined #nixos
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #65565 → tgt: Install systemd tgtd.service → https://git.io/fjSC3
magnetophon has quit [Ping timeout: 268 seconds]
Shoubit has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
zupo has joined #nixos
chris| has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/72e547e2ad7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @vcunat pushed 64 commits to staging-19.03: https://git.io/fjSCW
orivej has joined #nixos
<infinisil> I guess..
zupo has quit [Client Quit]
lord| has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #65380 → lib/types: change merge strategy for `str`, `int`, `float`, `path` and `enum` → https://git.io/fjDpM
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/fjSC0
<arianvp> How do I use nix-shell with buuldGoModule?
<arianvp> I get error: read-only filesystem
noudle has joined #nixos
bakakuna has quit [Read error: Connection reset by peer]
bakakuna has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #65560 → fluentd: 1.4.2 -> 1.6.2 → https://git.io/fjSGC
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/fjSC2
<{^_^}> arianvp: Please expand your question to include more information, this will help us help you :)
<arianvp> Then if I build with nix-buuld it works fine
<arianvp> nix-shell; go build
<arianvp> Breaks
<arianvp> Oh I need to pushm one sec
<symphorien> it probably tries to install to $out
chris| has quit [Ping timeout: 272 seconds]
wfranzini has quit [Remote host closed the connection]
fendor__ has joined #nixos
wfranzini has joined #nixos
<arianvp> go is trying to call mkdir inside /nix/store for each dependency
<arianvp> for some reason
fendor_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @rasendubi opened pull request #65566 → syncthing: create default group if not overridden → https://git.io/fjSWk
noudle has quit []
day|flip has joined #nixos
<arianvp> Ok so now I replaced the shell.nix with this: https://github.com/arianvp/nomad-systemd-driver/blob/master/shell.nix
<arianvp> but even then `go build` doesn't work
<arianvp> though it does work when I do nix-shell -p go
o1lo01ol1o has quit [Remote host closed the connection]
fendor__ is now known as fendor
bakakuna has quit [Ping timeout: 245 seconds]
enuiarte has joined #nixos
o1lo01ol1o has joined #nixos
devalot has left #nixos ["ERC (IRC client for Emacs 26.1)"]
magnetophon has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
chris| has joined #nixos
<Miyu-chan> What does `internal` mean, operationally?
<Miyu-chan> w.r.t. mkOption.
<arianvp> That it won't show up in the docs
<Miyu-chan> Ah. So it's fine to use it on another module, right?
<Miyu-chan> deployment.keys.*.path is marked internal.
o1lo01ol1o has quit [Remote host closed the connection]
psyanticy has quit [Quit: Connection closed for inactivity]
wildtrees has quit [Remote host closed the connection]
<bohan[m]> nice pullover over there
<{^_^}> [nixpkgs] @globin pushed 429 commits to openssl-1.1: https://git.io/fjSWa
<{^_^}> [nixpkgs] @globin pushed 35 commits to openssl-1.1: https://git.io/fjSWV
<Miyu-chan> arianvp: What's wrong with using the current default.nix?
<arianvp> Nix-shell doesn't work
<Miyu-chan> So both default.nix and shell.nix don't work for nix-shell?
enuiarte has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @veprbl closed pull request #61235 → vscode-extension ms-python.python: 2018.12.1 -> 2019.4.12954 → https://git.io/fjCan
<arianvp> Yep
<arianvp> Neither work
slyfox has quit [Quit: :)]
slyfox has joined #nixos
<{^_^}> [nixpkgs] @karolchmist opened pull request #65567 → devilutionx: init at 0.5.0-SNAPSHOT → https://git.io/fjSWb
bakakuna has joined #nixos
<{^_^}> [nixpkgs] @bjpbakker closed pull request #65525 → firejail: allow wrapping .desktop applications → https://git.io/fjydh
fendor_ has joined #nixos
fendor has quit [Ping timeout: 268 seconds]
damesca has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #65568 → gpxsee: 7.9 -> 7.11 → https://git.io/fjSl3
<{^_^}> [nixpkgs] @globin pushed to openssl-1.1 « libtorrent: remove released patch »: https://git.io/fjSlZ
<damesca> Apologies if this isn't a good place to ask for help. Trying to install NixOS 19.03 on my home server, HP Proliant gen8. After install, it seems to ignore the disk when booting. Does anyone happen to know why? Have tried adding the `hpsa` kernel module as touched on in the docs. (Slightly more detail: https://www.reddit.com/r/NixOS/comments/cjgcih/
<damesca> installing_on_hp_proliant_gen8/)
<slabity> damesca: Is it not detecting the disk at all? Can you see it in /dev/disk?
<damesca> Yes - I can see it there, see the config/etc, reinstall onto it. But it never seems to get detected for booting from
<infinisil> damesca: (Your link is split into 2 messages)
ayerhart has quit [Remote host closed the connection]
<gchristensen> not having clicked through, I wonder about EFI vs. MBR style boots
<damesca> I followed the instructions for MBR; proliant gen8 apparently doesn't support UEFI
is_null has quit [Ping timeout: 244 seconds]
<gchristensen> damesca: sometimes when having trouble with NixOS on new hardware, I'll install ubuntu or centos and look at the loaded kernelmodules to see what I might be missing
<samueldr> damesca: the usb installer works, right?
<slabity> damesca: Does the bootloader work? Or does it literally just go to bios?
<samueldr> `dmesg | grep -i efi` on the installer should confirm whether it booted in EFI or MBR mode
<samueldr> I would be surprised if Gen8 doesn't support EFI booting, considering it's relatively recent
<Miyu-chan> Okay, I never gave this much thought before. But does `default =` get overridden or merged by definitions?
<infinisil> damesca: You could try enabling `hardware.enableAllFirmware`
<infinisil> Miyu-chan: `default = <value>` in an options definition is the same as adding a definition of `mkOptionDefault <value>`
o1lo01ol1o has joined #nixos
<samueldr> oh, looks like it's right, UEFI support apparently started on Gen9
<Miyu-chan> Ah. And mkOptionDefault is just a low priority, right?
<infinisil> Miyu-chan: Which means if you add any other normal definition, all defaults get cleared
<infinisil> Yea
<damesca> samueldr: yep, the usb installer works fine (seems to!)
xkapastel has quit [Quit: Connection closed for inactivity]
<damesca> slabity: uh I think it works. It tries to boot from hard drive, usb, cd etc. It boots the USB installer fine. But after using nixos-install to put it on the hdd, and removing the USB, it just fails to boot whatsoever.
<tazjin> I've open-sourced Nixery now: https://github.com/google/nixery
<samueldr> damesca: do you have your configuration.nix handy to share, to have a peek?
<samueldr> tazjin: now post this too on the discourse!
<samueldr> tazjin++
<{^_^}> tazjin's karma got increased to 5
<slabity> damesca: "Fails to boot whatsoever" is confusing. Without knowing what is actually working it's difficult to debug
<qyliss> tazjin++
<{^_^}> tazjin's karma got increased to 6
o1lo01ol1o has quit [Ping timeout: 248 seconds]
<samueldr> damesca: "fails to boot" is vague, I think too, it could be "there's no bootloader installed" or "the kernel starts but fails at XYZ"
<tazjin> samueldr: I will, but probably tomorrow - want to write a longer announcement post and fill in the issues with details
<samueldr> tazjin: great :D
<slabity> Google is using Nix now???
<Miyu-chan> How do I CI a Nixops configuration? My problem is specifically with `nixops create` being stateful.
<{^_^}> [nixpkgs] @globin pushed to openssl-1.1 « radsecproxy: 1.6.9 -> 1.8.0 »: https://git.io/fjSlw
<Miyu-chan> Seems like this one's actually an interesting way. `nixops modify || nixops create` https://github.com/binarin/nixos-config/blob/master/.gitlab-ci.yml#L36
yuken has quit [Ping timeout: 258 seconds]
<damesca> samueldr: http://snippi.com/s/yp6zrdh
Hail_Spacecake has quit [Remote host closed the connection]
<damesca> It's pretty basic config - only just added the allFirmware/unfreePackages bits per suggestion above. Haven't added anything complicated
Hail_Spacecake has joined #nixos
<samueldr> at a glance the options for grub seem right
<samueldr> so I guess it depends what "fails to boot" means
bakakuna has quit [Ping timeout: 244 seconds]
MmeQuignon has joined #nixos
<damesca> I'm sorry for vague language. Unfortunately I don't know what exactly isn't working and/or enough to pin it down more. When I set boot order to hard drive, USB, with the nixos usb installer and the installed-upon disk in situ, it boots straight from the USB. If I swap the disk out with another one running ubuntu, it does boot ubuntu correctly rathe
<damesca> r than the usb.
<damesca> So I would guess it either doesn't think the disk is bootable, or can't find grub? But again - I'm a little beyond my comfort zone here
<slabity> What happens if you boot without the USB?
o1lo01ol1o has joined #nixos
<damesca> It tries to boot from hard drive, then usb, then network. Then cycles back and repeats that process seemingly ad infinitum
<slabity> Okay, that definitely sounds like it can't find the bootloader
<{^_^}> [nixpkgs] @globin pushed to openssl-1.1 « realpine: remove »: https://git.io/fjSly
<slabity> Unfortunately I don't know enough about MBR booting to help.
<damesca> Bummer. Thanks for spending time though - and you've given me a good idea for a direction to look in, so I'll keep digging.
<kraem> damesca: did you set the boot flag while making the partition?
<kraem> (long time ago i used MBR, just throwing out a guess here)
wildtrees has joined #nixos
fendor_ has quit [Remote host closed the connection]
<damesca> kraem: no, apparently I didn't ... just trying that now. /facepalm
fendor_ has joined #nixos
<damesca> Yep. Needed to set the boot flag. Thanks/Sorry all. :)
<kraem> :)
fendor_ has quit [Remote host closed the connection]
bakakuna has joined #nixos
owickstrom has joined #nixos
fendor_ has joined #nixos
Drakonis has quit [Ping timeout: 248 seconds]
hmpffff_ has quit [Quit: nchrrrr…]
srid6390803 has quit [Quit: The Lounge - https://thelounge.chat]
MmeQuignon has quit [Quit: WeeChat 2.4]
srid6390803 has joined #nixos
Drakonis has joined #nixos
<{^_^}> nix#2805 (by nomeata, 11 weeks ago, open): Installing nix: Fatal error: glibc detected an invalid stdio handle
<Miyu-chan> Anyone else encountered this?
<Miyu-chan> Seems to be a thing w.r.t. Nix + Docker
Jackneill has joined #nixos
shibboleth has quit [Quit: shibboleth]
o1lo01ol1o has quit [Remote host closed the connection]
damesca has quit [Remote host closed the connection]
ottidmes has joined #nixos
<{^_^}> [nixpkgs] @herrwiese opened pull request #65570 → pythonPackages.python-vipaccess: init at 0.10.3 → https://git.io/fjS8T
<{^_^}> [nixpkgs] @jonringer opened pull request #65571 → libsForQt5.fcitx-qt5: fix build → https://git.io/fjS8k
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #nixos
Drakonis has quit [Read error: Connection reset by peer]
nschoe has quit [Ping timeout: 276 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @globin pushed to openssl-1.1 « vfdecrypt: remove »: https://git.io/fjS83
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
bakakuna has quit [Ping timeout: 258 seconds]
<wildtrees> was there a major nixos stable update recently?
fendor_ has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @AluisioASG opened pull request #65572 → aerc: 0.1.4 -> 0.2.1; add ncurses to PATH → https://git.io/fjS8u
<infinisil> wildtrees: NixOS stable also receives updates, usually only important ones though, and ideally not ones that cause huge downloads
<averell> depends on what's major or recent, but staging-19.03 was merged a week ago
bergey has quit [Ping timeout: 268 seconds]
Jackneill has quit [Remote host closed the connection]
<gchristensen> there isn't a lot of concern around causing large update downloads, only concern around how logically large the change is
mexisme has joined #nixos
anon has joined #nixos
<{^_^}> [nixpkgs] @tadfisher opened pull request #65573 → zoom-us: use wrapQtAppsHook → https://git.io/fjS8o
Drakonis has joined #nixos
anon is now known as Guest53019
is_null has joined #nixos
yuken has joined #nixos
<{^_^}> [nixpkgs] @eadwu opened pull request #65574 → epubcheck: 4.2.1 -> 4.2.2 → https://git.io/fjS8P
<{^_^}> [nixpkgs] @eadwu opened pull request #65575 → nvidia_x11: 2019-07-29 → https://git.io/fjS81
hmpffff has joined #nixos
ng0 has joined #nixos
m0rphism has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
lambda-11235 has joined #nixos
o1lo01ol1o has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
Thra11 has quit [Quit: WeeChat 2.5]
<{^_^}> [nixpkgs] @vitaliy-zinchenko opened pull request #65576 → libelf: change url → https://git.io/fjS8d
is_null has quit [Ping timeout: 272 seconds]
wildtrees has quit [Remote host closed the connection]
is_null has joined #nixos
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #65577 → libblockdev: 2.20 -> 2.22 → https://git.io/fjS8N
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #65578 → udisks: 2.8.2 -> 2.8.4 → https://git.io/fjS8A
Acou_Bass_AFK is now known as Acou_Bass
<{^_^}> [nixpkgs] @tadfisher opened pull request #65579 → plata-theme: 0.8.7 -> 0.8.8 → https://git.io/fjS8x
is_null has quit [Ping timeout: 244 seconds]
___laika has quit [Quit: WeeChat 2.4]
___laika has joined #nixos
___laika has quit [Client Quit]
<ottidmes> I am getting ImportError: No module named talloc, while running samba. I do see talloc in de buildInputs, not sure if that includes access to the python module for it, any idea how to fix this?
___laika has joined #nixos
is_null has joined #nixos
<arianvp> oh n
<arianvp> steam is broken on stable. all the packages disappeared from steam's servers
<arianvp> :(
chloekek has quit [Quit: WeeChat 2.4]
<slabity> arianvp: I highly recommend using steam from master, as you'd want to stay as upstream as possible.
<arianvp> stuff disappearing underneath our feet is bad though
Guest53019 has quit [Quit: WeeChat 2.4]
<slabity> There's a script on nixpkgs that updates the servers I think
__monty__ has quit [Quit: leaving]
is_null has quit [Ping timeout: 268 seconds]
acarrico has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 4 commits to openssl-1.1: https://git.io/fjS4l
erasmas has quit [Quit: leaving]
<kraem> how com virtualbox is rebuilt every other upgrade for me? is it because the kernel is updated and it needs to rebuilt against the new kernel?
lambda-11235 has quit [Ping timeout: 246 seconds]
thc202 has quit [Ping timeout: 250 seconds]
npmccallum has quit [Quit: npmccallum]
clever has joined #nixos
clever has joined #nixos
<{^_^}> [nixpkgs] @globin pushed to openssl-1.1 « perlPackages.AuthenModAuthPubTkt: fix build »: https://git.io/fjS42
webster23_ has quit [Ping timeout: 264 seconds]
ericsagnes has joined #nixos
lambda-11235 has joined #nixos
dansho has joined #nixos
lambda-11235 has quit [Client Quit]
fendor_ has joined #nixos
is_null has joined #nixos
<samueldr> kraem: if you have enabled the unfree bits, yes definitely
<samueldr> if you haven't, I'm not sure
<kalbasit> I'm getting an error trying to build a Docker image with `runAsRoot` which requires a VM to build: `qemu-system-x86_64: Could not reopen file: No such file or directory`
<kalbasit> has anyone seen this before?
<clever> kalbasit: i try to avoid runAsRoot whenever possible, its a fairly expensive (cpu wise) step
* clever finds example...
is_null has quit [Ping timeout: 246 seconds]
fendor_ has quit [Ping timeout: 268 seconds]
<clever> kalbasit: if you create a file at $out/etc/passwd, and install it into the docker image, you can get nearly identical effects
<kraem> samueldr: i have. that makes sense now when you're saying it, because the cache doesn't provide unfree packages?
<NemesisD> is there any way to configure nix caches within a project rather than a global project file. in the spirit of nix, i'd like my projects to be turn-key to build and not have to ask the user to make modifications to system files
<samueldr> kraem: exactly that
<clever> NemesisD: the problem is that the user has to trust the cache to not provide trojan'd copies of the storepaths...
<clever> NemesisD: requiring root is what ensures that the admin of the box trusts things, and its not some random user doing whatever they want
<kalbasit> clever: effectively skipping the entire impure stuff? I like that, thank you!
Drakonis has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @steshaw opened pull request #65581 → PULL_REQUEST_TEMPLATE: Add "Notify maintainers" section → https://git.io/fjS4x
<clever> kalbasit: main problem i ran into, is that /etc/shadow must not be world readable, so i have to chown it when the container boots (if i want sudo to work)
<NemesisD> clever: so none of the package hashing stuff handles that? i sort of thought that nix had to know the hash it was asking for before talking to the cache. i guess you're saying though if the project both can ask for a certain derivation and provide it, it can do bad things. is there no workaround though? this is for a work project so i can put forth a bit more trust in what i'm doing
<clever> kalbasit: line 73 deals with that, in the default startup path
<clever> NemesisD: $out's hash is computed from the directions on how to build $out
<clever> NemesisD: but nothing enforces a builder actually obeying those directions
<clever> NemesisD: so a malicious build slave (or cache) can serve up a variant of that path, with changes done to it
<NemesisD> itd be cool if nix could prompt for trust of a cache or something then. i guess that's still not okay with multi-user setups though
<clever> yeah
<clever> if you set yourself as a trusted user, then you can bypass those entirely
<clever> NemesisD: nix.trustedUsers
<clever> NemesisD: if your in that list, then you can use `--option substituters "a b c"` and `--option trusted-public-keys "a b c"` to change things
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65573 → zoom-us: use wrapQtAppsHook → https://git.io/fjS8o
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjS4j
<clever> NemesisD: if your not trusted, then you can modify only substituters, and your restricted by the systems trusted-substituters + trusted-public-keys
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65538 → polybar: 3.3.1 -> 3.4.0 → https://git.io/fjyht
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjSBv
<clever> NemesisD: trusted-substituters is a whitelist of what the system will allow non-trusted users to use, and substituters is what is actually in effect
<NemesisD> clever: how does it work on single-user mode? and is there a way to push that option into the actual expression file for the sake of source control? i could technically work with the `--option` part by putting it in my nix-shell script but its a little easier to accidentally stray from the cache that way
<clever> NemesisD: if the user running nix has +w to /nix/store, then they are a trusted user, and can directly mess with substituters and trusted-public-keys
dansho has quit [Ping timeout: 268 seconds]
owickstrom has quit [Quit: Connection closed for inactivity]
<NemesisD> i think i should probably give up on this. seems like the only consistent way to tell me coworkers to use the cache regardless of how they use nix is to tell them to edit the file
alex`` has quit [Ping timeout: 245 seconds]
Soo_Slow has quit [Remote host closed the connection]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<kalbasit> clever: I'm trying to build an Nginx image as per the example. AFAIK I don't need sudo access it's just for making nginx work. I'm giving it a shot
o1lo01ol1o has quit [Ping timeout: 258 seconds]
Church- has joined #nixos
<clever> kalbasit: in my case, i wanted to run postgres, and it used sudo to drop root, which fails hard if shadow is readable
domogled has quit [Quit: domogled]
<clever> kalbasit: and postgres refused to run as root, for "security reasons"
<{^_^}> [nixpkgs] @WilliButz opened pull request #65582 → prometheus-mail-exporter: init at 2019-07-14, add module and test → https://git.io/fjSBI
<{^_^}> [nixpkgs] @globin merged pull request #60429 → codimd: 1.2.0 -> 1.4.0, repackage with yarn2nix → https://git.io/fjGMd
<kalbasit> I hope I won't run into the same issue then 🤞
<{^_^}> [nixpkgs] @globin pushed 3 commits to master: https://git.io/fjSBL
<Church-> So question, what's the workflow for deleting a program I added declaratively via systemPackages?
<clever> Church-: just remove it from systemPackages
<clever> Church-: it will be GC'd later on when you clean things up
<Church-> Yeah fair enough, guess I was over thinking that. :P
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<clever> kalbasit: this runs nginx, oauth2_proxy, grafana, prometheus, and postgresql, all in a single docker image
<clever> kalbasit: and its reusing all of the nixos service definitions
<kalbasit> Nice!
<kalbasit> In my case, I'm building a Docker image intended to run on k8s
<Church-> Secondary question, after fixing up my install yesterday steam errored out and I tried reinstall. Now getting this error https://paste.rs/AUe after install this override steam "(steam.override { extraPkgs = pkgs: [ mono gtk3 gtk3-x11 libgdiplus zlib ]; nativeOnly = true; }) " in system packages.
<Church-> Ugh, forgetting words again. Always fun.
<clever> Church-: i always get permission errors like that when i start steam, it still works
<Church-> Huh, not working for me.
ntropix has joined #nixos
<Church-> Guess maybe uninstall, garbage collect and reinstall maybe
<clever> Church-: that wont help any
<Church-> Sigh, didn't think so
<clever> Church-: nix will recreate the same paths
<Church-> Is there a debug option I can hit on the command?
<Church-> STEAM_DEBUG=1 or something?
<Church-> Wait, no
<Church-> That's stupid
<clever> Church-: is it not opening a window? is it exiting with an error code?
<Church-> Not opening a window, exit code 0
<clever> Church-: does it do that every time? steam ; echo $?
<Church-> Checking, but I believe so
<Church-> Yep
<samueldr> namei -l /home/noah/.local/share/Steam/bootstrap.tar.xz # shared over a pastebin maybe
<samueldr> in case there's a symlink in there that is dangling
<Church-> namei? I
<Church-> I'm assuming "ls -lh"
<samueldr> namei
drk_lrd_877_ has quit [Ping timeout: 250 seconds]
<Church-> Huh, kk
<clever> [root@system76:~]# type namei
<clever> namei is /run/current-system/sw/bin/namei
<clever> ive never heard of that before...
<clever> but it has a man page
<samueldr> >> namei interprets its arguments as pathnames to any type of Unix file (symlinks, files and so forth). namei then follows each pathname until an endpoint is found (a file, a directory, a device node, etc). If it finds a symbolic link, it shows the link, and starts following it, indenting the output to show the context.
<samueldr> it's neat in showing all the modes to a file
<clever> neat
<Church-> Oh that's nifty
<Church-> I can totally use that at work
<samueldr> okay, so all real dirs (AFAIK) and there's a file there
<samueldr> (though not -l !)
<Church-> Woops lol
<Church-> Sec
<samueldr> I'm thinking maybe it's a bootstrap that was copied over from the store, and is read-only, thus can't be cp'd over
<samueldr> there shouldn't be any harm in moving it elsewhere (e.g. the trash)
<samueldr> (namei is just so good)
cantstanya has quit [Ping timeout: 260 seconds]
<Church-> So incidentally, already tried rm'ing it and rerunning, just regens that ro only bootstrap
<clever> thats normal for for steam
<Church-> Gotcha
cantstanya has joined #nixos
<samueldr> hm, maybe `cp: cannot create regular file .../bootstrap.tar.xz` is a red herring?
<samueldr> been a while since I used steam on nixos :/
<Church-> Hmm
ntropix has left #nixos [#nixos]
<Church-> I feel like this is a red herring.
<clever> Church-: https://gist.github.com/cleverca22/a76524700197e6a40f8e1a90d4fe251b is what my steam does when i run it
<clever> it opened a login page and is now asking for a pw
<Church-> Yeah it also says the runtime has been disabled by user which is odd.
ottidmes has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @globin merged pull request #65565 → tgt: Install systemd tgtd.service → https://git.io/fjSC3
<{^_^}> [nixpkgs] @globin pushed commit from @JohnAZoidberg to master « tgt: Install systemd tgtd.service (#65565) »: https://git.io/fjSBR
drk_lrd_877_ has joined #nixos
lambda-11235 has joined #nixos
dansho has joined #nixos
Ariakenom has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « google-compute-engine-oslogin: update /bin/bash substitution »: https://git.io/fjSB2
o1lo01ol1o has joined #nixos
ddellacosta has quit [Ping timeout: 258 seconds]
srid6390803 is now known as srid
srid has joined #nixos
srid has quit [Changing host]
<Church-> Hmm question what does no common commits mean?
<___laika> i _think_ i only have one more package that might be negatively impacted by my nixpkgs patch, but i cant tell because i ALSO can't successfully build it on my macbook from nixpkgs upstream
<Church-> Getting that running nixos-rebuild, have gotten it with either just a nixos channel set to 19.03 or with a nixos channel and a nixpkgs channel
<___laika> anyone familiar with the pyre package? both its ocaml test suite and its python test suite fail to run for me, the former with "filename too long" errors and the latter just by hanging indefinitely in the middle of tests
<___laika> it looks like the build wasn't expected to run on darwin maybe?
mbrgm has quit [Ping timeout: 252 seconds]
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
o1lo01ol1o has quit [Ping timeout: 268 seconds]
Diagon has joined #nixos
<Church-> Hmm think I'm missing opengl libs somehow...
<Church-> Yeah just an odd feeling I'm missing something. https://paste.rs/j9H