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
<codedmart> On arch I arch use a key combo to switch tty's, but yeah
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63390 → python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0 → https://git.io/fja9y
Lears has joined #nixos
ericsagnes has quit [Ping timeout: 244 seconds]
[Leary] has quit [Ping timeout: 245 seconds]
jgt1 has joined #nixos
nD5Xjz has quit [Ping timeout: 258 seconds]
nDuff has joined #nixos
<monokrome> So, I tried to switch to grub and now I get an error that I need to set GRUB_ENABLE_CRYPTODISK=y
<monokrome> I've had this before but forgot the solution and it's not very Google-able :D
nD5Xjz has joined #nixos
<colemickens> boot.enableCryptodisk option
<colemickens> `rg GRUB_ENABLE_CRYPTODISK ~/code/nixpkgs`
<monokrome> just
<monokrome> boot.enableCryptodisk = true;
<monokrome> ?
<colemickens> nixos-option boot.loader.grub.enableCryptodisk
jgt1 has quit [Ping timeout: 248 seconds]
o1lo01ol1o has joined #nixos
<monokrome> hoooray
<monokrome> It spit out a help page from efibootmgr
<monokrome> but seems to have made progress? lol
<colemickens> wow
<monokrome> well that didnt work
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<monokrome> "option requires an argument: -d"
day|flip has quit [Remote host closed the connection]
day|flip has joined #nixos
o1lo01ol1o has joined #nixos
clacke_movim has joined #nixos
lunik1 has joined #nixos
ericsagnes has joined #nixos
LandShark1488 has quit [Quit: Leaving]
ris has quit [Ping timeout: 260 seconds]
<monokrome> if i set the device to something other than "nodev" I get progress
<monokrome> but, like, a new error
<monokrome> since not right
<monokrome> oh well i guess i wont encrypt boot
<monokrome> gotta figure out safeboot instead
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
thc202 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjaHJ
mkoenig has quit [Ping timeout: 244 seconds]
<colemickens> monokrome: do you have "boot.initrd.luks.devices" defined appropriately?
mkoenig has joined #nixos
<monokrome> yeah
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63391 → python37Packages.rasterio: 1.0.23 -> 1.0.24 → https://git.io/fjaHq
nDuff has quit [Quit: zzz]
<{^_^}> [nixpkgs] @ivan opened pull request #63392 → nixos/cassandra: use cassandra's default cluster name "Test Cluster" → https://git.io/fjaHs
<{^_^}> [nixpkgs] @jtojnar opened pull request #63393 → ffado: prevent build tools from leaking into closure → https://git.io/fjaHZ
jasongrossman has quit [Ping timeout: 246 seconds]
kvda has joined #nixos
adamantium has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
endformationage has joined #nixos
jgt1 has joined #nixos
psy3497 has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #63394 → Bump devpi server → https://git.io/fjaH8
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63395 → python37Packages.sasmodels: 0.99 -> 1.0.0 → https://git.io/fjaH4
nDuff has joined #nixos
jgt1 has quit [Ping timeout: 248 seconds]
<aanderse> samueldr: mediawiki service is ready, let me know if you need a full example
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63396 → python37Packages.rubymarshal: 1.0.3 -> 1.2.6 → https://git.io/fjaHz
hio has quit [Quit: Connection closed for inactivity]
mexisme_ has joined #nixos
Rusty1 has joined #nixos
vmandela has joined #nixos
mexisme_ has quit [Ping timeout: 245 seconds]
n0qqe has joined #nixos
zacts has joined #nixos
lfish has quit [Quit: Page closed]
o1lo01ol1o has joined #nixos
noqqe has quit [Ping timeout: 268 seconds]
n0qqe is now known as noqqe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63397 → python37Packages.smart_open: 1.8.3 -> 1.8.4 → https://git.io/fjaH9
o1lo01ol1o has quit [Ping timeout: 246 seconds]
toppler has quit [Ping timeout: 248 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #63398 → sqlite: disable parallel building → https://git.io/fjaH5
<codedmart> monokrome: Sorry what is the problem? You have an ecrypted root or boot?
amf has joined #nixos
<codedmart> colemickens: I have a lot of work to do to try and get sway setup. Just an intial start nothing is scaled at all. Oddly I got back to where gnome and xmonad work other then the cursor until I start lxappearance. Then the cursor is as it should be.
<codedmart> Still not sure why :|.
<amf> the manual (in the texlive section) says to use `texlive.combine { ... }`, however, i don't understand where that goes. in configuration.nix?
<colemickens> Did you apply the fix I keep linking?
<colemickens> Sway does not try to guess a scale factor, no.
<colemickens> But "sway output * scale 2" should get you going.
mexisme_ has joined #nixos
<codedmart> No but that fix is what caused my gnome session to be wrong. Took me a minute to figure that out.
<{^_^}> [nixpkgs] @dtzWill merged pull request #63249 → spleen: 1.0.4 -> 1.0.5 → https://git.io/fjalx
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fjaHb
toppler has joined #nixos
<colemickens> Well all it does is make your gtk3 ini settings effective so I'd suggest taking a closer look at what you have configured in there.
<colemickens> Those are all in my dotfiles btw too. I had a big update I hadn't pushed initially.
<codedmart> Probably did something wrong for sure. Have tried so many things at this point.
jasongrossman has joined #nixos
<codedmart> I am planning on digging up my old i3 config to try with sway soon.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63399 → python37Packages.sphinxcontrib_plantuml: 0.15 -> 0.16.1 → https://git.io/fjaHp
jgt1 has joined #nixos
Notkea[m] has joined #nixos
Synthetica has quit [Quit: Connection closed for inactivity]
acarrico has joined #nixos
jgt1 has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @dtzWill merged pull request #63023 → txr: 216 -> 217 → https://git.io/fjgQa
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fjaQJ
<{^_^}> [nixpkgs] @dtzWill merged pull request #63017 → skype: 8.46.0.60 -> 8.47.0.59 → https://git.io/fjgQl
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fjaQT
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
acarrico has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63400 → python37Packages.srsly: 0.0.5 -> 0.0.7 → https://git.io/fjaQI
justanotheruser has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63401 → python37Packages.stripe: 2.29.3 -> 2.29.4 → https://git.io/fjaQs
adamantium has joined #nixos
adamantium has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63402 → python37Packages.twilio: 6.27.1 -> 6.28.0 → https://git.io/fjaQu
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
<jonreeve[m]> I'm having this weird issue where, when I wake my laptop up from suspend, I seem to have been logged out.
<jonreeve[m]> That is, I'm presented with the login screen again, and when I log in, none of my running apps are still running.
<jonreeve[m]> (This is on GNOME and unstable)
<jonreeve[m]> Any ideas what might cause this?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63403 → python37Packages.trustme: 0.5.1 -> 0.5.2 → https://git.io/fjaQ2
kvda has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
ym555 has quit [Quit: leaving...]
jgt1 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
jgt1 has quit [Ping timeout: 248 seconds]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
Matthieu_ has quit [Ping timeout: 268 seconds]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63404 → python37Packages.xcffib: 0.8.0 -> 0.8.1 → https://git.io/fjaQy
orivej has quit [Ping timeout: 258 seconds]
sb0 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63405 → python37Packages.yattag: 1.11.1 -> 1.11.2 → https://git.io/fjaQS
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63406 → python37Packages.zeroconf: 0.22.0 -> 0.23.0 → https://git.io/fjaQH
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
stepcut has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63407 → python37Packages.zodbpickle: 1.0.3 -> 1.0.4 → https://git.io/fjaQQ
<{^_^}> [nixpkgs] @marsam opened pull request #63408 → gitAndTools.hub: 2.11.2 -> 2.12.0 → https://git.io/fjaQ7
stepcut has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63175 → pythonPackages.pydocumentdb: init at 2.3.3 → https://git.io/fjaJ0
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQ5
<{^_^}> [nixpkgs] @marsam merged pull request #63176 → pythonPackages.azure-cosmos: init at 3.1.0 → https://git.io/fjaJa
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQd
<{^_^}> [nixpkgs] @jbedo opened pull request #63409 → singularity: 3.0.1 -> 3.2.1 → https://git.io/fjaQF
stepcut has quit [Ping timeout: 272 seconds]
sb0 has quit [Quit: Leaving]
ddellacosta has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #63399 → python37Packages.sphinxcontrib_plantuml: 0.15 -> 0.16.1 → https://git.io/fjaHp
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQb
justanotheruser has joined #nixos
orivej has joined #nixos
dansho has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63382 → python37Packages.Nuitka: 0.6.3.1 -> 0.6.4 → https://git.io/fjayb
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQN
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQA
<{^_^}> [nixpkgs] @marsam merged pull request #63144 → timescaledb: disable telemetry → https://git.io/fj2dv
<{^_^}> [nixpkgs] @marsam merged pull request #63368 → python37Packages.html5-parser: 0.4.6 -> 0.4.7 → https://git.io/fja1v
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaQh
jgt1 has joined #nixos
alex`` has quit [Ping timeout: 258 seconds]
lovesegfault has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jgt1 has quit [Ping timeout: 252 seconds]
vmandela has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @marsam merged pull request #63402 → python37Packages.twilio: 6.27.1 -> 6.28.0 → https://git.io/fjaQu
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7T
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63410 → qownnotes: 19.5.7 -> 19.6.1 → https://git.io/fja7k
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7I
<{^_^}> [nixpkgs] @marsam merged pull request #63401 → python37Packages.stripe: 2.29.3 -> 2.29.4 → https://git.io/fjaQs
domogled has joined #nixos
lovesegfault has quit [Quit: WeeChat 2.5]
adamantium has joined #nixos
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63403 → python37Packages.trustme: 0.5.1 -> 0.5.2 → https://git.io/fjaQ2
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7q
<{^_^}> [nixpkgs] @marsam merged pull request #63389 → python37Packages.pymc3: 3.6 -> 3.7 → https://git.io/fja9g
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7m
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63411 → qtractor: 0.9.7 -> 0.9.8 → https://git.io/fja7Y
<{^_^}> [nixpkgs] @marsam merged pull request #63342 → python37Packages.apprise: 0.7.7 -> 0.7.8 → https://git.io/fjaK5
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja73
drakonis has joined #nixos
domogled has quit [Quit: domogled]
justanotheruser has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
kvda has joined #nixos
o1lo01ol1o has joined #nixos
vmandela has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
fusion809 has joined #nixos
jgt1 has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
jgt1 has quit [Ping timeout: 258 seconds]
xelxebar has quit [Ping timeout: 256 seconds]
xelxebar has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63248 → folly: 2019.05.27.00 -> 2019.06.10.00 → https://git.io/fjalb
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja74
dckc-ho has quit [Read error: Connection reset by peer]
Rusty1 has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @marsam merged pull request #63380 → python37Packages.micawber: 0.4.0 -> 0.4.1 → https://git.io/fjayE
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7g
o1lo01ol1o has joined #nixos
orivej has joined #nixos
o1lo01ol1o has quit [Ping timeout: 268 seconds]
m0rphism has joined #nixos
orivej has quit [Ping timeout: 245 seconds]
toppler has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #63227 → buck: 2019.05.22.01 -> 2019.06.11.01 → https://git.io/fjaZh
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7w
orivej has joined #nixos
rtjure has joined #nixos
toppler has joined #nixos
lovesegfault has quit [Quit: WeeChat 2.5]
veske has joined #nixos
jgt1 has joined #nixos
veske has quit [Client Quit]
veske has joined #nixos
mexisme_ has quit [Ping timeout: 245 seconds]
veske has quit [Client Quit]
jgt1 has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #63385 → python37Packages.plotly: 3.9.0 -> 3.10.0 → https://git.io/fjaS6
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja75
v0d1ch has joined #nixos
nimblepoultry has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63219 → cargo-make: 0.19.5 -> 0.20.0 → https://git.io/fja3g
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7F
scott has joined #nixos
tazjin has joined #nixos
metalrain has joined #nixos
mpickering has joined #nixos
mikky has joined #nixos
dongcarl has joined #nixos
hexo has joined #nixos
victorbjelkholm has joined #nixos
eri has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63255 → gauche: 0.9.7 -> 0.9.8 → https://git.io/fja8P
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fja7A
cjpbirkbeck has quit [Quit: Quitting now.]
endformationage has quit [Ping timeout: 248 seconds]
palo1 has joined #nixos
reinhardt has joined #nixos
jasongrossman has quit [Ping timeout: 245 seconds]
palo has quit [Ping timeout: 272 seconds]
palo1 is now known as palo
kvaster has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #63412 → ocamlPackages.merlin: 3.3.0 -> 3.3.1 → https://git.io/fja7j
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos
tommyangelo has joined #nixos
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @etu opened pull request #63413 → gitea: 1.8.2 -> 1.8.3 → https://git.io/fja5I
hyper_ch2 has joined #nixos
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @etu opened pull request #63414 → [19.03] gitea: 1.8.2 -> 1.8.3 → https://git.io/fja5m
orivej has quit [Ping timeout: 258 seconds]
zupo has joined #nixos
{^_^} has quit [Read error: Connection reset by peer]
{^_^} has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
adamanti` has joined #nixos
linarcx has joined #nixos
adamantium has quit [Read error: Connection reset by peer]
jgt1 has joined #nixos
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
jgt1 has quit [Ping timeout: 248 seconds]
kvaster has quit [Read error: Connection reset by peer]
kvaster_ has joined #nixos
<{^_^}> [nixpkgs] @talkara opened pull request #63415 → pythonPackages.robotframework-sshlibrary: init at 3.3.0 → https://git.io/fja5R
nuh^ has joined #nixos
<tommyangelo> what does "the unique option systemd.services.myservice.serviceConfig.ExecStartPre is defined multiple times" actually mean? It's only defined once afaik
fuzzy_id has joined #nixos
<fuzzy_id> is there a tool to zip together all dependencies of a derivation?
<fuzzy_id> yeah, that looks good!
<etu> Don't know how well it works, cause I haven't tried it :)
<jackdk> this will put them all into a dir, and presumably you can copy in the other direction also: nix-build '<nixpkgs>' -A hello && nix copy --to file://hello ./result
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63416 → rosegarden: 18.12 -> 19.06 → https://git.io/fja5r
Anton-Latukha has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63417 → rssguard: 3.5.7 -> 3.5.9 → https://git.io/fja59
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63418 → s3backer: 1.5.0 -> 1.5.1 → https://git.io/fja5p
callahad3 has joined #nixos
nekolyanich has joined #nixos
kvaster_ has quit [Ping timeout: 258 seconds]
kvaster_ has joined #nixos
<nekolyanich> Hi all. How to enable bluetooth battery status in /sys/class/power_supply/ on nixos? On all over systems it works by default.
<noqqe> Hi all - i enabled system.autoUpgrade.enable but i dont see any timers using systemctl list-timers - anyone else with this proiblem?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63419 → samplv1: 0.9.7 -> 0.9.8 → https://git.io/fjadJ
<clever> noqqe: it will take effect after a reboot
Makaveli7 has joined #nixos
veske has joined #nixos
kvaster_ has quit [Ping timeout: 245 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tucky has joined #nixos
jasongrossman has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #63333 → fswatch: Enable FSEvents API on Darwin → https://git.io/fjar4
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/fjadl
<{^_^}> [nixpkgs] @vbgl merged pull request #63058 → coqPackages.{bignums, coqprime}: enable for Coq 8.10 → https://git.io/fj2YO
<{^_^}> [nixpkgs] @vbgl pushed 2 commits to master: https://git.io/fjad0
<noqqe> clever: will check!
<{^_^}> [nixpkgs] @lambdaloop opened pull request #63420 → mullvad: init at 2019.5 → https://git.io/fjadz
noqqe has quit [Quit: WeeChat 2.4]
civodul has joined #nixos
zupo has joined #nixos
johanot has joined #nixos
jasongrossman has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 139 commits to staging-next: https://git.io/fjado
freeman42x has quit [Ping timeout: 258 seconds]
<{^_^}> [nix] @edolstra pushed 6 commits to app-improvements: https://git.io/fjad6
jtojnar has joined #nixos
<{^_^}> [nix] @edolstra opened pull request #2951 → App / check improvements → https://git.io/fjadP
<{^_^}> [nixpkgs] @jtojnar merged pull request #63316 → doc: Clean up programlisting & screen → https://git.io/fjag5
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to master: https://git.io/fjadX
goibhniu1 has joined #nixos
kvaster_ has joined #nixos
pie__ has quit [Ping timeout: 258 seconds]
fuzzy_id has quit [Ping timeout: 248 seconds]
<NYXT> Is it possible to use services.* from the unstable channel? I'm setting up Plex and overriding the unstable channel's package to use the Plex Pass version. That package has changed a bunch since 19.03 and the services.plex.enable is creating a unit file that is incorrect. Ideally I'd like only the services.plex options to be sourced from the unstable channel.
veske has quit [Ping timeout: 245 seconds]
<clever> NYXT: you want to use disabledModules to remove the current plex module, and then use imports to add in the new one
veske has joined #nixos
<NYXT> Thanks! That's just what I was looking for.
ThatDocsLady has joined #nixos
Shoubit has joined #nixos
day|flip has quit [Remote host closed the connection]
asheshambasta_m has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch opened pull request #63421 → conda: Add LIBARCHIVE → https://git.io/fjaFl
kvaster_ has quit [Ping timeout: 258 seconds]
toppler has quit [Ping timeout: 248 seconds]
thc202 has joined #nixos
balsoft[m] has joined #nixos
xqsl has joined #nixos
xqsl has quit [Client Quit]
drakonis has quit [Remote host closed the connection]
cyris212 has quit [Ping timeout: 248 seconds]
xqsl has joined #nixos
toppler has joined #nixos
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos
civodul has quit [Ping timeout: 248 seconds]
hmpffff has joined #nixos
grumble has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63422 → sdcc: 3.8.0 -> 3.9.0 → https://git.io/fjaF7
alp has joined #nixos
Anton-Latukha has quit [Ping timeout: 248 seconds]
__monty__ has joined #nixos
sigmundv has joined #nixos
davidtwco has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed to master « pythonPackages.poetry: 0.12.10 -> 0.12.16 »: https://git.io/fjabv
<{^_^}> [nixpkgs] @FRidh pushed 20 commits to staging-next: https://git.io/fjabf
jfroche has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #62996 → Skaware 2019-06 → https://git.io/fjgMN
<{^_^}> [nixpkgs] @Profpatsch pushed 2 commits to master: https://git.io/fjabU
vidbina has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to python-unstable « python: scikit-learn: 0.20.3 -> 0.21.2 »: https://git.io/fjabT
jasongrossman has joined #nixos
asheshambasta_m has quit [Quit: Leaving.]
pie__ has joined #nixos
nuh^ has quit []
veske has quit [Quit: This computer has gone to sleep]
kaliumxyz has joined #nixos
tsrt^ has joined #nixos
gratto has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #63149 → Staging next → https://git.io/fj2bW
<{^_^}> [nixpkgs] @FRidh pushed 137 commits to master: https://git.io/fjabZ
inquisitiv3 has quit [Quit: Leaving]
jgt1 has joined #nixos
jasongrossman has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @FRidh pushed 160 commits to staging: https://git.io/fjabn
vidbina has quit [Read error: Connection reset by peer]
adamanti` has quit [Ping timeout: 248 seconds]
vidbina has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 29 commits to python-unstable: https://git.io/fjabl
<{^_^}> [nixpkgs] @FRidh merged pull request #63169 → Python unstable → https://git.io/fjavr
<{^_^}> [nixpkgs] @FRidh pushed 29 commits to staging: https://git.io/fjab8
jgt1 has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @dywedir merged pull request #63286 → gpxsee: 7.8 -> 7.9 → https://git.io/fjaRV
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fjabB
jgt1 has joined #nixos
ubert has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed commit from @mmahut to staging « bluez: CVE-2018-10910 »: https://git.io/fjab0
<{^_^}> [nixpkgs] @FRidh merged pull request #63357 → bluez: CVE-2018-10910 → https://git.io/fjaPx
<{^_^}> [nixpkgs] @FRidh merged pull request #63311 → networkmanager: 1.18.0 -> 1.18.1 → https://git.io/fjauV
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « networkmanager: 1.18.0 -> 1.18.1 »: https://git.io/fjabE
<{^_^}> [nixpkgs] @FRidh merged pull request #63294 → libgit2: remove 0.26, default to 0.27 → https://git.io/fja0W
<{^_^}> [nixpkgs] @FRidh pushed commit from @fpletz to staging « libgit2: remove 0.26, default to 0.27 »: https://git.io/fjabu
<{^_^}> [nixpkgs] @FRidh merged pull request #63281 → libmicrohttpd: 0.9.63 -> 0.9.64 → https://git.io/fjaRI
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « libmicrohttpd: 0.9.63 -> 0.9.64 »: https://git.io/fjabz
jgt1 is now known as jgt
hellrazor has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #63059 → coreutils: Skip inotify dir-recreate test → https://git.io/fj2Y8
<{^_^}> [nixpkgs] @FRidh pushed commit from @saschagrunert to staging « coreutils: Skip inotify dir-recreate test »: https://git.io/fjaba
<{^_^}> [nixpkgs] @FRidh merged pull request #62490 → openconnect: 8.02 -> 8.03 → https://git.io/fjEzL
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to staging « openconnect: 8.02 -> 8.03 »: https://git.io/fjabV
kaliumxyz has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #63261 → gpodder: 3.10.8 -> 3.10.9 → https://git.io/fja4q
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjabw
vidbina has quit [Ping timeout: 272 seconds]
<Unode> Hi everyone, when working with older nixpkgs versions (often not that old) I frequently run into the curse of broken links, non existing URLs and non-matching hashes. These are all upstream issues and non-trivial problems but is there anything I can do that would help me address this issue?
<Unode> For instance, with R bioconductor packages it's currently very hard to have a working commit if building from source.
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
asheshambasta_m has joined #nixos
kaliumxyz has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 51 commits to staging-next: https://git.io/fjab5
<{^_^}> [nixpkgs] @FRidh opened pull request #63423 → Staging next → https://git.io/fjabd
ajirx has joined #nixos
ajirx has quit [Remote host closed the connection]
troydm has quit [Ping timeout: 268 seconds]
gratto has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #63393 → ffado: prevent build tools from leaking into closure → https://git.io/fjaHZ
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to master: https://git.io/fjaNJ
ajirx has joined #nixos
fendor_ has quit [Remote host closed the connection]
fendor has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @dywedir merged pull request #63264 → hcxtools: 5.1.4 -> 5.1.6 → https://git.io/fja46
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fjaNt
kaliumxyz has quit [Ping timeout: 245 seconds]
veske has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #63376 → sage: fix threejs integration [19.03] → https://git.io/fjaD0
<{^_^}> [nixpkgs] @timokau pushed to release-19.03 « sage: fix threejs integration (#63376) »: https://git.io/fjaNZ
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #63375 → sage: fix threejs integration → https://git.io/fjaDO
<{^_^}> [nixpkgs] @timokau pushed to master « sage: fix threejs integration (#63375) »: https://git.io/fjaNn
gratto has quit [Ping timeout: 245 seconds]
gratto has joined #nixos
vidbina has quit [Ping timeout: 248 seconds]
kaliumxyz has joined #nixos
vidbina has joined #nixos
veske2 has joined #nixos
veske has quit [Ping timeout: 248 seconds]
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
Matthieu_ has joined #nixos
ThatDocsLady has quit [Remote host closed the connection]
ThatDocsLady has joined #nixos
vidbina has quit [Ping timeout: 248 seconds]
meck has quit [Quit: WeeChat 2.5]
meck has joined #nixos
troydm has joined #nixos
Yakulu has joined #nixos
Yakulu has left #nixos [#nixos]
ThatDocsLady_ has joined #nixos
ThatDocsLady has quit [Ping timeout: 252 seconds]
civodul has joined #nixos
boogiewoogie has joined #nixos
ericsagnes has quit [Ping timeout: 250 seconds]
asheshambasta_m has quit [Quit: Leaving.]
psyanticy has joined #nixos
justbeingglad has joined #nixos
justbeingglad has left #nixos [#nixos]
karetsu has joined #nixos
tobiasBora has joined #nixos
<tobiasBora> Hello,
<karetsu> hi
<tobiasBora> I don't know why, but since my last update, every time I run "nixos-rebuild switch", I'm disconnected from the internet (I'm using NetworkManager networking.networkmanager.enable = true;), and I need to disconnect/reconnect to make it work
<karetsu> is that not the correct behaviour - I thought nixos-rebuild restarts services?
<tobiasBora> karetsu: well for sure before the update is was not the case. So it looks like a regression for me
<karetsu> damn
<tobiasBora> if services are restarted, they should also reconnect I guess after the restart
<karetsu> can't help personally sorry, I'm wired
<tobiasBora> karetsu: me too
<tobiasBora> but I wanted to enable network manager to be able to connect to various vpn's
ericsagnes has joined #nixos
<jtojnar> for me, it reconnects when nixos-rebuild switch restarts it
fendor has joined #nixos
<karetsu> have you got the previous to roll back to in order to see what changed?
<etu> There's an issue about this
<{^_^}> #61949 (by talyz, 3 weeks ago, open): networkmanager: Add rc-manager option
<etu> It wipes the nameserver options in resolv.conf
<etu> tobiasBora, karetsu, jtojnar ^
<karetsu> etu: damn, ty
kaliumxyz has quit [Ping timeout: 245 seconds]
<karetsu> trying to get i3 set up, but I'm getting "no built-in support for X" where X is internal/pulseaudio and internal/i3 - what have I done wrong? Is this the i3blocks path thing in the wiki?
tboston has quit [Quit: ZNC 1.7.3 - https://znc.in]
davidak has quit [Quit: Leaving]
gchristensen has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63408 → gitAndTools.hub: 2.11.2 -> 2.12.0 → https://git.io/fjaQ7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAf
<{^_^}> [nixpkgs] @marsam merged pull request #63332 → terraform_0_12: 0.12.1 -> 0.12.2 → https://git.io/fjarf
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAJ
veske2 has quit [Quit: This computer has gone to sleep]
[Leary] has joined #nixos
<manveru> karetsu: yo, i think i got something for you
<manveru> ah, nevermind, it's for polybar :}
<etu> oh man
Lears has quit [Ping timeout: 244 seconds]
<etu> I just think I realized why my kodi system sometimes can't access some data. Must be this same issue :D
<etu> But I rebooted since last update so will check in a day or so if it *is* that same issue
<{^_^}> [nixpkgs] @marsam merged pull request #63418 → s3backer: 1.5.0 -> 1.5.1 → https://git.io/fja5p
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAs
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63405 → python37Packages.yattag: 1.11.1 -> 1.11.2 → https://git.io/fjaQS
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAC
<karetsu> manveru: sorry yes, I meant i3+polybar, its the polybar modules that are complaining
<karetsu> trying to do 10000 things at once so I'm being too quick trying to explain
<boogiewoogie> hey, when in a nix-shell, how can I find the store path of a specific derivation in its environment?
<johanot> boogiewoogie: readlink -f $(which <binary>) ?
<karetsu> manveru++
<{^_^}> manveru's karma got increased to 15
<{^_^}> [nixpkgs] @vcunat pushed to master « treewide: fixup evaluation of updater scripts »: https://git.io/fjaAz
<karetsu> manveru: if I have a ~/.config/nixpkgs/overlays/foo.nix how would I then include these in the build for that? I'm too new to nix >_<
<karetsu> would it just be an include?
<Miyu-saki> Oh RIP. Apparently, somewhere along the way I accidentally made it so that my ystem have 2 versions of NVidia drivers. collision between `/nix/store/iasanmxvvykshj7c1xpsfl4rxk6vvshb-nvidia-x11-390.116-4.19.48-bin/bin/nvidia-debugdump' and `/nix/store/8i8s0k05jkb59wn2ai6bbsz1sxq5a0g9-nvidia-x11-418.74-4.19.48-bin/bin/nvidia-debugdump'
<Miyu-saki> Anyone have any idea on how to fix this?
toppler has quit [Ping timeout: 245 seconds]
<manveru> karetsu: well, i don't know how you set it up, i'm using it via home-manager
<{^_^}> [nixpkgs] @marsam merged pull request #63391 → python37Packages.rasterio: 1.0.23 -> 1.0.24 → https://git.io/fjaHq
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAr
<Miyu-saki> I guess -q -tree should help
veske2 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63390 → python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0 → https://git.io/fja9y
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAK
<karetsu> manveru: I have this for managing all of my user packages - https://gitlab.com/karetsu/nix-overlays
<Miyu-saki> Aaaa. why-depends still doesn't work for drvs.
<Miyu-saki> For non-building drvs.
cpc26 has quit [Remote host closed the connection]
<Miyu-saki> No --dry-run flag either, to disable building of drvs.
cpc26 has joined #nixos
<boogiewoogie> johanot: it's not a binary though, I just have the build input name :/
toppler has joined #nixos
<johanot> boogiewoogie: what about just echo $PATH then? :)
orivej has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @abbradar merged pull request #63279 → libbluray: 1.1.1 -> 1.1.2 → https://git.io/fjaBQ
<{^_^}> [nixpkgs] @abbradar pushed commit from @r-ryantm to master « libbluray: 1.1.1 -> 1.1.2 »: https://git.io/fjaA7
<{^_^}> [nixpkgs] @marsam merged pull request #63369 → python27Packages.j2cli: 0.3.8 -> 0.3.10 → https://git.io/fja1I
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaAp
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @marsam merged pull request #63397 → python37Packages.smart_open: 1.8.3 -> 1.8.4 → https://git.io/fjaH9
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxJ
<{^_^}> [nixpkgs] @marsam merged pull request #63406 → python37Packages.zeroconf: 0.22.0 -> 0.23.0 → https://git.io/fjaQH
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxU
v88m has quit [Remote host closed the connection]
v88m has joined #nixos
[Leary] has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #63407 → python37Packages.zodbpickle: 1.0.3 -> 1.0.4 → https://git.io/fjaQQ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxk
orivej has quit [Ping timeout: 248 seconds]
karetsu has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @marsam merged pull request #63384 → python37Packages.peewee: 3.9.5 -> 3.9.6 → https://git.io/fjaSZ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxm
zupo has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63379 → python37Packages.lmdb: 0.94 -> 0.95 → https://git.io/fjayU
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxZ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63424 → seafile-shared: 6.2.11 -> 7.0.1 → https://git.io/fjaxn
<{^_^}> [nixpkgs] @marsam merged pull request #63378 → python37Packages.libtmux: 0.8.1 -> 0.8.2 → https://git.io/fjaDj
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaxc
zupo has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63425 → sec: 2.8.1 -> 2.8.2 → https://git.io/fjax4
travelion[m] has left #nixos ["User left"]
orivej has joined #nixos
psy3497 has quit [Ping timeout: 248 seconds]
linarcx has quit [Quit: WeeChat 2.5]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63426 → shairport-sync: 3.3 -> 3.3.1 → https://git.io/fjaxu
orivej has quit [Ping timeout: 246 seconds]
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63427 → shards: 0.8.1 -> 0.9.0 → https://git.io/fjaxo
abcrawf has quit [Remote host closed the connection]
zupo has joined #nixos
aloysius has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63428 → sieve-connect: 0.89 -> 0.90 → https://git.io/fjaxi
abcrawf has joined #nixos
<tobiasBora> etu: thanks! This is linked as well https://github.com/NixOS/nixpkgs/issues/61490
<{^_^}> #61490 (by angristan, 4 weeks ago, open): Empty networking.nameservers wipes /etc/resolv.conf after a rebuild
orivej has joined #nixos
<etu> tobiasBora: Yeah, the PR I linked aims to fix that issue :)
<etu> Or so it seems
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63429 → shutter: 0.94.2 -> 0.94.3 → https://git.io/fjaxD
<tobiasBora> etu: yep
<tobiasBora> just need to wait now :P
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zupo_ has joined #nixos
zupo_ has quit [Client Quit]
knupfer has quit [Ping timeout: 252 seconds]
Soo_Slow has quit [Remote host closed the connection]
<etu> tobiasBora: Leave a review ;)
srid63908 has quit [Ping timeout: 272 seconds]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f01ed7b38aa (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63430 → sigil: 0.9.13 -> 0.9.14 → https://git.io/fjaxh
<tobiasBora> etu: I'm not sure what's the easiest way to test it? I was thinking to do "nixos-rebuild -I nixpkgs=https://github.com/talyz/nixpkgs.git test", but not sure how to specify the branch "networkmanager"
srid63908 has joined #nixos
<tobiasBora> or can I test directly the usual nixpkgs + a specific PR?
<tobiasBora> (if https://github.com/talyz/nixpkgs.git is not up to date, I don't want to spend ours downloading outdated programs)
vmandela has left #nixos ["Leaving"]
dansho has quit [Quit: Leaving]
<marek> how to tell nix-build to build everything from scratch? not using anything cache
mkoenig has quit [Ping timeout: 248 seconds]
<etu> tobiasBora: I'm running some of my systems of a local nixpkgs checkout that tracks nixpkgs-unstable
mkoenig has joined #nixos
<etu> tobiasBora: So I downloaded the diff off the PR and applied to my local checkout
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63431 → sit: 0.4.0 -> 0.4.1 → https://git.io/fjapG
<aanderse> etu: unsure about that gitea update at the moment :S i haven't had time to dig in. i wondered if a tmpfiles issue, but appears not to be as another module using tmpfiles worked fine :\
<tobiasBora> etu: ok, I just wanted to know if I could avoid to manually git clone/git fetch pull request/...
<tobiasBora> (I saw some tools like nox/nix-review, but maybe it's only for nixkgs)
<etu> tobiasBora: Those work better on packages and not so much on services
<etu> aanderse: Yeah, same here :/
<{^_^}> [nixos-weekly] @domenkozar merged pull request #95 → Add redox-nix → https://git.io/fjaV3
<{^_^}> [nixos-weekly] @domenkozar pushed 2 commits to master: https://git.io/fjapl
jb55 has joined #nixos
knupfer has joined #nixos
knupfer has quit [Client Quit]
rndd[m] has joined #nixos
<marek> what is the best way to disable a package on NixOS but allow it on darwin and other linux platforms?
knupfer has joined #nixos
jabranham has joined #nixos
<marek> or maybe I will ask another way: is NixOS on other linux distributions supported? and if so, how officially?
<{^_^}> [nixpkgs] @fpletz merged pull request #63331 → grafana: 6.2.2 -> 6.2.3 → https://git.io/fjawF
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fjapE
<rndd[m]> hi guys, have problem with installation a driver for wifi card. if somebody could help, please write a message (づ ̄ ³ ̄)づ
jabranham has quit [Client Quit]
<Yaniel> what problem? what driver? what card?
<andi-> marek nixos on ther distributions? That sounds like trouble
<Shoubit> marek, afaik the only "NixOS on other distributions" is one that essentially replaces the OS with NixOS: https://github.com/jeaye/nixos-in-place
<etu> you can install nix on other distros
<andi-> marek: are you trying to manage (systemd) services using nixos on onther distri?
aloysius has quit [Ping timeout: 252 seconds]
hmpffff_ has joined #nixos
<etu> But you don't get the services etc on other distros
<etu> so only the package manager
sb0 has joined #nixos
hmpffff has quit [Ping timeout: 245 seconds]
<rndd[m]> cannot write right nix script and use it. wifi_card = rtl8723de; driver = https://github.com/smlinux/rtl8723de
Yakulu has joined #nixos
azdle has joined #nixos
<rndd[m]> Yaniel: cannot write right nix script and use it. wifi_card = rtl8723de; driver = https://github.com/smlinux/rtl8723de
boogiewoogie has quit [Quit: Leaving]
hmpffff has joined #nixos
<Yaniel> so post your nix script and how it errors
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63432 → slurp: 1.1.0 -> 1.2.0 → https://git.io/fjapw
hmpffff_ has quit [Ping timeout: 245 seconds]
<rndd[m]> i dont understand how to run script (
<rndd[m]> i mean, i include it in main config, but ir rise infinite loop... i think. dont have my laptop right now
ajirx has quit [Remote host closed the connection]
lord| has joined #nixos
<codedmart> colemickens: Finally had time to bring over my i3 config. A few things that I am not sure if you know. I used `output` to get the scale right. Gnome-terminal won't open, but in terminator font's are crisp and nice. In firefox/google-chrome fonts are rather blurry.
orivej has quit [Ping timeout: 272 seconds]
alexherbo2 has joined #nixos
<Shoubit> rndd[m], you may just have to install firmwareLinuxNonfree as I see /lib/firmware/rtlwifi/rtl8723defw.bin in there -- is that what you're looking for?
alexherbo2 has quit [Client Quit]
<andi-> codedmart: try using the Firefox-Wayland attribute
alex`` has joined #nixos
<codedmart> andi-: What about chrome?
<andi-> codedmart: no idea, not using it
<rndd[m]> Shoubit: oh, maybe......... didn't know about it. Will try. But really wanna find out how to write nix scripts
<clever> rndd[m]: any firmware you do install, must be put into the hardware.firmware option
<clever> hardware.enableAllFirmware and hardware.enableRedistributableFirmware will also install firmwareLinuxNonfree for you
zupo has joined #nixos
jasongrossman has joined #nixos
nekolyanich has quit [Quit: WeeChat 2.2]
orivej has joined #nixos
<tobiasBora> etu: ok thanks. As expected the whole world of nixos is being redownloaded ^^
<tobiasBora> We should do p2p nix to save bandwith :P
<tobiasBora> oh no, texlive is being downloaded ^^
<joepie91[m]> tobiasBora: save whose bandwidth?
<joepie91[m]> :P
<tobiasBora> joepie91[m]: nixos's servers
<tobiasBora> (and maybe the world bandwith, as with some chance people could give us the package from a shorted location)
jasongro` has joined #nixos
<joepie91[m]> tobiasBora: well, the store is served up by a CDN :P
<Ashy> my isp publishes cvc graphs and it makes me sad that the netflix peak times almost completely saturate download and barely touch upload
jasongrossman has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
<joepie91[m]> fastly, iirc?
<joepie91[m]> I believe it's sponsored or something
orivej has quit [Ping timeout: 248 seconds]
<clever> ,cache joepie91[m]
hio has joined #nixos
romildo has joined #nixos
rprije has quit [Ping timeout: 268 seconds]
<tobiasBora> joepie91[m]: oh really?
<jtojnar> ma27: did you manage to make the polkit work?
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63433 → speexdsp: 1.2rc3 -> 1.2.0 → https://git.io/fjapp
<romildo> Are there any special guidelines for specifying dependencies when packaging OCaml modules? What should go into nativeBuildInputs, buildInputs, and propagatedBuildInputs?
<joepie91[m]> tobiasBora: either way, bandwidth probably won't be the issue anyway :)
<joepie91[m]> bandwidth is cheap
<joepie91[m]> storage is a bigger issue, usually
<gchristensen> they're both expensive tbh :P
<clever> joepie91[m]: i think i heard it was at 80tb?
<gchristensen> off by 100
<clever> lol
<gchristensen> :)
<etu> nixpkgs seems to grow fast, and with big rebuilds that happen, yeah...
<gchristensen> and it has never been garbage collected since early 2010's
alp has quit [Ping timeout: 258 seconds]
<etu> oh wow
<joepie91[m]> gchristensen: how much network traffic are we talking per month?
<gchristensen> served by fastly?
<{^_^}> [nixpkgs] @marsam merged pull request #63164 → grsync: init at 1.2.6 → https://git.io/fj2hv
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjahm
<joepie91[m]> gchristensen: I guess? whatever amount of traffic goes out of the binary cache :)
<joepie91[m]> I dunno if that's just fastly
<gchristensen> aninsignificant goes out from the s3 bucket directly, but not significant
<gchristensen> (brought to you by the redundant department of redundancy)
knupfer has quit [Ping timeout: 248 seconds]
<gchristensen> about 7.5 million requests and 3.5TB of traffic daily
tommyangelo has quit [Remote host closed the connection]
<Ashy> im surprised it's never garbage collected, what's the benefit of keeping the older build outputs?
<gchristensen> well we could do it, but also I think it is interesting to have binaries and sources from a long time ago
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63434 → sqlcipher: 4.1.0 -> 4.2.0 → https://git.io/fjahZ
reinhardt has quit [Quit: Leaving]
<joepie91[m]> gchristensen: the 3.5 TB is out of the S3 bucket, or out from fastly to users?
<gchristensen> out of fastly
metastance has joined #nixos
<joepie91[m]> ah
<joepie91[m]> that's not that much though
<joepie91[m]> 3.5 * 30 = 105 TB per month, at typical market rate of $1/TB/month (assuming no overhead) would be a bit over a hundred dollars in traffic costs
<joepie91[m]> 105TB off AWS is expensive though :P
<joepie91[m]> but that's an AWS thing...
metastance has quit [Client Quit]
<gchristensen> I think often bandwidth is billed at your 95% percentile
<joepie91[m]> I would've expected it to be higher tbh
* gchristensen shrugs
<joepie91[m]> well, that depends - 95th percentile is common for colo and direct transit, but not for rented servers / VPSes / storage servers
<joepie91[m]> for those you generally pay per TB monthly commitment
<tobiasBora> gchristensen: oh it's never garbadge collected? So it means I can still use the case for super old software ^^
o1lo01ol1o has quit [Ping timeout: 268 seconds]
<joepie91[m]> where the upfront cost usually lies at about $0.50 - $1.50 per TB, and the overage cost (if they have an overage payment model) is usually around $3 - $4 per TB
<joepie91[m]> if you're doing 95th percentile then you're probably separately paying for the bandwidth and the traffic anyway
<joepie91[m]> I think $0.50 - $1 per mbps bandwidth and about $0.50 per TB of traffic is market rate now? haven't checked up on that lately
<joepie91[m]> or, if you want to go super cheap, HE will charge you like $0.15 for both lol
<gchristensen> the point is not to go cheap, but to go for fast and local to ensure 404s are issued fast
<joepie91[m]> but you probably don't want that performance-wise
Makaveli7 has quit [Quit: WeeChat 2.5]
<joepie91[m]> sure, I get that, I'm just providing my supporting numbers for my claim of storage usually being the problem and not bandwidth :D
<gchristensen> aye
<{^_^}> [nixpkgs] @peterhoeg opened pull request #63435 → wp-cli: 2.0.1 -> 2.2.0 → https://git.io/fjah4
<tobiasBora> by the way, what is the money-model of nixos?
<tobiasBora> everything is sponsored?
<gchristensen> yeah
mmercier has joined #nixos
mian has left #nixos ["WeeChat 2.4"]
<gchristensen> we use the money which comes in to the foundation for buying necessary hardware (like macs) and sometimes to help with events
nDuff has quit [Quit: zzz]
<tobiasBora> and is there people payed full time to work on nixos, or the only expenses are for servers?
<gchristensen> the nixos foundation doesn't employ anybody, but some people do work on nixos for their work, at other companies
<tobiasBora> interesting
acarrico has joined #nixos
<tobiasBora> so some big companies actually use nixos :)
<gchristensen> yes :)
<tobiasBora> names are confident? :P
<gchristensen> no
<gchristensen> (some, yes)
<gchristensen> but like Target.com
* joepie91[m] makes a confidence joke
boogiewoogie has joined #nixos
srid63908 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63436 → squid4: 4.6 -> 4.7 → https://git.io/fjahu
<tobiasBora> gchristensen: ok interesting, thanks!
resonyze has joined #nixos
Lears has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
domogled has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63437 → sshguard: 2.3.1 -> 2.4.0 → https://git.io/fjah6
<gchristensen> heh, the cache is large enough that the manifest of what is inside it takes up 8GB
hmpffff_ has joined #nixos
hmpffff has quit [Ping timeout: 258 seconds]
srid63908 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63438 → stunnel: 5.54 -> 5.55 → https://git.io/fjahd
karetsu has joined #nixos
resonyze has quit [Quit: WeeChat 2.5]
toppler has quit [Ping timeout: 245 seconds]
<karetsu> does anybody know how I would set a custom e.g. polybar configuration in a custom overlay? I'm unsure how to get access or set the config for services.polybar.config via the self:super: mechanism in overlays
<{^_^}> [nix] @edolstra merged pull request #2949 → Add --no-net flag → https://git.io/fjaEv
<{^_^}> [nix] @edolstra pushed 4 commits to flakes: https://git.io/fjahA
<yorick> I'm trying to package something which uses ldconfig -p (which errors because it can't find ld.so.cache)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63439 → stress-ng: 0.09.58 -> 0.09.59.1 → https://git.io/fjahh
chagra has joined #nixos
<{^_^}> [nix] @edolstra pushed to lazy-multi-command « Make subcommand construction in MultiCommand lazy »: https://git.io/fjajf
<chagra> how can i change the grub default config thats usually in /etc/default/grub?
<chagra> i need to change the GRUB_CMDLINE_LINUX in that file
<karetsu> is it not part of boot.loader.grub?
resonyze has joined #nixos
<{^_^}> [nix] @edolstra opened pull request #2953 → Make subcommand construction in MultiCommand lazy → https://git.io/fjajk
<clever> yorick: on nix, ldconfig should just be ignored and never ran
<yorick> I'll patch out the call then
<karetsu> chagra: https://github.com/NixOS/nixpkgs/issues/32555 is this relevant?
<{^_^}> #32555 (by davidak, 1 year ago, open): add option for silent boot
<clever> gchristensen: i was cleaning up a bucket with ~200gig of data in it last week, it took 3 days just to delete every item in the bucket
<chagra> karetsu: i think it is ill look into it
<gchristensen> yeah S3 is very bad at deleting things
<karetsu> the OP rather than the content I think
<{^_^}> [nix] @edolstra merged pull request #2917 → Updated flake documentation → https://git.io/fjEbF
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/fjajs
<{^_^}> [nix] @edolstra pushed to lazy-multi-command « Make subcommand construction in MultiCommand lazy »: https://git.io/fjajn
resonyze has quit [Client Quit]
resonyze has joined #nixos
alp has joined #nixos
resonyze has quit [Client Quit]
gspia has joined #nixos
hmpffff_ has quit [Ping timeout: 248 seconds]
<karetsu> to hell with this, I'm just going to use home-manager for config and overlays for packages (is that the right way anyway?)
ThatDocsLady_ has quit [Ping timeout: 244 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3cf3ca94e6e (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
o1lo01ol1o has joined #nixos
resonyze has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
zupo has joined #nixos
gspia has quit [Quit: Leaving]
<{^_^}> [nix] @edolstra pushed 7 commits to flakes: https://git.io/fjajM
<{^_^}> [nix] @edolstra merged pull request #2951 → App / check improvements → https://git.io/fjadP
<Ankhers> Does anyone have an example project where they have nix files that build the project for whatever language and also pull in things like postgres or anything else?
<Ankhers> Specifically for development in this case.
Matthieu_ has quit [Ping timeout: 268 seconds]
Synthetica has joined #nixos
gspia has joined #nixos
Matthieu_ has joined #nixos
<Synthetica> What is the recommended place to store "free-form" variables that you want accessible in multiple files that are imported through `imports = [...]`? Do you just store them via a package override?
amf has quit [Quit: WeeChat 2.5]
chagra has quit [Ping timeout: 245 seconds]
troydm has quit [Ping timeout: 248 seconds]
cmacrae has joined #nixos
<infinisil> Synthetica: I'd define an option for that, a readonly option
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63440 → synthv1: 0.9.7 -> 0.9.8 → https://git.io/fjajN
<infinisil> Synthetica: You can even go something general like `options.variables = mkOption { type = types.attrsOf types.unspecified; default = {}; };`,
anton has quit [Quit: The Lounge - https://thelounge.chat]
<infinisil> s/go/do
<Synthetica> infinisil: That could work, it should error when I try to write multiple values to the same variable right?
<infinisil> But I'd probably use single options for everything you need if it's not too many
anton has joined #nixos
<Synthetica> It's currently 2, but I think it will be more in the future
<infinisil> Synthetica: If you want to use the general thing, you could probably make it error on multiple assignments with `types.attrsOf (types.uniq types.unspecified)`
<infinisil> With the single options, you can use `mkOption { readOnly = true; }`
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63441 → sysstat: 12.1.4 -> 12.1.5 → https://git.io/fjajp
<Synthetica> infinisil: I'll try the option, see if it works in my case. Can always switch to the other variant if needed
<Synthetica> (Read-only options, that is)
<infinisil> Alright
chagra has joined #nixos
<{^_^}> [rfcs] @Mic92 pushed 0 commits to domenkozar-template-shepherd: https://git.io/fjVef
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nix] @edolstra pushed to lazy-multi-command « Make subcommand construction in MultiCommand lazy »: https://git.io/fjVeU
wfranzini has joined #nixos
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #63315 → obs-studio: 23.1.0 -> 23.2.1 → https://git.io/fjazy
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVeL
<{^_^}> [nix] @edolstra merged pull request #2953 → Make subcommand construction in MultiCommand lazy → https://git.io/fjajk
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/fjVet
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63442 → tbb: 2019_U7 -> 2019_U8 → https://git.io/fjVe3
<chagra> karetsu: thanks it was boot.kernelParams
romildo has quit [Quit: Leaving]
hmpffff has quit [Ping timeout: 246 seconds]
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @WilliButz opened pull request #63443 → grafana: 6.2.3 -> 6.2.4 → https://git.io/fjVen
mmercier has quit [Quit: mmercier]
hmpffff has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63444 → teamspeak_server: 3.7.1 -> 3.8.0 → https://git.io/fjVeR
<{^_^}> [nixpkgs] @pepegar opened pull request #63445 → update bloop to 1.3.2 → https://git.io/fjVe0
<{^_^}> [nixpkgs] @romildo opened pull request #63446 → ocamlPackages.mdx: init at 1.4.0 → https://git.io/fjVeE
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #63447 → sublime3: clean up → https://git.io/fjVeg
<gchristensen> the cache has 205,323,173 files. hrm. not so manny.
<andi-> Is that just the first dir or all?
<samueldr> :/ nothing interesting here https://www.wolframalpha.com/input/?i=205,323,173
hmpffff has quit [Ping timeout: 246 seconds]
<Taneb> I like it
<Taneb> It's a multiple of 11
hmpffff has joined #nixos
<cransom> hrm. bringing my hydra machine from 18.09 (nix 2.1) up to 19.03/nix 2.2. after, i get some failing builds that might be due to sandboxing as i do some impure things (but, sandboxing is off everywhere), but more flagrantly, `hydra-queue-runner[17311]: error: opening lock file '/nix/var/nix/db/big-lock': Permission denied`. there's a new one for me.
o1lo01ol1o has quit [Remote host closed the connection]
<gchristensen> andi-: all files
<gchristensen> feels quite low
<{^_^}> [nixpkgs] @zimbatm pushed to master « minio: only publish the main binary »: https://git.io/fjVeX
<andi-> Yeah
troydm has joined #nixos
<aveltras> anyone using "chrome-gnome-shell" to install gnome extensions with the latest nixos-unstable ? The extensions.gnome.org doesn't to agree with me on the fact that chrome-gnome-shell is installed
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63448 → teamviewer: 14.2.8352 -> 14.3.4730 → https://git.io/fjVey
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hmpffff has quit [Read error: Connection reset by peer]
hmpffff has joined #nixos
Neo-- has quit [Remote host closed the connection]
drakonis has joined #nixos
Neo-- has joined #nixos
hmpffff has quit [Read error: Connection reset by peer]
<aveltras> in fact, the "true" way to install extensions on nixos if there aren't in the channel is to use the "software" app
hmpffff has joined #nixos
<Ankhers> If I want to reference a file in nixpkgs, how would I do that? I'm currently trying `pkgs.callPackage <nixpkgs>/.../foo.nix {};`
resonyze has quit [Quit: WeeChat 2.6-dev]
<infinisil> Ankhers: <nixpkgs/../foo.nix>
<Ankhers> infinisil: Thanks!
johanot has quit [Quit: WeeChat 2.4]
<clever> Ankhers: the difference, is that <nixpkgs>/.../foo.nix (or a variant of it), will search for <nixpkgs> in $NIX_PATH (even if its empty), while <nixpkgs/../foo.nix> will search for a version of nixpkgs that definitely has a foo.nix
<Ankhers> clever: Makes sense. Thanks!
<andi-> the amount of files corresponds with the size and amount of those that I have on my smaller binary cache.. so not really unreasonable
chagra has quit [Ping timeout: 268 seconds]
hyper_ch2 has quit [Quit: Page closed]
alp has quit [Ping timeout: 258 seconds]
linarcx has joined #nixos
Tucky has quit [Quit: WeeChat 2.5]
hmpffff_ has joined #nixos
hmpffff has quit [Ping timeout: 244 seconds]
boogiewoogie has quit [Remote host closed the connection]
resonyze has joined #nixos
hmpffff_ has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @bjornfor merged pull request #63422 → sdcc: 3.8.0 -> 3.9.0 → https://git.io/fjaF7
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « sdcc: 3.8.0 -> 3.9.0 »: https://git.io/fjVvO
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #63443 → grafana: 6.2.3 -> 6.2.4 → https://git.io/fjVen
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/fjVvs
<{^_^}> [nixpkgs] @matthewbauer merged pull request #54543 → nix-prefetch-git: propagate errors under --quiet → https://git.io/fhrft
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fjVvZ
v88m has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63449 → tmuxp: 1.5.1 -> 1.5.3 → https://git.io/fjVvn
o1lo01ol1o has joined #nixos
resonyze has quit [Quit: WeeChat 2.6-dev]
<NickHu> Is anyone able to build taffybar at the moment?
domogled has quit [Read error: Connection reset by peer]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<NickHu> Actually, it seems like a lot of its dependencies are broken (as of version a1dd419c1ffacea87eba066a2bb332e03cb68f66)
hmpffff_ has joined #nixos
hmpffff has quit [Ping timeout: 268 seconds]
<Ankhers> How do I specify a different attribute name in a inherit call? Normally you would just do `inherit erlang`, but what if I want to use a different version of Erlang?
v88m has joined #nixos
<Ankhers> So what if I wanted to pass in `erlangR21` instead of just `erlang`?
<clever> Ankhers: just use normal attrs then, erlang = erlangR21;
<Ankhers> clever: I didn't try actually running it because emacs said it was a syntax error. Thanks!
resonyze has joined #nixos
gxt has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-19.03: https://git.io/fjVvg
anton has quit [Quit: The Lounge - https://thelounge.chat]
gxt has joined #nixos
anton has joined #nixos
hmpffff_ has quit [Ping timeout: 268 seconds]
Neo-- has quit [Disconnected by services]
Neo--- has joined #nixos
jgt1 has joined #nixos
psyanticy has quit [Ping timeout: 248 seconds]
davidtwco has quit [Ping timeout: 248 seconds]
englishm has quit [Ping timeout: 248 seconds]
fusion809_ has joined #nixos
psyanticy has joined #nixos
fusion809 has quit [Read error: Connection reset by peer]
scott has quit [Ping timeout: 248 seconds]
{^_^} has quit [Read error: Connection reset by peer]
{^_^} has joined #nixos
aristid has quit [Ping timeout: 248 seconds]
davidtwco has joined #nixos
aristid has joined #nixos
jgt has quit [Ping timeout: 248 seconds]
scott has joined #nixos
fusion809_ is now known as fusion809
englishm has joined #nixos
resonyze has quit [Quit: WeeChat 2.5]
jasongro` has quit [Quit: ERC (IRC client for Emacs 26.2)]
pie__ has quit [Ping timeout: 272 seconds]
resonyze has joined #nixos
<drakonis> "Warning: the new NixOS configuration has an ‘init’ that is incompatible with the current configuration. The new configuration won't take effect until you reboot the system."
<drakonis> so, how does this happen?
<{^_^}> [nixpkgs] @jonringer opened pull request #63450 → direnv: 2.20.0 -> 2.20.1 → https://git.io/fjVvM
<{^_^}> [nixpkgs] @Profpatsch merged pull request #63077 → bazel: add update script to update srcDeps from WORKSPACE file → https://git.io/fj2ZV
<{^_^}> [nixpkgs] @Profpatsch pushed to master « bazel: add update script to update srcDeps from WORKSPACE file »: https://git.io/fjVvy
resonyze has quit [Client Quit]
<clever> drakonis: major changes to systemd?
<drakonis> huh okay.
<clever> nixos/modules/system/activation/switch-to-configuration.pl:incompatible with the current configuration. The new configuration
resonyze has joined #nixos
<clever> 54 my $oldVersion = read_file("/run/current-system/init-interface-version", err_mode => 'quiet') // "";
<clever> 55 my $newVersion = read_file("$out/init-interface-version");
<drakonis> looks like that was due to treewide unused variable removal?
<clever> drakonis: compare that file, under /run/booted-system, /run/current-system, and /nix/var/nix/profiles/system/
<clever> nixos/modules/system/activation/top-level.nix: echo -n "systemd ${toString config.systemd.package.interfaceVersion}" > $out/init-interface-version
<clever> pkgs/os-specific/linux/systemd/default.nix: passthru.interfaceVersion = 3;
<drakonis> systemd 3 on the new system
<drakonis> wonder why?
<clever> drakonis: check the git history for the last file i pasted
<clever> it updated systemd from 241.something to 242
<drakonis> but that was weeks ago
<drakonis> 2 weeks ago
<drakonis> i already built the new system with it
<clever> it takes a while for that to hit your channel
<drakonis> i'm running nixpkgs
<drakonis> master
<clever> thats how you brick machines :P
<drakonis> my manpage is for 239 for some reason
cmacrae has quit [Ping timeout: 258 seconds]
<clever> about a year ago, there was a wave of people who ran nixpkgs-unstable on nixos (not master, but still lacked nixos tests)
<clever> a bug got in that corrupted grub.cfg
<drakonis> hm i'm still running 239
<clever> nixos-unstable refused to update, and protected most users
<samueldr> drakonis: the commit was 2 weeks ago, but it got merged from staging to master only quite recently
<drakonis> how strange
<drakonis> alright then
<clever> samueldr: that would do it
<samueldr> because systemd is at the root of a bunch dependencies
<samueldr> updating systemd means a world rebuild
<clever> drakonis: nixpkgs-unstable did update, because it doesnt test grub, and then the nixpkgs on nixos guys broke grub
<samueldr> so it goes from staging to staging-next to master to ease the rebuilds requirements
<drakonis> oh okay.
<{^_^}> [nixpkgs] @Profpatsch opened pull request #63451 → Bazel 0.27.0 → https://git.io/fjVvp
<samueldr> *never* use nixpkgs-unstable on a nixos system to build the system, nixos-unstable is tested, nixpkgs-unstable isn't
<Synthetica> Is there already a trivial builder that exports a Nix expression to a JSON file? I seem to remember such a thing, but i can't find it now
stepcut has joined #nixos
<Synthetica> Like the opposite of `lib.importJSON`
<samueldr> additionally, nixos-unstable is more likely to update faster than nixpkgs-unstable since nixpkgs-unstable has to wait for Darwin stuff to build
<drakonis> i'm using the repository, not the channels
<clever> Synthetica: builtins.toFile "name?" (builtins.toJSON foo) or pkgs.writeText
<drakonis> seems like a crazy choice though
<samueldr> drakonis: the nixpkgs-channels repository? same meaning for the branches
<drakonis> the extra bad choice
<samueldr> right, then following master is "at your own risks, perils and long compilation times" :)
<Synthetica> clever: Yeah, I also wrote that, but I thought it might be in nixpkgs somewhere (DRY and all that)
erasmas has joined #nixos
<drakonis> the switch to systemd 242 wasn't done until now, i wonder why
<drakonis> anyways
<{^_^}> [snapd-nix-base] @grahamc pushed 2 commits to master: https://git.io/fjVvj
<drakonis> when staging-next is merged, does it it show on the change log?
<drakonis> rather, the commits merged from staging-next, do they show as merge from staging-next or as their commit names from staging-next?
<{^_^}> [snapd-nix-base] @grahamc pushed to master « Initial base image build code »: https://git.io/fjVfe
<{^_^}> [snapd-nix-base] @grahamc pushed to master « Fixup glob pattern »: https://git.io/fjVfv
<{^_^}> [hydra] @edolstra pushed to flake « Update flake.{nix,lock} »: https://git.io/fjVfU
<drakonis> i almost got excited now
<drakonis> then i saw it was just hydra
<{^_^}> [snapd-nix-base] @grahamc pushed to master « Note about the foundation account and the link to the repo »: https://git.io/fjVfT
<{^_^}> [nix] @edolstra merged pull request #2937 → FuzzyMatching works → https://git.io/fjgg9
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/fjVfL
polman has quit [Ping timeout: 248 seconds]
jfroche has quit [Remote host closed the connection]
Matthieu_ has quit [Ping timeout: 245 seconds]
polmaan has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63452 → units: 2.18 -> 2.19 → https://git.io/fjVfm
lfish has joined #nixos
polmaan has joined #nixos
Matthieu_ has joined #nixos
Izorkin has quit [Ping timeout: 268 seconds]
polman has joined #nixos
Izorkin has joined #nixos
englishm has quit [Excess Flood]
englishm has joined #nixos
polmaan has quit [Ping timeout: 248 seconds]
polmaan has joined #nixos
polman has quit [Ping timeout: 248 seconds]
polman has joined #nixos
drakonis has quit [Quit: WeeChat 2.5]
v88m has quit [Ping timeout: 245 seconds]
karetsu has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @LnL7 merged pull request #63295 → Don't use autoreconfHook for building Erlang/OTP → https://git.io/fja00
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/fjVfM
zupo has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #63450 → direnv: 2.20.0 -> 2.20.1 → https://git.io/fjVvM
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to master « direnv: 2.20.0 -> 2.20.1 »: https://git.io/fjVfy
<{^_^}> [nixpkgs] @FRidh merged pull request #63334 → ponyc: 0.28.0 -> 0.28.1 → https://git.io/fjaoR
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « ponyc: 0.28.0 -> 0.28.1 »: https://git.io/fjVfS
sigmundv has quit [Ping timeout: 245 seconds]
<lfish> hello, I tried updating nixos from 18.09 to 19.03 yesterday, but with the update nixos stops recognizing the wi-fi board. rfkill and ifconfig find none. Any idea what might be cuasing that? I'm on a lenovo v310 15isk
lord| has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63453 → vault: 1.1.2 -> 1.1.3 → https://git.io/fjVf7
lord| has joined #nixos
xkapastel has joined #nixos
Ralith_ has joined #nixos
veske2 has quit [Ping timeout: 246 seconds]
Ariakenom has quit [Quit: Leaving]
karetsu has joined #nixos
<karetsu> how do nix-channels work? I think I've messed up with home-manager and now I have some things left in the store which are from the home-manager channel and I can't get rid of them and they are clashing :/
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63454 → vim: 8.1.1432 -> 8.1.1547 → https://git.io/fjVfp
<clever> karetsu: nix-channel --list, nix-channel --add, nix-channel --remove, and every user has his own set of channels, you typically inherit from root's
<karetsu> is it that home-manager doesn't support a `nix-env -e <something>`?
<karetsu> the instructions are to install from the home-manager channel, great, but its put things in /nix/store that I can't get rid of and they are clashing
jgt1 has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
rfold has joined #nixos
<DigitalKiwi> what's the difference between inotify-tools and inotifyTools?
<DigitalKiwi> (and in general when I see this pattern)
<immae> DigitalKiwi: it’s an alias
<immae> you can look at pkgs/top-level/aliases.nix
<DigitalKiwi> any particular reason they do it?
<clever> DigitalKiwi: /home/clever/.nix-defexpr/channels_root/nixos/pkgs/top-level/aliases.nix: inotifyTools = inotify-tools;
<codedmart> So if I know the path of something I want to run when I start xmonad for instance `xsetroot -xcf /nix/store/ahz6yxdy0axrrl50994az7mhdr0dhyjr-adwaita-icon-theme-3.30.1/share/icons/Adwaita/cursors/left_ptr 48`. What is the appropriate way to do this. Obviously using that path is wrong since it can change.
<karetsu> is that not the same as setting a cursor_name and doing xsetroot -cursor_name left_ptr &
<clever> commit 9013dc5826dfd9d2d376fd0f45f4031a8cfa0c55
<clever> Author: Eelco Dolstra <eelco.dolstra@logicblox.com>
<clever> Date: Tue Sep 1 10:52:47 2015 +0200
<clever> inotifyTools -> inotify-tools
<clever> DigitalKiwi: it was renamed back in 2015, and an alias was left behind for anybody that didnt get the memo
<DigitalKiwi> oh ok
ambro718 has joined #nixos
<codedmart> karetsu: I don't know :).
<DigitalKiwi> thanks, i've always seen them and wondered why there are duplicates
<DigitalKiwi> might the aliases be removed at some point?
<LnL> funny that the name convention has kind of transitioned back to the original name :)
<karetsu> codedmart: I have xcursor.theme in my .Xresources and that xsetroot in my .xprofile and I have 0 issues with cursors
<karetsu> although I use Vanilla-DMZ
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
<karetsu> how do I find out what has added something to /nix/store? I have a /nix/store/yhxz0xblzjqixmf00y3x58bg4cjkv45d-home-manager that I can't find the cause of
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63455 → libsForQt5.vlc: 3.0.7 -> 3.0.7.1 → https://git.io/fjVJW
<karetsu> ah, found it in the cheatsheet, nvm :3
Neo--- has quit [Ping timeout: 252 seconds]
karetsu has quit [Quit: WeeChat 2.4]
pepegar has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63456 → visualvm: 1.4.2 -> 1.4.3 → https://git.io/fjVJ2
pie__ has joined #nixos
<{^_^}> [nixpkgs] @grahamc opened pull request #63457 → snapTools.makeSnap: init → https://git.io/fjVJV
ottidmes has joined #nixos
shibboleth has joined #nixos
karetsu has joined #nixos
Guest4937 has joined #nixos
orivej has quit [Ping timeout: 248 seconds]
<karetsu> I wish I'd never started trying to sort out home-manager >_<
<karetsu> why would I be getting permission denied on making /home/<foo>/.config/i3 from the hm switch?
<karetsu> running it as my user, installing into my own home
cjpbirkbeck has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/07103a2a297 (from 20 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<clever> karetsu: who owns .config and .confg/i3 ?
<clever> karetsu: ls -lhd .config .config/i3
<karetsu> my user does, and .config/i3 doesn't exist
<karetsu> but mkdir is throwing permission errors
<karetsu> before ln even gets its chance
<{^_^}> [nixpkgs] @ryantm merged pull request #63417 → rssguard: 3.5.7 -> 3.5.9 → https://git.io/fja59
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVJH
<clever> karetsu: and what are the permission bits on .config ?
kaliumxyz has joined #nixos
<karetsu> ```dr-xr-xr-x 38 aloysius 10 4096 Jun 18 17:15 .config```
vmandela has joined #nixos
<clever> karetsu: .config is read-only
<karetsu> wtf, when did that happen 0.o
<clever> drwxr-xr-x 44 clever users 72 May 13 11:24 .config
<{^_^}> [nixpkgs] @ryantm merged pull request #63416 → rosegarden: 18.12 -> 19.06 → https://git.io/fja5r
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVJ7
<karetsu> 700 is the correct mode yes?
<clever> karetsu: chmod 755 .config, to fix it
<karetsu> 755 is users and groups read, is that really what I want?
<clever> its 700 on my desktop, 755 on my laptop
<clever> both seem to work fine
<karetsu> kk
<clever> so up to you
<karetsu> I mean, the only other user is my wife so its w.ee.
<karetsu> clever++
<{^_^}> clever's karma got increased to 137
<karetsu> clever: its going to have to be recursively done, nothing in .config should break from all of it being 755 right?
Ariakenom has joined #nixos
<capisce> builder for '/nix/store/nv2kcsynxx9809awfm2362w7fcj5bh7s-keymap.drv' failed with exit code 1: cannot open file en-latin9
<clever> karetsu: directories will be fine, making files 755 will make everything into a program!
<capisce> what might be causing this when doing `nixos-rebuild switch --upgrade` ?
<clever> karetsu: find .config -type d -print0 | xargs -0 chmod 755
<karetsu> yeah, I'll do an fd
<clever> karetsu: that will find every directory, print them with \0 seperators, then grab chunks of them and pass it to chmod
<karetsu> 655 for -type f?
<clever> capisce: anything 32bit or nfs at play?
jgt1 has joined #nixos
<clever> karetsu: you can also do `chmod u+w` to only add write to user, and leave all other bits as-is
<karetsu> that's the one I wanted, god, I haven't done this in years
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63458 → vulkan-headers: 1.1.106 -> 1.1.108 → https://git.io/fjVJA
ddellacosta has joined #nixos
<clever> capisce: ah, different from the problems i had
<capisce> my configuration.nix had i18n.consoleKeyMap set to it
karetsu has quit [Quit: WeeChat 2.4]
<spacekookie> Is there some reason why `github/hub` isn't in nixpkgs, or is it just under some other name?
jgt1 has quit [Ping timeout: 252 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karetsu has joined #nixos
<karetsu> clever: all fixed, thanks for your help :)
talqu has joined #nixos
<DigitalKiwi> spacekookie: i think it's there
<DigitalKiwi> gitAndTools.hub (I think)
<{^_^}> [nixpkgs] @jonringer opened pull request #63459 → github-release: 0.6.2 -> 0.7.2 → https://git.io/fjVUU
<spacekookie> DigitalKiwi: aaah cool!
<spacekookie> Thanks
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63460 → whois: 5.4.2 -> 5.4.3 → https://git.io/fjVUt
knupfer has joined #nixos
<talyz> tobiasBora: Thanks for trying the pr! Did you find the answers yourself?
karetsu has quit [Quit: WeeChat 2.4]
ddellacosta has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63461 → wgetpaste: 2.28 -> 2.29 → https://git.io/fjVUm
jabranham has joined #nixos
jabranham has quit [Client Quit]
<eddyb> ugh I think I managed to get `gcc` tests to work (by adding `expect` and `dejagnu` as dependencies), except for lots of tests failing with this: `/nix/store/2dfjlvp38xzkyylwpavnh61azi0d168b-binutils-2.31.1/bin/ld: cannot find crt1.o: No such file or directory`
<eddyb> I'm guessing the `build.sh` used to build `gcc` doesn't get used for `make check` from `doCheck=true`?
<jtojnar> aveltras: how did you install it?
ubert has quit [Remote host closed the connection]
fendor has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63462 → wiredtiger: 2.6.1 -> 3.2.0 → https://git.io/fjVU8
hmpffff has joined #nixos
<jtojnar> aveltras: did you read the long description in https://nixos.org/nixos/packages.html#chrome-gnome
<aveltras> jtojnar: I didn't, I'll do as described then thx
<{^_^}> [nixpkgs] @pSub merged pull request #63328 → pdf2djvu: 0.9.12 -> 0.9.13 → https://git.io/fjawG
<{^_^}> [nixpkgs] @pSub pushed 2 commits to master: https://git.io/fjVU0
<qyliss> the gitAndTools namespace is weird
<qyliss> we don't have anything else like it (to my knowledge)
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #63439 → stress-ng: 0.09.58 -> 0.09.59.1 → https://git.io/fjahh
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « stress-ng: 0.09.58 -> 0.09.59.1 »: https://git.io/fjVU2
<{^_^}> [nixpkgs] @flokli opened pull request #63463 → terraform-providers: bump versions → https://git.io/fjVUa
<hodapp> are there any good existing examples in Nixpkgs of handling a toolchain downloaded as binaries?
<hodapp> need to package some Espressif stuff, and trying to decide whether to use their ugly build (crosstool-ng based) or binaries
<qyliss> ugly builds are always better than binaries if you can actually get them to build imo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63464 → wxSVG: 1.5.17 -> 1.5.18 → https://git.io/fjVUo
<hodapp> qyliss: what makes this one particularly, as far as I can see, is that it uses autotools/configure/some custom bootstrap.sh script just in order to build the build tool, and then runs the build tool
<qyliss> that doesn't sound that bad?
<hodapp> and this build tool then downloads probably quite a lot of stuff on its own
<qyliss> ohh
<qyliss> right
resonyze has quit [Quit: WeeChat 2.6-dev]
<qyliss> can you download all that stuff with Nix, and just put it in the right place?
asheshambasta_m has joined #nixos
<hodapp> I don't know...
<qyliss> that's usually how we handle that sort of thing
<hodapp> I guess I could do two separate derivations, with the first just building the build tool
<qyliss> yeah!
<hodapp> and the second can fetch all it wants to, prior to the build step (assuming I can separate out the actual actual actual build step)
<qyliss> Non-fixed-output derivations can't do networking
<hodapp> hmmmmm
<eddyb> so... `doCheck=true` has been broken for a while for the `gcc` package :/
<eddyb> or I'm doing it wrong
<hodapp> it'd be awesome if I were wrong about how crosstool-NG works
<qyliss> have you checked if there's anything already using crosstool/NG?
<hodapp> didn't see anything in nixpkgs
<hodapp> "If you call ct-ng --help you will get help for make(2). This is because ct-ng is in fact a make(2) script. There is no clean workaround for this." hmmmmm
<qyliss> aww :(
domogled has joined #nixos
v88m has joined #nixos
<hodapp> https://crosstool-ng.github.io/docs/build/ suggests it *does* assume network access
<{^_^}> #39463 (by oxij, 1 year ago, merged): tree-wide: disable `doCheck` and `doInstallCheck` where it fails
<hodapp> qyliss: but perhaps if I dig into crosstool-ng docs, there is a way to do what you describe and pre-fetch things... but I definitely don't like how this sort of hard-codes dependencies
<qyliss> Nix has to hard-code dependencies
<qyliss> that's sort of the point
dm9 has joined #nixos
<qyliss> dependencies have to be specified upfront, with checksums
<hodapp> what I mean is, perhaps there is a way I could parse the URLs out of the git repo itself rather than copying all of them manually
<hodapp> even if this may require some manual fixing when updates occur
<qyliss> the usual way to do this is to write a script and put it in your package's directory
<hodapp> write a script to do what?
<qyliss> pull out the URLs and checksum them
<qyliss> and then generate Nix code or JSON for them
<hodapp> can you point to an example of this in nixpkgs?
rvenyze has joined #nixos
<qyliss> pkgs/development/web/remarkjs/generate.sh
<qyliss> it's very common for npm things
<hodapp> thanks
<qyliss> obviously you can't just use node2nix like it does
mexisme_ has joined #nixos
<qyliss> but all you need to do is dump whatever data you need into a JSON file, then import that in your Nix expression
jgt1 has joined #nixos
<eddyb> I'll try to set `buildTargets="bootstrap check"`, instead of `doCheck=true` and see if that fixes it
<eddyb> or `buildFlags`, rather
Jackneill has quit [Remote host closed the connection]
<hodapp> qyliss: what JSON are you talking about? I see default.nix importing the generated nodepkgs.nix
<qyliss> Sure, you can generate Nix if you'd rather
<hodapp> qyliss: and is this script primarily there for a person to run manually when they are updating the package?
<qyliss> I just say JSON because it's easier to generate from whatever programming language
<qyliss> and Nix can read JSON
<qyliss> and yes, this is to be run manually when updating
<hodapp> oh, just curious because I didn't see the derivation importing the JSON, but node2nix parsing it
<hodapp> if I can get at the URLs I'm sure I can get a script to generate valid Nix like node-packages.nix
<qyliss> Yeah, node2nix generates Nix
<qyliss> But I always generate JSON in my script just because it's built in to Ruby / Python / whatever
<hodapp> but my URLs here almost certainly aren't Node, but whatever other ugly tarballs for building GCC
<qyliss> Generating Nix can be a pain
jgt1 has quit [Ping timeout: 250 seconds]
<qyliss> And there's no benefit to it
<hodapp> it didn't look to me like it was much worse
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63465 → xiccd: 0.2.4 -> 0.3.0 → https://git.io/fjVUh
<hodapp> given I'm just generating a list and some simple declarations
<qyliss> if I'm writing, say a Ruby script, I can just do 'JSON.generate' rather than rolling my own code generator
<qyliss> but if you want to write a code generator be my guest!
freeman42x has joined #nixos
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/fjVTf
<{^_^}> [nixpkgs] @domenkozar merged pull request #63351 → docs: document that nix will not support derivations in meta → https://git.io/fjai9
<hodapp> raarg, I'm more concerned with figuring out where ct-ng buries its *actual* dependencies
<hodapp> and have a feeling this will involve decrypting the source code to some code generator generator generator generator generator generator
jgt1 has joined #nixos
Izorkin has quit [Ping timeout: 248 seconds]
Havvy has joined #nixos
Izorkin has joined #nixos
Neo--- has joined #nixos
Izorkin has quit [Client Quit]
Izorkin has joined #nixos
Ralith_ has quit [Remote host closed the connection]
mexisme_ has quit [Ping timeout: 248 seconds]
Ralith_ has joined #nixos
Izorkin has quit [Client Quit]
Izorkin has joined #nixos
cjpbirkbeck has quit [Quit: Quitting now.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63466 → xmrig: 2.14.1 -> 2.14.4 → https://git.io/fjVTl
hex4 has quit [Ping timeout: 245 seconds]
Shoubit has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63468 → xonsh: 0.9.4 -> 0.9.6 → https://git.io/fjVTR
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63469 → xmrig-proxy: 2.14.1 -> 2.14.4 → https://git.io/fjVTu
knupfer has quit [Quit: knupfer]
alex`` has quit [Ping timeout: 245 seconds]
knupfer has joined #nixos
hex4 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63470 → xmr-stak: 2.10.4 -> 2.10.5 → https://git.io/fjVT2
alex`` has joined #nixos
alp has joined #nixos
<typetetris> If I start a nix-shell with `nix-shell -p gmp` for example, the programs in there can't find `libgmp.so` with `dlopen`. I have to explicitly set `LD_LIBRARY_PATH` in the shell for it to work. Please suggest a more convenient way to do that. I hope there is one.
vmandela has quit [Quit: Leaving]
inquisitiv3 has joined #nixos
kaliumxyz has quit [Ping timeout: 248 seconds]
asheshambasta_m has quit [Quit: Leaving.]
talqu has quit [Ping timeout: 272 seconds]
dm9 has quit [Quit: WeeChat 2.5]
<inquisitiv3> I want to see what key combinations there are for switching between keyboard layouts. When I run `$(nix-build --no-out-link '<nixpkgs>' -A xorg.xkeyboardconfig)/etc/X11/xkb/rules/base.lst` as described on our wiki I get a permission error. When I run the command with `sudo` I get an error message saying the file doesn't exist.
<inquisitiv3> Or more correctly "command not found"
<ivan> can grub2 be made to work with a whole-device mdadm (v. 1.2) raid 1, or should I mdadm the partitions instead? https://gist.github.com/ivan/2f60cc0564034c23b028db75c6b79a74
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63471 → xsecurelock: 1.3.1 -> 1.4.0 → https://git.io/fjVTM
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63472 → yarn: 1.16.0 -> 1.17.0 → https://git.io/fjVTH
<clever> inquisitiv3: what is it having permission errors on?
<aanderse> arianvp++
<{^_^}> arianvp's karma got increased to 3
Guanin has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63092 → pythonPackages.toggl-cli: init at 2.1.0 (and its dependencies) → https://git.io/fj24R
<{^_^}> [nixpkgs] @worldofpeace pushed 6 commits to master: https://git.io/fjVTb
<inquisitiv3> clever: "bash: /nix/store/17588p39scnw7y71y7f2wvhm5mpa63wi-xkeyboard-config-2.24/etc/X11/xkb/rules/base.lst: Permission denied"
<clever> inquisitiv3: you dont have a cat at the start
<clever> inquisitiv3: so your attempting to run base.lst
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63473 → you-get: 0.4.1302 -> 0.4.1314 → https://git.io/fjVTh
<clever> but its not been +x'd so you lack permission to run it
<clever> sudo cant fix a lack of +x
mexisme_ has joined #nixos
Neo--- has quit [Ping timeout: 245 seconds]
lfish has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/c916ad95925 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
shibboleth has quit [Quit: shibboleth]
<inquisitiv3> clever: Aah, thanks for the explaination
<eddyb> oh, `buildFlags="bootstrap check"` will try to run those in parallel but there should be an ordering...
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63415 → pythonPackages.robotframework-sshlibrary: init at 3.3.0 → https://git.io/fja5R
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjVkC
<{^_^}> [nixpkgs] @worldofpeace closed pull request #62943 → Python modules/robotframework sshlibrary → https://git.io/fjgmW
kvaster_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63474 → zotero: 5.0.66 -> 5.0.67 → https://git.io/fjVk4
inquisitiv3 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @turboMaCk closed pull request #62899 → elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes → https://git.io/fjzxT
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63475 → zlog: 1.2.12 -> 1.2.14 → https://git.io/fjVkR
fendor has joined #nixos
alex`` has quit [Ping timeout: 258 seconds]
mexisme_ has quit [Ping timeout: 245 seconds]
alex`` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63476 → zimg: 2.8 -> 2.9.1 → https://git.io/fjVkV
domogled has quit [Ping timeout: 245 seconds]
Matthieu_ has quit [Ping timeout: 258 seconds]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
psyanticy has quit [Quit: Connection closed for inactivity]
fendor has quit [Ping timeout: 246 seconds]
kvaster_ has quit [Ping timeout: 248 seconds]
kvaster_ has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @turboMaCk opened pull request #63477 → elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes → https://git.io/fjVkF
domogled has joined #nixos
zachk has joined #nixos
mexisme_ has joined #nixos
tmaekawa has joined #nixos
domogled has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @globin pushed to master « kdeApplications.kgeography: init »: https://git.io/fjVkA
ilmu has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @alyssais pushed 4 commits to master: https://git.io/fjVkp
hmpffff_ has joined #nixos
hmpffff has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
<{^_^}> [nixpkgs] @alyssais opened pull request #63478 → firefox.updateScript: gpg improvements → https://git.io/fjVIU
Izorkin_ has joined #nixos
domogled has joined #nixos
ddellacosta has quit [Ping timeout: 258 seconds]
Izorkin_ has quit [Client Quit]
Izorkin_ has joined #nixos
Izorkin has quit [Ping timeout: 258 seconds]
Izorkin_ is now known as Izorkin
sveitser2 has joined #nixos
<philipp[m]> I have a container on my nixos-19.03 machine, where I want a newer version of `python3.pkgs.service-identity`. I tried using `nixpkg.config.packageOverrides` and overwrote the version and the sha256 of the package but that gives me weird errors in a completely different part of the evaluation, I think.
<philipp[m]> Is there a good way to do this properly?
Ariakenom has quit [Quit: Leaving]
<clever> 2019-06-18 05:03:41 < clever> NYXT: you want to use disabledModules to remove the current plex module, and then use imports to add in the new one
<clever> 2019-06-18 05:04:00 < clever> NYXT: https://nixos.org/nixos/manual/index.html#sec-replace-modules
<clever> philipp[m]: ^^
<{^_^}> [nixpkgs] @7c6f434c merged pull request #63436 → squid4: 4.6 -> 4.7 → https://git.io/fjahu
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/fjVIt
mac10688 has joined #nixos
Jackneill has joined #nixos
<philipp[m]> Uh, that one looks nice. I can just pull in entire modules like this?
<{^_^}> [nixpkgs] @gebner merged pull request #63348 → freecad: python3, qt5, occt7 → https://git.io/fjai3
<{^_^}> [nixpkgs] @gebner pushed 11 commits to master: https://git.io/fjVIO
orivej has joined #nixos
tilpner has quit [Quit: WeeChat 2.4]
<clever> philipp[m]: yeah
<clever> philipp[m]: youll also need a packageOverrides as well, to change the package the module is using
<philipp[m]> Fortunately my modules has a `pkg` switch, so I can just use that, I guess.
<clever> that also works
<mac10688> Yesterday I was trying to find the postgresql package but I found on the nixos package page when i type postgresql it comes back with results where postgresql is in the description. How do I specify just the attribute name?
<clever> mac10688: i just tab-complete under nix repl '<nixpkgs>'
civodul has joined #nixos
<mac10688> hmm, i just tried nix-env -qa postgresql again and it seems to give me back results now, but it wasn't last night
<mac10688> how do you get to nix repl '<nixpkgs>'?
<qyliss> you run that in a shell
<mac10688> ok, i need to figure out this shell thing sooner than later
<mac10688> ahh nix-env is nix-shell
<mac10688> no
<qyliss> so, like, literally, in your bash or whatever, run nix repl '<nixpkgs>'
<mac10688> i have no idea
<mac10688> ohh
<mac10688> that is nice :)
<mac10688> ty!
pointfourone has joined #nixos
<{^_^}> [nixpkgs] @lheckemann opened pull request #63479 → dcm2niix: 1.0.20170130 -> 1.0.20190410 → https://git.io/fjVI8
<{^_^}> [nixpkgs] @ryantm merged pull request #63276 → jdupes: 1.13 -> 1.13.1 → https://git.io/fjaBo
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVI4
tilpner has joined #nixos
jgt1 has quit [Ping timeout: 258 seconds]
eof_ has joined #nixos
eof has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @alyssais pushed to nixpkgs-master « firefox: 67.0.2 -> 67.0.3 »: https://git.io/fjVIa
<qyliss> whoops
<{^_^}> [nixpkgs] @alyssais pushed 0 commits to nixpkgs-master: https://git.io/fjVIw
<andi-> Did anyone write a nix (sub)net calculator yet for calculating addresses and networks based on some (super)nets?
<clever> andi-: yes
<andi-> clever: have a link ? :-)
<{^_^}> [nixpkgs] @alyssais pushed to nixpkgs-master « firefox: 67.0.2 -> 67.0.3 »: https://git.io/fjVIr
<andi-> clever: thank you
<clever> andi-: i think its in there, if i did it at all
<{^_^}> [nixpkgs] @alyssais pushed 0 commits to nixpkgs-master: https://git.io/fjVIo
<{^_^}> [nixpkgs] @ryantm merged pull request #63410 → qownnotes: 19.5.7 -> 19.6.1 → https://git.io/fja7k
Jackneill has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVI6
selfsymmetric-mu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @alyssais pushed to master « firefox: 67.0.2 -> 67.0.3 »: https://git.io/fjVIX
<qyliss> that's better
<{^_^}> [nixpkgs] @ryantm merged pull request #63253 → git-ftp: 1.5.1 -> 1.5.2 → https://git.io/fja82
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fjVI1
<andi-> clever: seems like you only did reverse and forward dns generators. Will try to comeup with someone myself
<clever> andi-: if you can do it in c, you can also use IFD to cheat like i did
<andi-> clever: Can use IFD. Might also just use (s)ipcalc
tilpner has quit [Quit: WeeChat 2.4]
tilpner has joined #nixos
GiGa has joined #nixos
GiGa has joined #nixos
GiGa has quit [Changing host]
<m1cr0man> Hiya. What's the correct way to import a file and brings its variables into scope? I was thinking `inherit (import ./common.nix);`
<tilpner> m1cr0man: with (import ./common.nix);
<andi-> m1cr0man: with (import ./file.nix)
<m1cr0man> ah ok. And will that work inside the let..in syntax too?
<zachk> can I install nix on ubuntu on windows? the curling and running shell script doesnt seem to be working for me, this doesnt work: curl https://nixos.org/nix/install | sh
<tilpner> m1cr0man: Actually the parentheses are unnecessary: with import ./common.nix;
<tilpner> m1cr0man: No, you need to put it before the let
<m1cr0man> ah grand! Thanks a mil :D
<tilpner> Or inside an expression inside the let-in
<clever> mac10688: in a let block, i would do `let stuff = import ./common.nix; things = stuff.things; in things` for ex
kvaster_ has quit [Remote host closed the connection]
<clever> or `with import ./common.nix; let stuff= things; in stuff`
<{^_^}> [nixpkgs] @jtojnar merged pull request #62733 → qtikz: unstable-20161122 -> 0.12 → https://git.io/fjuDZ
<{^_^}> [nixpkgs] @jtojnar pushed 7 commits to master: https://git.io/fjVI5
<infinisil> Which is then the about the same as `let inherit (import ./common.nix) things; in stuff`
<{^_^}> [nixpkgs] @alyssais pushed 5 commits to release-19.03: https://git.io/fjVId
cjpbirkbeck has joined #nixos
kvaster has joined #nixos
<m1cr0man> "let inherit import" was what I had initially actually. I'm not sure which I prefer. I guess with is a bit less nested
dramforever has joined #nixos
ris has joined #nixos
leotaku has joined #nixos
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
jgt1 has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #63429 → shutter: 0.94.2 -> 0.94.3 → https://git.io/fjaxD
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « shutter: 0.94.2 -> 0.94.3 »: https://git.io/fjVLf
jgt1 has quit [Ping timeout: 252 seconds]
<kraem> systemd-timesyncd fails on startup (and nixos rebuild) with (code=exited, status=238/STATE_DIRECTORY) - found this https://github.com/NixOS/nixpkgs/issues/31540 but the fix did not work - anyone seen this?
<{^_^}> #31540 (by MrSorcus, 1 year ago, open): Failed to start Network Time Synchronization.
GiGa has quit [Quit: Leaving]
fusion809 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/f01ed7b38aa (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<{^_^}> [nixpkgs] @bjornfor pushed commit from @dtzWill to release-19.03 « xpra: 2.3.4 -> 2.5, unbreak »: https://git.io/fjVLG
alex`` has quit [Ping timeout: 248 seconds]
alex`` has joined #nixos
justbeingglad1 has joined #nixos
jabranham has joined #nixos
jabranham has quit [Client Quit]
linarcx has quit [Quit: WeeChat 2.5]
kvaster has quit [Ping timeout: 245 seconds]
anton has quit [Quit: The Lounge - https://thelounge.chat]
<kraem> found this in the logs: https://bpaste.net/show/1b594fa8c717
anton has joined #nixos
zachk has quit [Ping timeout: 248 seconds]
arcnmx has joined #nixos
<kraem> i'm not sure how the file structure is supposed as i'm not that good with systemd to begin with but line 2 of the log i pasted states that the path is not a dir which it is not indeed: https://bpaste.net/show/9b8d6276618c
<kraem> *supposed to be
<ottidmes> kraem: I actually ran into that problem today too, my server was half a minute off, causing two-step auth to fail for my password manager. When I manually started it, it worked though, i.e.: systemctl start systemd-timesyncd.service
zachk has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63473 → you-get: 0.4.1302 -> 0.4.1314 → https://git.io/fjVTh
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjVLB
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63460 → whois: 5.4.2 -> 5.4.3 → https://git.io/fjVUt
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjVLR
<dramforever> It's interesting to see that when people first see Nix and see 'reproducible', they tend to assume that package management is done imperatively, and a .nix file is a 'trace file' that others can replay to reproduce the same environment
dramforever has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63455 → libsForQt5.vlc: 3.0.7 -> 3.0.7.1 → https://git.io/fjVJW
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjVL2
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63387 → python37Packages.py3status: 3.18 -> 3.19 → https://git.io/fjaSh
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjVLa
rfold has quit [Quit: WeeChat 2.4]
<kraem> ottidmes: tried that too - get this: https://bpaste.net/show/043ea7531cd1
<m1cr0man> Do anti quotes work when you use a file as a source for a string?
<kraem> ottidmes: have you tried rebuilding / rebooting since you started the service again?
domogled has quit [Quit: domogled]
inquisitiv3 has joined #nixos
<ottidmes> kraem: it seems you are on a newer version of NixOS, I am on systemd-239, so my problem was probably unrelated to your exact problem
dramforever has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63257 → glib-networking: 2.60.2 -> 2.60.3 → https://git.io/fja89
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to staging: https://git.io/fjVL6
grahamc[m] has quit [Quit: Idle kick: User has been idle for 30+ days.]
devlinzed[m] has quit [Quit: Idle kick: User has been idle for 30+ days.]
<ottidmes> m1cr0man: not quite sure what you mean, do you mean like ${name} in a file? you could do that by having a file containing something like the following nix code: vars: with vars; '' multi line string with ${name} ''
<ottidmes> m1cr0man: then you can import that string like so: import /path/to/file.nix { name = "something"; }
<kraem> ottidmes: alright - thanks anyway :)
pointfourone has quit [Quit: Leaving]
<m1cr0man> ottidmes, See it's not a nix script. For example I have a DNS resource definition in a file called "m1cr0man.com.rr". I'm using it in nix with bind.zones."m1cr0man.com".file = ./m1cr0man.com.rr. I want to reference a variable in that file.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d4afaa8dc29 (from 76 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<m1cr0man> It's just a bit nicer than a double quote string IMO, because the file is quite large and only has one or two variables
<{^_^}> [nixpkgs] @andir merged pull request #63137 → [19.03] chromium: 75.0.3770.80 -> 75.0.3770.90 (backport) → https://git.io/fj29x
<{^_^}> [nixpkgs] @andir pushed 2 commits to release-19.03: https://git.io/fjVLD
galaxie has left #nixos [#nixos]
<ottidmes> kraem: https://www.google.com/search?q=238%2FSTATE_DIRECTORY gives me quite a lot of solutions to your problem related, did you look at them already?
<ottidmes> m1cr0man: well then you got to generate that file with Nix, like so: bind.zones."m1cr0man.com".file = pkgs.writeText "m1cr0man.com.rr" (import ./m1cr0man.com.rr.nix vars)
<zachk> I am trying to install nix on ubuntu on windows, I get this error /tmp/nix-binary-tarball-unpack.sQY0ystwBe/unpack/nix-2.2.2-x86_64-linux/install: unable to install Nix into your default profile , any ideas?
<m1cr0man> ottidmes, Hm ok, that'll do fine. I can add double quotes at the start and end of my file quite happily. Thanks :)
offlinehacker has quit [Quit: Idle kick: User has been idle for 30+ days.]
jgt1 has joined #nixos
bobvanderlinden_ has quit [Quit: Idle kick: User has been idle for 30+ days.]
cybrian has joined #nixos
oida has quit [Remote host closed the connection]
lovesegfault has joined #nixos
jgt1 has quit [Ping timeout: 252 seconds]
<kalbasit> ,locate bin pgrep
<{^_^}> Found in packages: toybox, busybox, procps-ng
<kalbasit> risson: ^^
kubaracek has joined #nixos
aszlig has quit [Quit: Kerneling down for reboot NOW.]
<kalbasit> risson: I usually /msg it to avoid spamming everyone here :)
<risson> Alright, thanks !
<ottidmes> zachk: https://github.com/NixOS/nix/issues/2651 seems to explain your issue and provide workarounds
<{^_^}> nix#2651 (by braedenf, 20 weeks ago, open): Installing Nix fails on Ubuntu 18.04.1 LTS Error: cloning builder process: Invalid argument
<kraem> ottidmes: thank you again - did read the one about /var/lib/private having wrong permissions but mine didn't - instead found this: https://bbs.archlinux.org/viewtopic.php?id=245916 and removed the symlink as suggested = systemd-timesyncd.service up and running
aszlig has joined #nixos
ricekrispie has quit [Quit: YEET]
ricekrispie has joined #nixos
ilmu has quit [Ping timeout: 272 seconds]
<kubaracek> Hi. Has anyone here managed to setup oslogin on GCE? Having troubles for hours :(
<ottidmes> kraem: nice!
__monty__ has quit [Quit: leaving]
cjpbirkbeck has quit [Quit: Quitting now.]
hamishmack has joined #nixos
endformationage has joined #nixos
cjpbirkbeck has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
MrCCoffee has joined #nixos
o1lo01ol1o has joined #nixos
hmpffff_ has quit [Quit: nchrrrr…]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63349 → nix-prefetch-github: 2.2 -> 2.3 → https://git.io/fjaiC
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjVtk
aveltras has quit [Ping timeout: 252 seconds]
metasyntactic[m] has quit [Quit: Idle kick: User has been idle for 30+ days.]
erasmas has quit [Quit: leaving]
trumpeta has joined #nixos
kubaracek has quit [Ping timeout: 256 seconds]
pepegar has quit [Remote host closed the connection]
o1lo01ol1o has quit [Ping timeout: 258 seconds]
zupo has joined #nixos
fenedor has joined #nixos
Synthetica has quit [Ping timeout: 259 seconds]
cjpbirkbeck has quit [Quit: Quitting now.]
philipcristiano has joined #nixos
teozkr has joined #nixos
benkolera has joined #nixos
sorear has joined #nixos
aveltras has joined #nixos
ctp has joined #nixos
Synthetica has joined #nixos
r0bby has joined #nixos
dukedave has joined #nixos
vdemeester has joined #nixos
andi- has joined #nixos
fendor has quit [Ping timeout: 268 seconds]
<jtojnar> do we have something like `nix-store --query --tree` that is collapsible?
<jtojnar> or something like `nix why-depends` that works on drv files?
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
fenedor has quit [Quit: Leaving]
asthma[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle kick: User has been idle for 30+ days."]
ddellacosta has joined #nixos
<bsima> are there any docs on how nix forks child processes?
<bsima> during build specifically?
atgo[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle kick: User has been idle for 30+ days."]
trumpeta has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<ottidmes> jtojnar: nix-diff?
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #63442 → tbb: 2019_U7 -> 2019_U8 → https://git.io/fjVe3
<jtojnar> ottidmes: I am trying to figure out what pulls in certain package into a build closure
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « tbb: 2019_U7 -> 2019_U8 »: https://git.io/fjVtB
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #63438 → stunnel: 5.54 -> 5.55 → https://git.io/fjahd
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « stunnel: 5.54 -> 5.55 »: https://git.io/fjVt0
knupfer has quit [Ping timeout: 250 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @marsam merged pull request #63400 → python37Packages.srsly: 0.0.5 -> 0.0.7 → https://git.io/fjaQI
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVtV
ksbrar[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle kick: User has been idle for 30+ days."]
andi- has quit [Remote host closed the connection]
<ottidmes> jtojnar: maybe you can use some tools that can help you filter a graphviz graph, or you could do some shell tricks with nix-store --query --tree to get the route to the dependency you are interested in, thats all I can think of
<{^_^}> [nixpkgs] @andir merged pull request #63136 → chromium: 75.0.3770.80 -> 75.0.3770.90 → https://git.io/fj29b
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/fjVtK
<jtojnar> yeah that is what I was afraid of
andi- has joined #nixos
exarkun1 has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle kick: User has been idle for 30+ days."]
dramforever has quit [Remote host closed the connection]
jgt1 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63396 → python37Packages.rubymarshal: 1.0.3 -> 1.2.6 → https://git.io/fjaHz
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVtQ
<{^_^}> [nixpkgs] @andir merged pull request #63478 → firefox.updateScript: gpg improvements → https://git.io/fjVIU
<{^_^}> [nixpkgs] @andir pushed 3 commits to master: https://git.io/fjVtF
hylshols7qui[m] has left #nixos ["Kicked by @appservice-irc:matrix.org : Idle kick: User has been idle for 30+ days."]
<{^_^}> [nixpkgs] @marsam merged pull request #63364 → python37Packages.guessit: 3.0.3 -> 3.0.4 → https://git.io/fjaXP
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVtA
jtojnar has quit [Read error: Connection reset by peer]
jgt1 has quit [Ping timeout: 258 seconds]
<aleph-> Stupid question, is there a way to get my laptop to not suspend/hibernate when I shut my lid? Already setting services.logind.lidSwitch = "ignore"; and doing a rebuild to no effect.
<{^_^}> [nixpkgs] @marsam merged pull request #63359 → python37Packages.flask-cors: 3.0.7 -> 3.0.8 → https://git.io/fjaXU
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVtx
jtojnar has joined #nixos
<{^_^}> [nixpkgs] @jtojnar closed pull request #63236 → sublime3: fix gksu support → https://git.io/fjaC3
<ottidmes> aleph-: I have services.logind.lidSwitch = "ignore"; too and it works for me
<{^_^}> [nixpkgs] @jtojnar merged pull request #63447 → Merge pull request #63447 from jtojnar/sublime-cleanup → https://git.io/fjVeg
<{^_^}> [nixpkgs] @jtojnar pushed 6 commits to master: https://git.io/fjVth
<{^_^}> [nixpkgs] @marsam merged pull request #63361 → python37Packages.geoalchemy2: 0.6.2 -> 0.6.3 → https://git.io/fjaX3
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVtj
<aleph-> ottidmes: Yeah I realized I should probably log back in afterwards...
hio has quit [Quit: Connection closed for inactivity]
<ottidmes> ah, the "did you try turning it off and on again" strikes again :P
<{^_^}> [nixpkgs] @marsam merged pull request #63372 → python37Packages.jellyfish: 0.7.1 -> 0.7.2 → https://git.io/fjaM6
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqe
<aleph-> And huh, sell lidSwitchDocked ain't working. :/
<aleph-> Grumble grumble
<aleph-> Why not, I have a second screen plugged in yah....
<aleph-> Oh there we go, need to disable my laptop output first apparently...
<{^_^}> [nixpkgs] @marsam merged pull request #63425 → sec: 2.8.1 -> 2.8.2 → https://git.io/fjax4
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqJ
<aleph-> Or nope, not it shut down again too. Just took longer...
<{^_^}> [nixpkgs] @jonringer opened pull request #63480 → pythonPackage.docker: 3.7.2 -> 4.0.1 → https://git.io/fjVqT
<{^_^}> [nixpkgs] @marsam merged pull request #63426 → shairport-sync: 3.3 -> 3.3.1 → https://git.io/fjaxu
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqk
hamishmack has joined #nixos
phreedom has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #63404 → python37Packages.xcffib: 0.8.0 -> 0.8.1 → https://git.io/fjaQy
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqt
ym555 has joined #nixos
phreedom has joined #nixos
justbeingglad1 has left #nixos [#nixos]
<{^_^}> [nixpkgs] @marsam merged pull request #63449 → tmuxp: 1.5.1 -> 1.5.3 → https://git.io/fjVvn
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqq
sindrip has joined #nixos
rtjure has quit [Ping timeout: 248 seconds]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @marsam merged pull request #63377 → python37Packages.kombu: 4.5.0 -> 4.6.1 → https://git.io/fjaDS
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqZ
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #63481 → [19.03] gvfs: security fixes → https://git.io/fjVq8
<{^_^}> [nixpkgs] @alyssais opened pull request #63482 → CODEOWNERS: add myself for lib/licenses.nix → https://git.io/fjVq4
AmandaC has joined #nixos
lovesegfault has quit [Ping timeout: 245 seconds]
ddellacosta has quit [Ping timeout: 244 seconds]
<AmandaC> I'm getting `error: infinite recursion encountered, at undefined position` when I try and `import` an overlay I'm making for myself, anybody have any ideas for what could cause that? The repo I'm making is at https://gitlab.darkdna.net/amanda/nixpkgs and I'm adding it to my configuration.nix with `nixpkgs.overlays = [ import /path/to/that/repo/default.nix ]`
<samueldr> AmandaC: this is likely to cause issues
<{^_^}> [nixpkgs] @marsam merged pull request #63431 → sit: 0.4.0 -> 0.4.1 → https://git.io/fjapG
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVqK
<samueldr> you may want to completely remove that, add lib to the signature of the file, then `s/pkgs.//g`
<samueldr> I won't say this is _it_, but at least it's not ideal
<{^_^}> [nixpkgs] @jonringer opened pull request #63483 → pythonPackages.buildbot-plugins: update hashes → https://git.io/fjVqi
<AmandaC> Er, no that's def. not it, because I was getting the error with an earlier version of the package.
rprije has joined #nixos
<samueldr> right, I never quite remember whether to prefer using `self` or `super` inside the overlay, but know that some cases of infinite recursions are fixed by using one instead of the other
<AmandaC> I can't find many simple examples of overlays to compare against, either, unless my google-fu is lacking more than I thought
goibhniu1 has quit [Ping timeout: 258 seconds]
<samueldr> I seem to use `self.callPackage` rather than super
<{^_^}> [nixpkgs] @alyssais opened pull request #63484 → linux_5_0: remove → https://git.io/fjVqS
<AmandaC> son of a...
<AmandaC> Adding a pair of () arount the import in my configuration.nix fixed it
<samueldr> ah, [ import ./some/path.nix {} ] creates a list of three elements
<samueldr> (if that was it)
jgt1 has joined #nixos
<samueldr> > a = x: x
<{^_^}> a defined
<samueldr> > b = x: x
<{^_^}> b defined
<samueldr> > [ a b 1 ]
<{^_^}> [ <CODE> <CODE> 1 ]
<samueldr> > :p [ a b 1 ]
<{^_^}> [ <LAMBDA> <LAMBDA> 1 ]
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @allowthere opened pull request #63485 → caddy: 0.11.4 -> 1.0.0 → https://git.io/fjVq5
mbrgm has quit [Ping timeout: 245 seconds]
mbrgm_ is now known as mbrgm
<AmandaC> awesome, thanks for the help samueldr
<samueldr> you're welcome
jgt1 has quit [Ping timeout: 250 seconds]
<zachk> ottidmes, seems adding stuff to disable some of the sql lite and shutting off the sandbox works, thank you :)
<AmandaC> going to duck back out though now, because if I stay in channels this large I tend to get 3am private messages from people who don't understand that IRC isn't a dating app
AmandaC has left #nixos [#nixos]
<samueldr> :(
zachk has quit [Remote host closed the connection]
Soo_Slow has quit [Remote host closed the connection]
zachk has joined #nixos
<rndd[m]> (((
<{^_^}> [nixpkgs] @worldofpeace opened pull request #63486 → gvfs: security fixes → https://git.io/fjVqj
<{^_^}> [nixpkgs] @marsam merged pull request #63468 → xonsh: 0.9.4 -> 0.9.6 → https://git.io/fjVTR
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjVmk
justanotheruser has quit [Quit: WeeChat 2.4]