worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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 || For best support,
CptCaptain has quit [Quit: WeeChat 2.6]
<sshow> sondr3: the riot.im chat is pretty nice with matrix
<adisbladis> As far as mobile IRC goes the weechat android relay client is pretty good
<adisbladis> But the weechat ui is a dumpster fire imho
<sondr3> yeah, I'm also somewhat hoping communities start moving towards Matrix in the long term
<sondr3> especially now that PIA has been bought by a company that is extremely shady
mojjo has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Lassulus merged pull request #71468 → tree-wide: inherit yarn2nix from yarn2nix-moretea → https://git.io/JeBxt
<{^_^}> [nixpkgs] @Lassulus pushed commit from @petabyteboy to master « tree-wide: inherit yarn2nix from yarn2nix-moretea »: https://git.io/JeiyB
<adisbladis> sondr3: What does PIA have to do with anything?
<sondr3> PIA owns freenode
gyroninja_ has quit [Ping timeout: 240 seconds]
<sondr3> or, I guess own is the wrong thing, but they are the primary benefactor as it is, with their logo on the homepage and all
<sshow> sondr3: I didn't know they were aquired. what's shady?
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @flokli opened pull request #74001 → nixosTests.bees: port to python → https://git.io/JeiyK
bvdw has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
<sondr3> sshow: it's primarily from https://news.ycombinator.com/item?id=21612488
<{^_^}> [nixpkgs] @fpletz merged pull request #73991 → nixosTests.neo4j: port test to python → https://git.io/Jei17
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JeiyP
smatting has quit [Ping timeout: 252 seconds]
mexisme has joined #nixos
smatting has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73943 → Update maintainer-list.nix → https://git.io/Jeicz
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @shanemikel to master « maintainers: update shanemikel email »: https://git.io/JeiyX
<sshow> interesting
mexisme has quit [Ping timeout: 276 seconds]
<edef> sondr3: they hardly own the lot
<sondr3> edef: yeah, that was my bad, they don't own them, but they are the primary sponsor
<edef> that much is true, yes
pjan has quit [Remote host closed the connection]
<edef> they have no administrative control over freenode, and the worst case is that freenode runs out of money
juhe has quit [Remote host closed the connection]
<edef> IRC networks are not very high resource cost, and i suspect freenode could reasonably be user-funded or find another sponsor, should the need arise
<edef> i have fairly high trust in christel and other network staff to keep the lot running
<{^_^}> [nixpkgs] @flokli opened pull request #74002 → nixosTests.google-oslogin: port to python → https://git.io/JeiyQ
jluttine has quit [Ping timeout: 240 seconds]
<Dandellion[m]> There's no way freenode would ever be allowed to die
<sshow> there would be a freefreenode movement
LysergicDreams has quit [Ping timeout: 265 seconds]
LysergicDreams has joined #nixos
<{^_^}> [nixpkgs] @nh2 opened pull request #74003 → nixosTests.glusterfs: port to python → https://git.io/JeiSv
<{^_^}> [nixpkgs] @fpletz opened pull request #74004 → nixosTests.dovecot: port test to python → https://git.io/JeiSf
<{^_^}> [nixpkgs] @flokli opened pull request #74005 → nixosTests.etcd*: port to python → https://git.io/JeiSJ
<nh2> flokli: and my axe ^^
<gchristensen> this looks coordinated
<notgne2> I remember there's an admin on Rizon who gets upset if you talk too fast as it wastes bandwidth
<nh2> moving the tests to Python must get the sanity prize of 2019, hard to not join into this efford :D
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 276 seconds]
mbrgm_ is now known as mbrgm
<flokli> nh2: we quickly thought about making it a drinking game
<flokli> one test, then one shot. goto 1
<nh2> flokli: well that wouldn't end well at this rate
<flokli> but decided against it unfortunately
<sondr3> "unfortunately"
theduke has joined #nixos
<fpletz> hitting the ballmer peak is hard, you gotta train for it :>
<flokli> nh2: if you want, you can take a look at https://github.com/NixOS/nixpkgs/pull/74003 . I have no idea why this is failing with the new test driver…
<{^_^}> #74003 (by nh2, 6 minutes ago, open): nixosTests.glusterfs: port to python
<nh2> flokli: the gluster test fails for you? Probably the arbitrary sleep you commented; I'll conjure the right invocation from https://github.com/nh2/nixops-gluster-example/
lovesegfault has quit [Ping timeout: 276 seconds]
amir_ is now known as amir
<flokli> no wait
<flokli> not that one
<flokli> the cockroachdb one
<flokli> too many tests, sorry
<theduke> so let's say I want to use an overlay to create an additional file in /etc
<theduke> what's the simplest/most idiomatic way to accomplish that?
<vaibhavsagar> theduke: IIUC an overlay by itself can't touch your filesystem
lnadav2 has quit [Read error: Connection reset by peer]
<qyliss> what you probably want is a custom NixOS module
<vaibhavsagar> you could add an entry to your `configuration.nix` if you're running NixOS
ixxie has quit [Ping timeout: 240 seconds]
<vaibhavsagar> `environment.etc."<filename>".text = "<contents>"`
<theduke> haha nix is so confusing. it always seems like there are 5 ways to do things and none of them have good googleable resources. It's a learning process I guess
aveltras has quit [Quit: Connection closed for inactivity]
<sshow> theduke: entry level documentation is not nixos's biggest strength. but it's worth getting into :)
<vaibhavsagar> that's why we have friendly people on the IRC channel
<theduke> vaibhavsagar: true
<vaibhavsagar> theduke: check out https://blog.jeaye.com/2017/07/30/nixos-revisited/#managing-user-homes for an example of putting a file in `/etc`
<{^_^}> [nixpkgs] @flokli merged pull request #73961 → nixos/kerberos: port tests to python → https://git.io/Jeiza
<sondr3> first time I've seen someone use K&R style braces in Nix lol
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JeiSc
lucasvo has joined #nixos
<nh2> flokli: whatever, that `sleep 2` is now gone as well
sondr3 has quit [Quit: WeeChat 2.6]
<flokli> nice
<lucasvo> Does anyone have any experience with building rust packages that have more than one cargo.toml file using buildRustPackage? It seems like it can't find any dependencies defined in the cargo file in the subfolder
<{^_^}> [nixpkgs] @flokli merged pull request #74003 → nixosTests.glusterfs: port to python → https://git.io/JeiSv
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JeiSC
<theduke> vaibhavsagar: that only works for the system-wide configuration though, right?
jgeerds has quit [Ping timeout: 240 seconds]
<vaibhavsagar> theduke: yes
<vaibhavsagar> Nix doesn't modify your filesystem except in `configuration.nix`
smatting has quit [Ping timeout: 240 seconds]
<vaibhavsagar> the Nix approach is to use a fuckton of symlinks to things in `/nix/store` instead, which will get you surprisingly far
<vaibhavsagar> what are you trying to do exactly? is there a way do to the thing that doesn't involve putting a file under /etc?
LysergicDreams has quit [Ping timeout: 276 seconds]
LysergicDreams has joined #nixos
gyroninja has joined #nixos
<theduke> I'm trying to figure out the best way to have declarative user environment configuration that doesn't boil down to "one big config file" (nixpkgs/config.nix) but is cleanly separated by application
<theduke> so that can for example involve putting the custom config file for a program in /etc in the default location
<{^_^}> [nixpkgs] @flokli merged pull request #74004 → nixosTests.dovecot: port test to python → https://git.io/JeiSf
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JeiSK
<theduke> that's why I reached for overlays initially
<theduke> main purpose: when removing the package, the associated configs should be gone as well without having to manually remove them from other definitions
<jeaye> vaibhavsagar :)
LysergicDreams has quit [Ping timeout: 276 seconds]
vonfry has joined #nixos
LysergicDreams has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeiSy
peanutbutter144 has quit [Remote host closed the connection]
peanutbutter144 has joined #nixos
sb0 has joined #nixos
<vaibhavsagar> jeaye <3
Ariakenom has quit [Read error: Connection reset by peer]
<vaibhavsagar> theduck: it's possible to split `configuration.nix` out into arbitrarily many files
<vaibhavsagar> *theduke
justanotheruser has quit [Ping timeout: 240 seconds]
<vaibhavsagar> note how there's an `imports` section
mexisme has joined #nixos
LysergicDreams has quit [Ping timeout: 252 seconds]
<vaibhavsagar> a more involved example is at https://github.com/barrucadu/nixfiles
LysergicDreams has joined #nixos
justanotheruser has joined #nixos
<gchristensen> vaibhavsagar++
<{^_^}> vaibhavsagar's karma got increased to 3
lovesegfault has joined #nixos
xel has joined #nixos
<xel> I just insalled NixOS for the first time with KDE Plasma, and I can't figure out why the UI in KDE system settings is so big
<vaibhavsagar> xel: what is the resolution of your monitor and what is the display resolution?
<xel> I have a couple of 1920x1080 monitors; not sure what you mean by display resolution?
<vaibhavsagar> actually, I think I misunderstood, can you share a screenshot of the system settings UI?
<xel> yeah, 1 sec
slack1256 has joined #nixos
<xel> https://imgur.com/a/A8cOdjS < looks a little too big right?
<vaibhavsagar> that seems normal to me
<vaibhavsagar> here's what mine looks like: https://imgur.com/a/UVqlUlv
<vaibhavsagar> let me get another screenshot of the same menu you're seeing
<xel> oh, mine pretty much looks like that too, ig im just not used to kde
LysergicDreams has quit [Ping timeout: 276 seconds]
<vaibhavsagar> more or less the same AFAICT
<xel> yeah pretty much, haven't used KDE in a while lol
<xel> quick question though how do you take nice screenshots of windows like that?
<vaibhavsagar> I use GIMP to take a screenshot of a window
<xel> you can take screenshots with GIMP?
<vaibhavsagar> yeah, File > Create > Screenshot
lucasvo has quit [Ping timeout: 240 seconds]
<xel> ah, thanks
leah2 has quit [Read error: Connection reset by peer]
xel has quit [Quit: Leaving]
LysergicDreams has joined #nixos
mexisme has quit [Ping timeout: 246 seconds]
jluttine has joined #nixos
<{^_^}> [mobile-nixos] @danielfullmer opened pull request #56 → google-marlin: Fix CONFIG_VT → https://git.io/Jei9o
wildtrees has quit [Quit: Leaving]
h0m1 has quit [Ping timeout: 245 seconds]
LysergicDreams has quit [Ping timeout: 240 seconds]
h0m1 has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #56 → google-marlin: Fix CONFIG_VT → https://git.io/Jei9o
<{^_^}> [mobile-nixos] @samueldr pushed 2 commits to master: https://git.io/Jei9M
LysergicDreams has joined #nixos
chloekek has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @nh2 opened pull request #74006 → nixosTests.consul: init → https://git.io/Jei9H
<{^_^}> [nixpkgs] @jonringer pushed commit from @killercup to master « mdbook: 0.3.1 -> 0.3.5 »: https://git.io/Jei97
<{^_^}> [nixpkgs] @jonringer merged pull request #73986 → mdbook: 0.3.1 -> 0.3.5 → https://git.io/JeiP1
iyzsong has joined #nixos
mexisme has joined #nixos
gagbo has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 240 seconds]
hmpffff_ has joined #nixos
hmpffff has quit [Ping timeout: 240 seconds]
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos
<{^_^}> [nixpkgs] @ryantrinkle opened pull request #74007 → nvidia_x11: 435.21 -> 440.36 → https://git.io/JeiHY
codygman_____ has quit [Ping timeout: 260 seconds]
<srid> Is there a way to run `nix-env -f ... -iA blah` - but without installing it in home env? (Just put the final derivation in a `./result` symlink like nix-build does)?
<clever> srid: nix-build ... -A blah
<srid> clever: It doesn't fetch from URLs (-f) like nix-env does.
<clever> srid: what command did you try exactly?
<srid> ^^ forgot a `z` at the end.
<clever> nix-build https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -A haskellPackageSets.ghc.aeson
<clever> srid: seems to be building just fine fo rme
<srid> Ah, I didn't know nix-build's argument could be URLs (in addition to local file paths)!
Scriptkiddi has quit [Remote host closed the connection]
das_j has quit [Remote host closed the connection]
<clever> nix-build and nix-env are using the same logic when they handle url's
<srid> It is a bit of magic, as in nix files you would have to use `builtins.fetchTarball` explicitly.
Scriptkiddi has joined #nixos
das_j has joined #nixos
<clever> yeah
mexisme has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
vonfry has quit [Quit: WeeChat 2.6]
qubasa_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mumuluxi has quit [Quit: ZNC 1.7.4 - https://znc.in]
wucke13 has quit [Quit: ZNC 1.7.4 - https://znc.in]
greizgh has joined #nixos
mumuluxi has joined #nixos
qubasa has joined #nixos
wucke13 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #71797 → azure-cli: init at 2.0.76 → https://git.io/Je0IF
<{^_^}> [nixpkgs] @jonringer pushed 42 commits to master: https://git.io/JeiHB
andi- has quit [Remote host closed the connection]
andi- has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #73964 → gpxsee: 7.17 -> 7.18 → https://git.io/Jeigo
<{^_^}> [nixpkgs] @jonringer pushed commit from @sikmir to master « gpxsee: 7.17 -> 7.18 »: https://git.io/JeiHa
LysergicDreams has quit [Ping timeout: 265 seconds]
LysergicDreams has joined #nixos
monotux has quit [Quit: WeeChat 2.6]
monotux has joined #nixos
doublex__ is now known as doublex_
<{^_^}> [nixpkgs] @pacien opened pull request #74008 → processing: update reference archive hash → https://git.io/JeiHM
<{^_^}> [nixpkgs] @pacien opened pull request #74009 → [19.09] processing: update reference archive hash → https://git.io/JeiHS
<{^_^}> [nixpkgs] @volth opened pull request #74010 → graalvm8-ee: 19.2.1 -> 19.3.0, graalvm11-ee: init at 19.3.0 → https://git.io/JeiH9
<samueldr> I have a terrible upload speed to the internet, and need to build something on a remote system
<samueldr> hmmm
<samueldr> I might just have been impatient and my trick worked
<samueldr> it was copying 438 paths... but those were indeed 438 drvs
<samueldr> and then it realised stuff using the cache
<samueldr> all is well
ogle has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #74011 → python3Packages.portalocker: fix build → https://git.io/JeiHH
<ogle> I am packaging some kernel modules that shadow the in tree modules, however nixos appears to not be prioritizing modules under the extra directory. The module.dep files in /run/current-system/kernel-modules appears to corroborate that, however depmod -b /run/current-system/kernel-modules -a 4.19.80 -n results in the expected output.
pointfourone has joined #nixos
<ogle> is this expected behavior? or is there a way to update the modules.{dep,order,..} files?
<clever> ogle: do you see duplicate module files in /run/current-system/kernel-modules ?
<ogle> yeah, here is some truncated output
<ogle> /run/current-system/kernel-modules/lib/modules/4.19.80/extra/mlnx-ofa_kernel/drivers/infiniband/hw/mlx5/mlx5_ib.ko.xz
<ogle> /run/current-system/kernel-modules/lib/modules/4.19.80/extra/mlnx-ofa_kernel/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko.xz
<ogle> /run/current-system/kernel-modules/lib/modules/4.19.80/kernel/drivers/infiniband/hw/mlx5/mlx5_ib.ko.xz
<ogle> /run/current-system/kernel-modules/lib/modules/4.19.80/kernel/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko.xz
<clever> ogle: i think you should start by trying to get the duplicates at the same path, so nixos overwrites things
<ogle> clever: is nix going to complain about the collision?
<clever> ogle: it will either be a warning or an error, and the order should be constant, just dont know which way it is yet
<ogle> modules under extra *should* take precedent from my reading of the modprobe/depmod pages, but not sure what nix is doing here
<clever> let me find the source...
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.portalocker: fix build »: https://git.io/JeiHF
<{^_^}> [nixpkgs] @jonringer merged pull request #74011 → python3Packages.portalocker: fix build → https://git.io/JeiHH
<clever> ogle: after nixos buildEnv's all of the module packages together, it will run that depmod to regen the cache
justanotheruser has quit [Ping timeout: 265 seconds]
ddellacosta has quit [Ping timeout: 265 seconds]
zacts has joined #nixos
<ogle> clever: huh, based on reading through that I would expect this to work as is. But as I mentioned above I see very different output in the installed modules and running depmod and dumping to stdout
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
zacts has left #nixos ["Konversation terminated!"]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @jonringer opened pull request #74012 → python3Packages.azure-cli-{core,telemetry}: remove → https://git.io/JeiHj
daspork has quit [Quit: ZNC 1.7.1 - https://znc.in]
daspork has joined #nixos
<{^_^}> [nixpkgs] @andrew-d opened pull request #74013 → buildBazelPackage: allow specifying whether to remove rules_cc → https://git.io/JeiQv
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #74014 → [19.09] azure-cli: init at 2.0.76 → https://git.io/JeiQG
* hodapp tries to figure out why his Postgresql database in a container was completely destroyed.....
lovesegfault has quit [Quit: WeeChat 2.6]
<wedens[m]> PG_DATA is not on a volume?
Miyu-saki has quit [Ping timeout: 252 seconds]
njd has joined #nixos
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #67284 → (compilers): add version and pname → https://git.io/fjN3J
<{^_^}> [nixpkgs] @Ericson2314 pushed 11 commits to release-19.09: https://git.io/JeiQc
Miyu-saki has joined #nixos
<{^_^}> [nixpkgs] @thefloweringash opened pull request #74015 → chromium: fix aarch64 build → https://git.io/JeiQC
Miyu-saki is now known as Guest75701
Guest75701 has quit [Ping timeout: 240 seconds]
daspork has quit [Quit: ZNC 1.7.1 - https://znc.in]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74016 → gcc: Fix cross names → https://git.io/JeiQ0
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Ericson2314 pushed to release-19.09 « Revert "Merge pull request #67284 from gloaming/cc-versions" »: https://git.io/JeiQE
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74017 → (compilers): add version and pname → https://git.io/JeiQ2
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74018 → gcc: Fix cross names for 19.09 → https://git.io/JeiQa
<{^_^}> [nixpkgs] @jonringer merged pull request #73844 → gamecube-tools: fix build → https://git.io/Je6zY
<{^_^}> [nixpkgs] @jonringer pushed to master « gamecube-tools: fix build »: https://git.io/JeiQw
<{^_^}> [nixpkgs] @jonringer closed pull request #73845 → vscode-extensions.ms-python.python: fix rpath → https://git.io/Je6zs
<{^_^}> [nixpkgs] @jonringer closed pull request #71683 → python3Packages.minio: 4.0.17 -> 5.0.1 → https://git.io/JeRHk
Guest15214 has joined #nixos
njd has quit [Ping timeout: 240 seconds]
Guest15214 has quit [Remote host closed the connection]
daspork has joined #nixos
njd has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #70684 → pythonPackages.cloudpickle: 0.8.1 -> 1.2.2 → https://git.io/JeWJV
<{^_^}> [nixpkgs] @jonringer opened pull request #74019 → pythonPackages.sunpy: 1.0.2 -> 1.0.6 → https://git.io/Jei7U
gxt has quit [Ping timeout: 260 seconds]
xkapastel has joined #nixos
gxt has joined #nixos
daspork has quit [Quit: ZNC 1.7.1 - https://znc.in]
LysergicDreams has quit [Ping timeout: 276 seconds]
daspork has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
LysergicDreams has joined #nixos
bvdw has joined #nixos
Lears has quit [Read error: No route to host]
Lears has joined #nixos
zupo has joined #nixos
Guest15214 has joined #nixos
ogle has left #nixos [#nixos]
m1cr0man has quit [Ping timeout: 240 seconds]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
palo1 has joined #nixos
noudle has joined #nixos
palo has quit [Ping timeout: 245 seconds]
palo1 is now known as palo
mexisme has quit [Ping timeout: 276 seconds]
slack1256 has quit [Remote host closed the connection]
mexisme has joined #nixos
noudle has quit []
iqubic has joined #nixos
<{^_^}> [nixpkgs] @adithyaov opened pull request #74021 → Add Vimagit to vimPlugins → https://git.io/Jei7h
zupo has quit [Ping timeout: 265 seconds]
zupo has joined #nixos
zupo has quit [Client Quit]
dema has joined #nixos
manu12[m] has joined #nixos
Guest15214 is now known as Miyu-saki
Miyu-saki has quit [Changing host]
Miyu-saki has joined #nixos
knupfer has joined #nixos
smatting has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
<aria> when playing minecraft and pressing the `open to lan` button, it picks a random udp port and listens on it. to get this through the firewall you have to add it to the allowed ports in configuration.nix and rebuild (which takes a long time and touches a config file). how can we open the port temporarily, without needing to rebuild
mexisme has quit [Ping timeout: 246 seconds]
ixxie has joined #nixos
bahamas has joined #nixos
Heirlung has quit [Quit: ZNC - http://znc.in]
Miyu-saki has quit [Ping timeout: 246 seconds]
mexisme has joined #nixos
Heirlung has joined #nixos
Miyu-saki has joined #nixos
Miyu-saki is now known as Guest42527
Guest42527 is now known as Miyu-saki
Miyu-saki has joined #nixos
Miyu-saki has quit [Changing host]
<dema> aria, I think you can try to write a script that parses netstat/ss output and calls iptables directly..
<aria> dema: just INPUT table or is there a special nixos table i should put it in
Miyu-saki has quit [Client Quit]
<aria> oh it won't work in input because it'll put it after nixos-fw which means it'll be dropped
<aria> maybe -I INPUT 1, to put it at the start
root2 has joined #nixos
Miyu-saki has joined #nixos
root2 is now known as Miyu-saki
smatting has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
zupo has quit [Client Quit]
aveltras has joined #nixos
lux3 has joined #nixos
dema has quit [Ping timeout: 240 seconds]
Heirlung has quit [Read error: Connection reset by peer]
Heirlung has joined #nixos
<charukiewicz> A few weeks I deployed a NixOS server that I upgraded to 19.09 by setting nix-channel, but its version is "19.09pre-git". Looks like the newest version available is now "19.09.981.205691b7cbe". Running nixos-rebuild switch --upgrade doesn't seem to do anything? How to I upgrade past the pre-git version? Is there something I can include in my configuration.nix?
bahamas has quit [Ping timeout: 276 seconds]
smatting has joined #nixos
alexherbo2 has joined #nixos
smatting has quit [Ping timeout: 246 seconds]
daspork has quit [Quit: ZNC 1.7.1 - https://znc.in]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
daspork has joined #nixos
ambro718 has joined #nixos
ixxie has quit [Ping timeout: 276 seconds]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #73562 → qt5: 5.12.5 -> 5.12.6 → https://git.io/Jeo74
<{^_^}> [nixpkgs] @FRidh pushed commit from @dtzWill to staging « qt5: 5.12.5 -> 5.12.6 »: https://git.io/Jeidq
<{^_^}> [nixpkgs] @FRidh merged pull request #72843 → openjdk8: restore correct handling of cmm directory → https://git.io/Je2hT
<{^_^}> [nixpkgs] @FRidh pushed commit from @lopsided98 to master « openjdk8: restore correct handling of cmm directory »: https://git.io/Jeidm
<{^_^}> [nixpkgs] @FRidh merged pull request #70520 → build libinput to look for local quirks in /etc → https://git.io/JeCRy
<{^_^}> [nixpkgs] @FRidh pushed commit from @telent to staging « build libinput to look for local quirks in /etc »: https://git.io/Jeid4
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #73726 → tzdata: 2019b -> 2019c → https://git.io/JeKgH
<{^_^}> [nixpkgs] @FRidh pushed commit from @dtzWill to staging « tzdata: 2019b -> 2019c »: https://git.io/JeidB
<{^_^}> [nixpkgs] @FRidh pushed 344 commits to staging-next: https://git.io/Jeidu
Soo_Slow has quit [Quit: Soo_Slow]
magnetophon has joined #nixos
dema has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @FRidh pushed 345 commits to staging: https://git.io/Jeida
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #73847 → [staging] python3Packages.mock: remove funcsigs dependency → https://git.io/Je6z1
<{^_^}> [nixpkgs] @FRidh pushed commit from @jonringer to staging « python3Packages.mock: remove funcsigs dependency »: https://git.io/Jeidi
<{^_^}> [nixpkgs] @FRidh merged pull request #70176 → adoptopenjdk-bin: 11.0.3 -> 11.0.5, 8.0.222 -> 8.0.232 [Security fixes] → https://git.io/JenP9
<{^_^}> [nixpkgs] @FRidh pushed 4 commits to master: https://git.io/JeidD
MichaelRaskin has joined #nixos
knupfer has quit [Quit: knupfer]
lnadav has joined #nixos
knupfer has joined #nixos
lnadav has quit [Client Quit]
lnadav has joined #nixos
<lnadav> help?
KarelWDingeldey[ has joined #nixos
MichaelRaskin has left #nixos [#nixos]
<{^_^}> lnadav: Please expand your question to include more information, this will help us help you :)
mexisme has quit [Ping timeout: 276 seconds]
cyphase has quit [Ping timeout: 240 seconds]
<lnadav> oh sorry I meant to right hello
mutantmell has joined #nixos
atlas_ has joined #nixos
amfl has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #53687 → bash,readline80: upgrade bash 4 -> 5, init readline80 → https://git.io/fhZma
laikq has joined #nixos
knupfer has quit [Client Quit]
dansho has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #74022 → diffoscope: 129 -> 131 → https://git.io/JeidF
cyphase has joined #nixos
theduke has quit [Remote host closed the connection]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 165 commits to staging-next: https://git.io/JeidA
<{^_^}> [nixpkgs] @FRidh opened pull request #74023 → Staging next → https://git.io/Jeidx
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @taku0 opened pull request #74024 → [19.09] adoptopenjdk-bin: 11.0.3 -> 11.0.5, 8.0.222 -> 8.0.232 [Security fixes] → https://git.io/JeiFe
Izorkin has joined #nixos
Izorkin has quit [Client Quit]
<{^_^}> [nixpkgs] @FRidh merged pull request #74022 → diffoscope: 129 -> 131 → https://git.io/JeidF
<{^_^}> [nixpkgs] @FRidh pushed commit from @raboof to master « diffoscope: 129 -> 131 »: https://git.io/JeiFf
dema has quit [Remote host closed the connection]
Izorkin has joined #nixos
<clefru> Does somebody know more about the status of http://r13y.com? The landing page seems quite outdated.
<FRidh> Generated at 2019-08-09 22:39:52.203312431 UTC from https://github.com/grahamc/r13y.com.
<FRidh> looks like it has been disabled
<worldofpeace> Thra11: It was reverted to have been merged to staging, in hindsight it would have been fine for master https://github.com/NixOS/nixpkgs/pull/73952#issuecomment-557761747, but I believe it's already in staging-next.
<{^_^}> [nixpkgs] @dywedir merged pull request #73985 → zola: fix build on macOS → https://git.io/JeiPw
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JeiFI
Ariakenom has joined #nixos
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #73954 → perl: 5.30.0 -> 5.30.1 → https://git.io/Jei4U
<{^_^}> [nixpkgs] @FRidh pushed 66 commits to staging: https://git.io/JeiFC
<{^_^}> [nixpkgs] @sjmackenzie closed pull request #48760 → ndn-cpp: new pkg → https://git.io/fxKTH
globin has joined #nixos
ckauhaus has joined #nixos
globin has joined #nixos
globin has quit [Changing host]
globin has joined #nixos
globin has joined #nixos
globin has quit [Changing host]
dansho has quit [Remote host closed the connection]
<kaliumxyz> I need to burn a CD on a laptop without internet, I got a nix live USB
<kaliumxyz> what do?
<{^_^}> [nixpkgs] @petabyteboy opened pull request #74025 → qt5: remove patch merged in 5.12.6 → https://git.io/JeiFa
<{^_^}> [nixpkgs] @globin merged pull request #73849 → WIP: Merge master into structured attrs → https://git.io/Je62n
<{^_^}> [nixpkgs] @globin pushed 1000 commits to structured-attrs: https://git.io/JeiFw
ckauhaus has quit [Quit: WeeChat 2.6]
ckauhaus has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #73990 → nixosTests.systemd-nspawn: convert test to python → https://git.io/Jei11
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeiFP
<flokli> anybody knows why nixops is using an old blivet ~0.67 (which seems to have a pretty broken unit test runned inside a nixos vm, which fails to run since years) instead of a somewhat newer blivet 3.1.x?
<{^_^}> [systemd] @andir pushed 79 commits to nixos-v243.3: https://git.io/JeiF9
<{^_^}> [nixpkgs] @fpletz merged pull request #73973 → qtpass: 1.3.2 cherry-pick to 19.09 → https://git.io/Jeio3
<{^_^}> [nixpkgs] @fpletz pushed 6 commits to release-19.09: https://git.io/JeiFH
fendor has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #67983 → houdini: 17.0.352 -> 17.5.327 → https://git.io/fjp75
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @emptyflask to master « houdini: 17.0.352 -> 17.5.327 (#67983) »: https://git.io/JeiFF
tobiasBora has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @globin merged pull request #73992 → nixosTests.mysql*: port to python → https://git.io/JeiMr
<{^_^}> [nixpkgs] @globin pushed 4 commits to master: https://git.io/JeiFp
<{^_^}> [nixpkgs] @c0bw3b merged pull request #74024 → [19.09] adoptopenjdk-bin: 11.0.3 -> 11.0.5, 8.0.222 -> 8.0.232 [Security fixes] → https://git.io/JeiFe
<{^_^}> [nixpkgs] @c0bw3b pushed 4 commits to release-19.09: https://git.io/JeiFj
chloekek has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #73994 → nixosTests.nix-ssh-serve: port to python → https://git.io/JeiDJ
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/Jeibk
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73999 → [r19.09] aspell: add patch for CVE-2019-17544 → https://git.io/JeiDu
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to staging-19.09 « aspell: add patch for CVE-2019-17544 »: https://git.io/Jeibq
<{^_^}> [nixpkgs] @globin merged pull request #74005 → nixosTests.etcd*: port to python → https://git.io/JeiSJ
<{^_^}> [nixpkgs] @globin pushed 3 commits to master: https://git.io/JeibG
<{^_^}> [nixpkgs] @andir opened pull request #74026 → systemd: v243 > v243.3 → https://git.io/Jeibn
<{^_^}> [nixpkgs] @FRidh merged pull request #74025 → qt5: remove patch merged in 5.12.6 → https://git.io/JeiFa
<{^_^}> [nixpkgs] @FRidh pushed commit from @petabyteboy to staging-next « qt5: remove patch merged in 5.12.6 »: https://git.io/Jeib8
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @globin pushed to structured-attrs « gcc: fix merge »: https://git.io/JeibE
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73949 → iperf3: correct license to bsd3 → https://git.io/Jei80
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @edef1c to master « iperf3: correct license to bsd3 (#73949) »: https://git.io/Jeib2
<{^_^}> [nixpkgs] @globin pushed to structured-attrs « gcc: fix merge »: https://git.io/Jeibj
<{^_^}> [nixpkgs] @Ma27 merged pull request #73960 → wally-cli: init at 1.1.1 → https://git.io/JeizW
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JeiNk
<{^_^}> [nixpkgs] @jokogr opened pull request #74027 → [19.09] mattermost-desktop: 4.2.3 -> 4.3.1 → https://git.io/JeiNq
genesis has quit [Quit: Leaving]
<newhoggy> I'd like to get my packages working on Nix, but they're currently "marked as broken": https://github.com/haskell-works/cabal-cache/issues/92
<{^_^}> haskell-works/cabal-cache#92 (by newhoggy, 17 minutes ago, open): cabal-cache marked as broken in nix
<newhoggy> How to I go about fixing this?
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @edef1c to release-19.09 « iperf3: correct license to bsd3 »: https://git.io/JeiNa
mexisme has joined #nixos
ng0 has joined #nixos
rembo10 has quit [Quit: ZNC 1.7.5 - https://znc.in]
mexisme has quit [Ping timeout: 250 seconds]
rembo10 has joined #nixos
gm152 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed to master « chessx: use qt5's mkDerivation and latest qt »: https://git.io/JeiNh
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.09 « chessx: use qt5's mkDerivation and latest qt »: https://git.io/JeiAe
jgeerds has joined #nixos
laikq has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #73962 → xidlehook: 0.7.1 -> 0.8.0 → https://git.io/JeizQ
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JeiAO
<{^_^}> [nixpkgs] @globin merged pull request #74002 → nixosTests.google-oslogin: port to python → https://git.io/JeiyQ
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JeiA3
knupfer1 has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer1 has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
<ddima> newhoggy: often this happens because version bounds specified don't match whats available anymore, so they're marked as broken (also transitively). The stuff is generated using hackage2nix (https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/haskell.section.md#using-hackage2nix-with-nixpkgs). You could start with a local dev-env for the packages, make sure they compile with the available
<ddima> dependencies and when you publish a new version to hackage it can be picked up by hackage2nix (the person mostly taking care of this part of the ecosystem is https://github.com/peti)
knupfer has joined #nixos
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
knupfer has quit [Client Quit]
knupfer has joined #nixos
paprika has joined #nixos
paprika has quit [Client Quit]
lucasvo has joined #nixos
<magnetophon> Which license would you say this is? https://github.com/jpcima/rc-effect-playground/blob/master/LICENSE
mexisme has joined #nixos
<tilpner> ISC?
<tilpner> But double check that, magnetophon
<magnetophon> tilpner: thanks.
<adisbladis> Yeah that's ISC for sure.
<magnetophon> cool!
<magnetophon> :)
<{^_^}> [nixpkgs] @worldofpeace merged pull request #73926 → kdeFrameworks.kio: moving bin stuff into "out" output → https://git.io/JeiYJ
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeiAR
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @mmahut to release-19.09 « kdeFrameworks.kio: moving bin stuff into "out" output »: https://git.io/JeiA0
Thra11 has quit [Ping timeout: 240 seconds]
mexisme has quit [Ping timeout: 246 seconds]
mlen has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus opened pull request #74030 → connman: move "networking.connman" options to "services.networking.connman" → https://git.io/JeiAP
<{^_^}> [nixpkgs] @globin opened pull request #74031 → nixosTests.prosody*: port to python → https://git.io/JeiAD
mexisme has joined #nixos
<aristid> i really should move away from using xsession :D
bvdw has quit [Read error: Connection reset by peer]
<aristid> especially given that my .xsession is not even nixos-managed
bvdw has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus merged pull request #73586 → jasper: mark as vulnerable → https://git.io/JeKv2
<{^_^}> [nixpkgs] @ckauhaus pushed 13 commits to staging: https://git.io/JeiAA
mexisme has quit [Ping timeout: 276 seconds]
<ddima> jD91mZM2: wrt crate2nix on xidlehook - there is a minimal environment to reproduce the issues I've seen; https://github.com/d-goldin/crate2nix_debug and I think it would be great to use once it generates expressions out of the box that don't need manual fixups.
<{^_^}> [nixpkgs] @Lassulus merged pull request #73852 → tensorman: init at 0.1.0 → https://git.io/Je6Vs
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/Jeixv
mounty has quit [Ping timeout: 276 seconds]
mexisme has joined #nixos
brnzz has joined #nixos
ng0 has quit [Remote host closed the connection]
ng0 has joined #nixos
mexisme has quit [Ping timeout: 250 seconds]
mexisme has joined #nixos
misterwhatever has joined #nixos
jgeerds has quit [Ping timeout: 252 seconds]
mexisme has quit [Ping timeout: 246 seconds]
mounty has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus opened pull request #74032 → Remove networking.hostConf option → https://git.io/JeixB
ozychhi has quit [Ping timeout: 245 seconds]
mexisme has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #74033 → nixos/docker-registry: port test to python test-driver → https://git.io/JeixR
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
cosimone has joined #nixos
cosimone has quit [Client Quit]
<{^_^}> [nixpkgs] @Ma27 opened pull request #74034 → nixos/gotify-server: port test to python test-driver → https://git.io/Jeix0
mexisme has quit [Ping timeout: 252 seconds]
maralorn has quit [Quit: WeeChat 2.6]
maralorn has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
zupo has joined #nixos
mexisme has joined #nixos
<aveltras> how can i handle cabal flags which bring additional dependencies in a haskell project but which are turned off by default ? when entering a shell, i don't have the dependency in scope
mexisme has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @ckauhaus opened pull request #74035 → networking.vpnc: remove option → https://git.io/Jeixb
mexisme has joined #nixos
laikq has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeixA
<{^_^}> [nixpkgs] @worldofpeace merged pull request #74031 → nixosTests.prosody*: port to python → https://git.io/JeiAD
xelxebar_ has joined #nixos
xelxebar has quit [Ping timeout: 260 seconds]
mexisme has quit [Ping timeout: 245 seconds]
mexisme has joined #nixos
philr has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #74036 → nixos/codimd: port test to python test-driver → https://git.io/Jeipk
<{^_^}> [nixpkgs] @worldofpeace merged pull request #73907 → git-machete: init at 2.12.1 → https://git.io/JeivH
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeipI
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
chloekek has quit [Ping timeout: 265 seconds]
FRidh has quit [Quit: Konversation terminated!]
leah2 has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
laika has joined #nixos
laika is now known as Guest29236
laikq has quit [Ping timeout: 240 seconds]
Guest29236 is now known as laikq
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #74035 → networking.vpnc: remove option → https://git.io/Jeixb
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jeip3
<srk> aveltras: there's haskell.lib.enable/disableCabalFlag
chloekek has joined #nixos
<aveltras> srk: thanks
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #74037 → timewarrior: 1.1.1 -> 1.2.0 → https://git.io/JeipG
laikq has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @magnetophon opened pull request #74038 → rc-effect-playground: init at unstable-28-10-2019 → https://git.io/JeipE
<manveru> so... with the removal of PermissionStartOnly, how do i chmod secrets correctly in a preStart? or is there some way to use `systemd.tmpfiles.rules` for that? (aanderse maybe you know?)
<{^_^}> [nixpkgs] @risicle opened pull request #74039 → [r19.03] aspell: add patch for CVE-2019-17544 → https://git.io/Jeipg
<manveru> in particular if i want to use DynamicUser
<{^_^}> [nixpkgs] @Ma27 opened pull request #74040 → nixos/graylog: port test to python test-driver → https://git.io/Jeip2
<clever> manveru: PermissionStartOnly is being removed?
<manveru> yeah, it's deprecated
<clever> :'(
<{^_^}> #53852 (by nh2, 45 weeks ago, open): systemd's PermissionsStartOnly is deprecated
<manveru> looking at those PRs related to it, they mostly put secrets into the nix store...
<manveru> we really need a way to fix this
silver has joined #nixos
<clever> :'(
<manveru> indeed :(
<{^_^}> [nixpkgs] @magnetophon opened pull request #74041 → string-machine: init at unstable-12-11-2019 → https://git.io/JeipV
<clever> > but with the new approach we actually have to write characters in front of ExecStartPre lines and so on.
<{^_^}> error: syntax error, unexpected WITH, expecting ')', at (string):271:5
<clever> manveru: i think you can get the same effect via that?
cosimone has joined #nixos
<manveru> i don't see that in the docs
Thra11 has joined #nixos
mexisme has quit [Ping timeout: 252 seconds]
laikq has joined #nixos
LysergicDreams has quit [Quit: leaving]
<manveru> it's documented in ExecStart, not ExecStartPre
<clever> `Syntax is the same as for ExecStart=`
<clever> too much indirection in the docs!
<manveru> :)
fusion809 has quit [Remote host closed the connection]
<clever> │"+" │ If the executable path is prefixed with "+" then the process is executed with full │
<clever> │ │ privileges. In this mode privilege restrictions configured with User=, Group=, │
<clever> that should be a perfect replacement
<manveru> the `!` actually works with DynamicUser it says
<manveru> so let's try that
<manveru> might actually make things simpler...
<clever> if you are using systemd.services.foo.preStart, you can even have nixos add the + for you, if we had a preStartAsRoot flag
mexisme has joined #nixos
<clever> ahh, ! would be if you dont know what user to chown to
<clever> so you need systemd to make it, and pass the name/uid to you
<manveru> jup
<{^_^}> [nixpkgs] @c0bw3b opened pull request #74043 → Refresh LinPhone ecosystem → https://git.io/Jeipo
<clever> manveru: in general, i just use users.users.foo.createHome to setup state for my services
<manveru> i know
<clever> i dont really like the idea of using systemd.tmpfiles for non-temp files
<clever> it just doesnt make any sense :P
<manveru> but i really like DynamicUser :)
<manveru> and no need for tmpfiles then
ozychhi has joined #nixos
mexisme has quit [Ping timeout: 246 seconds]
mexisme has joined #nixos
mmlb has quit [Ping timeout: 252 seconds]
ozychhi has quit [Ping timeout: 250 seconds]
mexisme has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #74044 → tfsec: init at 0.12.2 → https://git.io/Jeip1
<raboof> I know of `nix-build --keep-failed`, but is there also a flag that keeps the intermediate build files even though the build succeeded? (I have a build that I'd like to see the intermediate files of even though it succeeds)
gxt has quit [Remote host closed the connection]
gxt has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #74037 → timewarrior: 1.1.1 -> 1.2.0 → https://git.io/JeipG
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JeipD
<{^_^}> [nixpkgs] @globin merged pull request #74034 → nixos/gotify-server: port test to python test-driver → https://git.io/Jeix0
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/Jeipy
mexisme has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #74033 → nixos/docker-registry: port test to python test-driver → https://git.io/JeixR
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/Jeip9
<clever> raboof: about all you can do is to copy them to $out, or make it fail at the end
mexisme has quit [Ping timeout: 252 seconds]
smatting has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #74036 → nixos/codimd: port test to python test-driver → https://git.io/Jeipk
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/Jeip5
laikq has quit [Quit: Leaving]
mexisme has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #74045 → rhodium-libre: init at 1.2.0 → https://git.io/JeipA
smatting has quit [Ping timeout: 250 seconds]
gagbo has quit [Ping timeout: 276 seconds]
endformationage has joined #nixos
mexisme has quit [Ping timeout: 246 seconds]
lucasvo has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @magnetophon opened pull request #74046 → quadrafuzz: init at unstable-17-10-2019 → https://git.io/Jeiph
drewr has quit [Ping timeout: 245 seconds]
mexisme has joined #nixos
wrl_ has joined #nixos
exarkun_ has joined #nixos
bigvalen_ has joined #nixos
wrl has quit [Read error: Connection reset by peer]
exarkun has quit [Excess Flood]
bigvalen has quit [Ping timeout: 268 seconds]
lecethimon has quit [Ping timeout: 268 seconds]
Raito_Bezarius has quit [Ping timeout: 268 seconds]
lecethimon has joined #nixos
<{^_^}> [nixpkgs] @conferno closed pull request #71451 → graalvm8-ee: 19.2.0 -> 19.2.1 → https://git.io/JeBdK
dbe has quit [Ping timeout: 268 seconds]
Raito_Bezarius has joined #nixos
dbe has joined #nixos
mexisme has quit [Ping timeout: 252 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @c0bw3b pushed to master « nut: build with openssl 1.1.x »: https://git.io/JeihI
<{^_^}> [nixpkgs] @c0bw3b closed pull request #67906 → nut: fix build with openssl 1.1 → https://git.io/fjpRe
mexisme has joined #nixos
<evils> anyone know the prospects for opencl on amd on nixos? on issue #33619 arianvp[m] indicated they'd package ROCm, is there anything else i can hope for?
<{^_^}> https://github.com/NixOS/nixpkgs/issues/33619 (by AndrewMorsillo, 1 year ago, open): amdgpu-pro no longer works on unstable
<clever> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX [Radeon R7 260X/360]
<clever> evils: do you know if this card is supported?
<clever> i tried getting things to work on it before, but didnt have much luck
<arianvp> supported for rocm
<arianvp> or in general?
ozychhi has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
<clever> arianvp: for general opencl stuff
lunik1 has quit [Ping timeout: 240 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @magnetophon closed pull request #74038 → rc-effect-playground: init at unstable-28-10-2019 → https://git.io/JeipE
mexisme has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73882 → tnef: 1.4.17 -> 1.4.18, addressing CVE-2019-18849 → https://git.io/Je65A
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to master « tnef: 1.4.17 -> 1.4.18 (security) (#73882) »: https://git.io/Jeihc
Soo_Slow has quit [Quit: Soo_Slow]
<{^_^}> [nixpkgs] @Lassulus merged pull request #73753 → openxray: make it work again → https://git.io/JeKMe
<{^_^}> [nixpkgs] @Lassulus pushed commit from @gnidorah to master « openxray: make it work again after #72199 »: https://git.io/Jeihl
mexisme has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to release-19.09 « tnef: 1.4.17 -> 1.4.18 (security) »: https://git.io/JeihR
<evils> arianvp: thanks
lunik1 has joined #nixos
mexisme has joined #nixos
chloekek has quit [Ping timeout: 240 seconds]
<evils> clever: sure looks like your GPU isn't supported by ROCm
mexisme has quit [Ping timeout: 250 seconds]
<clever> evils: ah
<clever> evils: any more generic opencl stuff in the amdgpu-pro area?
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to release-19.03 « tnef: 1.4.17 -> 1.4.18 (security) »: https://git.io/Jeihr
<arianvp> opencl-mesa should work
<arianvp> that just uses the standard kernel drivers for amd
<arianvp> though not sure how good the support is
<arianvp> clever: what kind of compute things are you looking for?
<arianvp> If it is in the context of computer graphics, Vulkan is also a good choice and is very well supported
<clever> arianvp: crypto-coin stuff, was just curious if the card even supported it for development purposes
<arianvp> ah
<{^_^}> [nixpkgs] @c0bw3b merged pull request #74039 → [r19.03] aspell: add patch for CVE-2019-17544 → https://git.io/Jeipg
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to staging-19.03 « aspell: add patch for CVE-2019-17544 (#74039) »: https://git.io/JeihP
kp__ has joined #nixos
mexisme has joined #nixos
lucasvo has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
mexisme has joined #nixos
drakonis_ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
<dminuoso> Hiya. Im trying to install nixos on an uefi enabled VM on a Synology VM. All is fine during setup, but when rebooting into the machine, the devices `/dev/disk/by-uuid/....` never appear when trying to start lvm.
drakonis has quit [Ping timeout: 245 seconds]
<clever> dminuoso: is the root disk nvme or sata?
galaxie has quit [Quit: galaxie]
<clever> dminuoso: (as far as the guest is concerned)
<dminuoso> clever: virtio scsi, I see.
<clever> dminuoso: and is the virtio driver for it included in the initrd?
<clever> dminuoso: nixos-generate-config usually gets that
<{^_^}> [nixpkgs] @ckauhaus opened pull request #74048 → ssmtp: use services.ssmtp not networking.defaultMailServer → https://git.io/Jeijq
<{^_^}> [nixpkgs] @globin merged pull request #74040 → nixos/graylog: port test to python test-driver → https://git.io/Jeip2
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/Jeijm
<dminuoso> clever: Mmm there's virtio_pci at least, is that enough?
<dminuoso> Ah its not, also needs virtio_scsi I bet
<clever> sounds likely
<dminuoso> So I guess Ill just add that and file a bug report
<clever> dminuoso: it will loop over every block device on line 252, and try to scrape together the drivers being used
mexisme has quit [Ping timeout: 246 seconds]
<clever> [root@amd-nixos:~]# ls -lh /sys/class/block/sda/device/driver/module
<clever> lrwxrwxrwx 1 root root 0 Nov 24 11:46 /sys/class/block/sda/device/driver/module -> ../../../../module/sd_mod
<clever> dminuoso: in my case, sda is handled by sd_mod
<clever> you would need to check what your disk shows as, under the guest
<{^_^}> [nixpkgs] @anderslundstedt opened pull request #74049 → git-subrepo: enable on Darwin → https://git.io/JeijW
<clever> [root@nas:/mnt/nix]# rm -rf store/
<clever> and here comes the scary part of my migration!
<dminuoso> clever: So in my case its sd_mod as well
<clever> dminuoso: the scsi subsystem in linux may be wonky, where it blame sd_mod for all "scsi" devices, even if the backend is virtio_scsi
<dminuoso> Right
shibboleth has joined #nixos
iqubic has quit [Ping timeout: 245 seconds]
<dminuoso> clever: That did the trick. Apparently the installer is not properly installing some of the vm related guest tool kernel modules either.
<dminuoso> Im guessing not too many nixos users are running their machines on a synology nas. :)
<clever> i just run nixos as the host os on my nas
mexisme has joined #nixos
<{^_^}> [nixpkgs] @durgaBahadur opened pull request #74050 → remove pandoc-placetable from broken packages section → https://git.io/Jeiju
red[evilred] has joined #nixos
<{^_^}> [nixpkgs] @elseym opened pull request #74051 → plex: 1.18.1.1973 -> 1.18.2.2058 → https://git.io/Jeijz
<red[evilred]> my NAS cluster is on a group of odroid HC-2s. I wonder if nixos supports it yet because I would switch in a nanosecond
<clever> red[evilred]: aarch64?
<{^_^}> [nixpkgs] @Lassulus merged pull request #73553 → openarena: fix service's binary name → https://git.io/Jeo9X
<{^_^}> [nixpkgs] @Lassulus pushed commit from @tomfitzhenry to master « nixos/openarena: fix service's binary name »: https://git.io/Jeijr
mexisme has quit [Ping timeout: 276 seconds]
zupo has joined #nixos
david-sawatzke[m has joined #nixos
<{^_^}> [nixpkgs] @fpletz merged pull request #74051 → plex: 1.18.1.1973 -> 1.18.2.2058 → https://git.io/Jeijz
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JeijX
mexisme has joined #nixos
<{^_^}> [nixpkgs] @Ninlives opened pull request #74052 → fix glava wants to load shaders from /etc/xdg/glava → https://git.io/Jeij7
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74016 → gcc: Fix cross names → https://git.io/JeiQ0
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/Jeij5
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74018 → gcc: Fix cross names for 19.09 → https://git.io/JeiQa
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to release-19.09: https://git.io/Jeijd
Raito_Bezarius has joined #nixos
Raito_Bezarius has quit [Changing host]
drakonis has joined #nixos
<red[evilred]> clever
<red[evilred]> not sure, i'll ssh in from the airport and check ;)
<red[evilred]> I love my gemini ... (another platform I need to port to nixos)
<red[evilred]> gemini is aarch64, checking the hc-2... brb
<dminuoso> clever: Heh indeed. Nixos falsely identified this as a hyperv guest too and generated an incorrect configuration.
<clever> dminuoso: ah
<dmj`> Is there a way to go from a .dmg (on darwin) to a derivation ?
justanotheruser has quit [Quit: WeeChat 2.6]
<dmj`> Just like unpack the .dmg into $out
<red[evilred]> oh - gonna be a few hours. Missus just told me that power is out.
<red[evilred]> clever - is it fairly involved to port to a different aarch64 platfrm typically?
<clever> dmj`: step 1, find a command-line tool that can unpack a dmg without root
<tilpner> dmj`: See math/mkl/default.nix
<clever> red[evilred]: usually, start by finding out how to run any linux on it, usually u-boot, kernel config, and such, and then see what happens if you try to boot a kernel nixos made
<tilpner> dmj`: It uses undmg
drakonis_ has quit [Ping timeout: 252 seconds]
mexisme has quit [Ping timeout: 250 seconds]
<dmj`> tilpner: nice !
<dmj`> clever: doesn't look like one exists :/ installer is the closest and it requires sudo
<dmj`> sudo installer -pkg "$volume"/"$package" -target /
<clever> dmj`: did you read what tilpner said?
<dmj`> clever: yes I said "nice !"
<dmj`> (regarding undmg) by matthewbauer
<clever> dmj`: undmg should do exactly what i said you need
smatting has joined #nixos
<dmj`> clever: sounds perfect
<{^_^}> [nixpkgs] @Lassulus merged pull request #73702 → mongodb-compass: add wrapGAppsHook → https://git.io/JeK8y
<{^_^}> [nixpkgs] @Lassulus pushed commit from @kylesferrazza to master « mongodb-compass: add wrapGAppsHook »: https://git.io/JePe3
<{^_^}> [nixpkgs] @flokli merged pull request #73186 → dpdk: build with meson, odp-dpdk: -> 1.22.0.0 → https://git.io/JewkL
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/JePen
<{^_^}> [nixpkgs] @globin pushed 361 commits to structured-attrs: https://git.io/JePec
justanotheruser has joined #nixos
theduke has joined #nixos
<theduke> with mkDerivation, how do I specify that all outputs of a dependency package should also be exported?
t58 has joined #nixos
<theduke> as in, to be a "public dependency"
<srk> propagatedBuildInputs?
<theduke> I tried that, specifically with alacritty
<theduke> but the binary doesn't end up in my env
wrl_ has quit [Quit: leaving]
wrl has joined #nixos
chloekek has joined #nixos
<clever> theduke: propagated inputs only appear at build time, for things depending on your package
wrl has quit [Client Quit]
wrl has joined #nixos
Neo-- has joined #nixos
<theduke> yeah that's what I assumed, hence the question if there is a concept of public inputs
<adisbladis> theduke: What do you mean? A runtime dependency?
<{^_^}> [nixpkgs] @globin pushed to structured-attrs « treewide: structured-attrs fixes »: https://git.io/JePeb
acarrico has quit [Ping timeout: 246 seconds]
shibboleth has quit [Quit: shibboleth]
kp__ has quit [Quit: WeeChat 2.6]
<dmj`> tilpner: I'm attempting to use pkgs.pkgsCross.iphone64.callPackage, but when building with stdenvNoCC.mkDerivation it complains of cc missing
<{^_^}> [nixpkgs] @flokli opened pull request #74053 → beegfs: remove test, module and package → https://git.io/JePeh
<tilpner> Well, that's what stdenvNoCC means: no cc
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
drakonis_ has joined #nixos
evils has quit [Remote host closed the connection]
<dmj`> tilpner: yea but undmg requires cc, and the intel mkl derivation works. I don't think the .dmg route will work if I'm attempting to cross compile.
MmeQuignon has joined #nixos
drakonis has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #74054 → ubootTools: use tools-only_defconfig instead of allnoconfig → https://git.io/JePvk
inkbottle has quit [Ping timeout: 240 seconds]
inkbottle has joined #nixos
cosimone has quit [Quit: Quit.]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 closed pull request #74017 → (compilers): add version and pname → https://git.io/JeiQ2
drakonis_ has quit [Ping timeout: 276 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @tfc opened pull request #74055 → nixos/prometheus: Port prometheus test to python → https://git.io/JePvc
exarkun_ is now known as exarkun
<{^_^}> [nixpkgs] @Lassulus merged pull request #73709 → cargo-generate: 0.4.0 -> 0.5.0 → https://git.io/JeKR5
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/JePvl
cosimone has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #66978 → nixos/digital-ocean-image: init (rebase) → https://git.io/fjFQt
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JePv4
<david-sawatzke[m> Xournalpp fails to start for me, with the message that the icon 'image-missing' is not present in adawaita. Is there any way to fix this?
<david-sawatzke[m> I haven't added anything gtk related to my config
drakonis_ has joined #nixos
drakonis1 has joined #nixos
cosimone has quit [Remote host closed the connection]
drakonis has quit [Ping timeout: 246 seconds]
cosimone has joined #nixos
drakonis_ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @bendlas opened pull request #74056 → Webtorrent source build → https://git.io/JePvH
mattyu has joined #nixos
eraserhd has joined #nixos
mattyu has quit [Remote host closed the connection]
doublex_ is now known as doublex
<sphalerite> david-sawatzke[m: potentially installing gnome3.adwaita-icon-theme in your user profile or systemPackages.
<ddima> david-sawatzke[m: it can't find the theme. XDG_DATA_DIRS per default points to a few locations, one of which is the users profile. The simplest way to solve is to make sure you install the theme into your users profile.
<{^_^}> [nixpkgs] @samueldr merged pull request #74054 → ubootTools: use tools-only_defconfig instead of allnoconfig → https://git.io/JePvk
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JePfT
acarrico has joined #nixos
smatting has quit [Ping timeout: 240 seconds]
ixxie has joined #nixos
hlolli has joined #nixos
<worldofpeace> yeah you need to configure your system with some sort of icon theme. probably a good idea to add adwaita-icon-theme to your systemPackages
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74057 → treewide: Purge most parseDrvName → https://git.io/JePfu
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74058 → treewide: Purge most parseDrvName preserving compat for 19.09 → https://git.io/JePfw
<{^_^}> [nixpkgs] @globin merged pull request #74053 → beegfs: remove test, module and package → https://git.io/JePeh
<{^_^}> [nixpkgs] @globin pushed 4 commits to master: https://git.io/JePfr
<{^_^}> [nixpkgs] @globin pushed 4 commits to master: https://git.io/JePfQ
<{^_^}> [nixpkgs] @globin merged pull request #73993 → nixosTests.wordpress: port to python → https://git.io/JeiM1
mattyu has joined #nixos
mattyu has quit [Read error: Connection reset by peer]
mt[m] has quit [Quit: authenticating]
smatting has joined #nixos
<dminuoso> How can I scrutinize the type of an expression?
<{^_^}> [nixpkgs] @globin merged pull request #74001 → nixosTests.bees: port to python → https://git.io/JeiyK
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JePJq
mexisme has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #73558 → lmms: fix qt5 → https://git.io/JeoQ2
<{^_^}> [nixpkgs] @Lassulus pushed commit from @nek0 to master « lmms: fix qt5 »: https://git.io/JePJ3
<{^_^}> [nixpkgs] @Lassulus merged pull request #73431 → richgo: 0.2.8 -> 0.3.3 → https://git.io/Jer5c
<{^_^}> [nixpkgs] @Lassulus pushed commit from @rvolosatovs to master « richgo: 0.2.8 -> 0.3.3 »: https://git.io/JePJc
<srk> dminuoso: :t in nix repl
<david-sawatzke[m> Thanks, that worked
<{^_^}> [nixpkgs] @jonringer merged pull request #74021 → Add Vimagit to vimPlugins → https://git.io/Jei7h
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JePJW
smatting has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @filalex77 opened pull request #74059 → spotifyd: 0.2.19 -> 0.2.20 → https://git.io/JePJl
lucasvo has quit [Quit: leaving]
<dminuoso> srk: Ah cheers
<{^_^}> [nixpkgs] @bendlas pushed 2 commits to master: https://git.io/JePJ4
<{^_^}> [nixpkgs] @c0bw3b opened pull request #74060 → Regroup all themes under data/themes → https://git.io/JePJR
bvdw has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @bendlas pushed to release-19.09 « chromium: update vaapi patch »: https://git.io/JePJ0
bvdw has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #74061 → nixosTests.uwsgi: port to python → https://git.io/JePJu
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #74062 → netplan: init at 0.98+git20191004 → https://git.io/JePJ1
Baughn has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #74063 → nixosTests.gitolite: port to python → https://git.io/JePJ7
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74057 → treewide: Purge most parseDrvName → https://git.io/JePfu
<{^_^}> [nixpkgs] @Ericson2314 pushed 10 commits to master: https://git.io/JePJd
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74058 → treewide: Purge most parseDrvName preserving compat for 19.09 → https://git.io/JePfw
<{^_^}> [nixpkgs] @Ericson2314 pushed 6 commits to release-19.09: https://git.io/JePJb
<{^_^}> [nixpkgs] @shazow opened pull request #74064 → cataclysm-dda-git: version bump → https://git.io/JePJN
<{^_^}> [nixpkgs] @ryantrinkle closed pull request #74007 → nvidia_x11: 435.21 -> 440.36 → https://git.io/JeiHY
Okinan has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @Ericson2314 pushed 94 commits to staging: https://git.io/JePJj
misterwhatever has quit [Quit: misterwhatever]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74065 → compilers, binutils: → https://git.io/JePUI
w0ne has joined #nixos
smatting has joined #nixos
w0ne has quit [Quit: Konversation terminated!]
acarrico has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73970 → tightvnc: add patches for CVE-2019-8287, CVE-2019-15678, CVE-2019-15679 & CVE-2019-15680 → https://git.io/Jeirn
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to master « tightvnc: add patches for four CVEs »: https://git.io/JePU3
lopsided98 has quit [Ping timeout: 245 seconds]
lopsided98 has joined #nixos
zupo has joined #nixos
buckley310 has quit [Ping timeout: 240 seconds]
gxt has quit [Quit: WeeChat 2.6]
smatting has quit [Ping timeout: 265 seconds]
gxt has joined #nixos
MmeQuignon has quit [Ping timeout: 265 seconds]
ozychhi has quit [Ping timeout: 252 seconds]
ozychhi has joined #nixos
buckley310 has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #74061 → nixosTests.uwsgi: port to python → https://git.io/JePJu
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JePUS
zupo has quit [Ping timeout: 240 seconds]
buckley310 has quit [Client Quit]
buckley310 has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to release-19.09 « tightvnc: add patches for four CVEs »: https://git.io/JePUH
knupfer has quit [Quit: knupfer]
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
zupo has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JePUQ
<{^_^}> [nixpkgs] @globin merged pull request #74063 → nixosTests.gitolite: port to python → https://git.io/JePJ7
<{^_^}> [nixpkgs] @7c6f434c opened pull request #74066 → Add systemd analyze test → https://git.io/JePU5
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @bcdarwin opened pull request #74067 → parmap: init at 1.0-rc11 → https://git.io/JePUN
buckley3100 has joined #nixos
buckley310 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @globin pushed to structured-attrs « treewide: structured-attrs fixes »: https://git.io/JePUh
<{^_^}> [nixpkgs] @jonringer opened pull request #74068 → giac-with-xcas: fix build → https://git.io/JePTv
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to release-19.03 « tightvnc: add patches for four CVEs »: https://git.io/JePTt
p-h[m] has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #73912 → spaCy 2.2.3 and required dependency updates → https://git.io/JeiJx
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JePTG
jgeerds has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #74069 → nixosTests.influxdb: port to python → https://git.io/JePTR
<{^_^}> [nixpkgs] @globin opened pull request #74070 → nixosTests.minio: port to python → https://git.io/JePT0
<{^_^}> [nixpkgs] @marsam merged pull request #74049 → git-subrepo: enable on Darwin → https://git.io/JeijW
gentauro has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JePTa
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #74059 → spotifyd: 0.2.19 -> 0.2.20 → https://git.io/JePJl
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JePTw
gentauro has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #74044 → tfsec: init at 0.12.2 → https://git.io/Jeip1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JePTr
gxt has quit [Quit: WeeChat 2.6]
ng0 has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #74070 → nixosTests.minio: port to python → https://git.io/JePT0
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JePTP
buckley31002 has joined #nixos
buckley3100 has quit [Ping timeout: 246 seconds]
marusich has joined #nixos
sondr3 has joined #nixos
<{^_^}> [nixpkgs] @globin opened pull request #74072 → nixosTests.nginx*: port to python → https://git.io/JePTS
{`-`} has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #74069 → nixosTests.influxdb: port to python → https://git.io/JePTR
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JePTH
<{^_^}> [nixpkgs] @filalex77 opened pull request #74073 → nixosTests.osquery: port to python → https://git.io/JePTd
gagbo has joined #nixos
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @globin opened pull request #74074 → nixosTests.jenkins: port to python → https://git.io/JePTp
<{^_^}> [nixpkgs] @risicle opened pull request #74075 → glibc: add patch for CVE-2019-19126 → https://git.io/JePkJ
Thra11 has quit [Ping timeout: 252 seconds]
noudle has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #73395 → mkcert: 1.4.0 -> 1.4.1 → https://git.io/Jer6a
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JePkk
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
drakonis has joined #nixos
yrklik has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #73756 → WIP KDE5: fix breakage due to set -u changes → https://git.io/JeKMo
<{^_^}> [nixpkgs] @Ericson2314 pushed 3 commits to master: https://git.io/JePkl
<{^_^}> [nixpkgs] @filalex77 opened pull request #74076 → nixosTests.sudo: port to python → https://git.io/JePk8
Thra11 has joined #nixos
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
yrklik has quit [Read error: Connection reset by peer]
marusich has quit [Ping timeout: 245 seconds]
cosimone_ has joined #nixos
cosimone has quit [Quit: Quit.]
yrklik has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cosimone_ is now known as cosimone
<{^_^}> [nixpkgs] @Lassulus merged pull request #73612 → dbeaver: 6.2.4 -> 6.2.5 → https://git.io/JeKLA
<{^_^}> [nixpkgs] @Lassulus pushed commit from @jojosch to master « dbeaver: 6.2.4 -> 6.2.5 »: https://git.io/JePkw
yrklik has quit [Remote host closed the connection]
zupo has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c opened pull request #74077 → Add test driver py copy from vm → https://git.io/JePk1
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/JePkM
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #74043 → Refresh LinPhone ecosystem → https://git.io/Jeipo
<{^_^}> [nixpkgs] @7c6f434c pushed 8 commits to master: https://git.io/JePkS
<{^_^}> [nixpkgs] @filalex77 opened pull request #74078 → nixosTests.netdata: port to python → https://git.io/JePkQ
simukis__ is now known as simukis_
fendor_ has joined #nixos
knupfer has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
cosimone_ has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
knupfer has quit [Client Quit]
fendor_ has quit [Client Quit]
cosimone_ has quit [Client Quit]
knupfer has joined #nixos
cosimone_ has joined #nixos
cosimone_ is now known as cosimone__
cosimone__ has quit [Client Quit]
knupfer has quit [Client Quit]
cosimone has quit [Ping timeout: 250 seconds]
cosimone has joined #nixos
knupfer has joined #nixos
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
vandenoever has joined #nixos
justanotheruser has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @timokau closed pull request #73722 → [WIP] pynac: switch to python3 → https://git.io/JeKzv
lux3 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #74074 → nixosTests.jenkins: port to python → https://git.io/JePTp
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JePI0
rauno has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #74076 → nixosTests.sudo: port to python → https://git.io/JePk8
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JePIz
CptCaptain has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 pushed to structured-attrs « gcc: Clean up and minimize differences »: https://git.io/JePIw
drewr has joined #nixos
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed 5 commits to master: https://git.io/JePI1
<{^_^}> [nixpkgs] @fpletz merged pull request #53032 → openvswitch: 2.5.4 -> 2.12.0 → https://git.io/fhIyy
sondr3 has quit [Quit: WeeChat 2.6]
<p-h[m]> Is there a way to make a virtualbox based nixops deployment without guest additions? They are currently broken
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
sondr3 has joined #nixos
civodul has joined #nixos
<ornxka> what the HECK is a "derivation"
<ornxka> stdenv.mkDerivation blah blah what does this even do
<drakonis> hmm, i cant find parts of the documentation pertaining to the build
<ornxka> wheres the bits that run ./configure; make; make install; etc?
<drakonis> have you tried docs
<ornxka> is there a specific document that answers this question
<ornxka> my experience with nixos documentation is that its largely nonexistent
<drakonis> yes
reanimus has joined #nixos
<{^_^}> [nixpkgs] @globin merged pull request #74055 → nixos/prometheus: Port prometheus test to python → https://git.io/JePvc
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JePIF
<ornxka> drakonis: prove it :^)
<drakonis> https://nixos.org/nixpkgs/manual/ this used to be a lot longer
<drakonis> where did the rest of it go
<gchristensen> ornxka: sorry, that isn't the game we're going to play here.
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74080 → plasma5: Fix setup hook some more → https://git.io/JePIN
<drakonis> the nixpkgs docs got split up a while go, right?
<drakonis> as of nixcon
endformationage has quit [Quit: WeeChat 2.6]
<drakonis> need to build a package with its gui enabled
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #72657 → Initial implementation of vc4 cross-compile → https://git.io/JegHY
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JePIp
<drakonis> gotta enable scanmem's gui for fiddling with it
knupfer has quit [Ping timeout: 245 seconds]
<drakonis> its a little unwieldy without it
leotaku_ has joined #nixos
leotaku has quit [Ping timeout: 240 seconds]
endformationage has joined #nixos
<asymmetric> what does `placeholder' do? and where is it defined?
Guest55348 has joined #nixos
theduke has quit [Quit: Leaving]
<asymmetric> how is `placeholder out` different from `$out`?
<__monty__> ,upgrade
<{^_^}> To upgrade nixos, read the release notes (this is important! Check ,releasenotes for details), then run (as root) nix-channel --add https://nixos.org/channels/nixos-xx.yy nixos && nixos-rebuild boot --upgrade , then reboot.
<samueldr> > placeholder "out" # asymmetric
<__monty__> ,releasenotes
<{^_^}> "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9"
<{^_^}> Before upgrading nixos, read the release notes for the release you're upgrading to at https://nixos.org/nixos/manual/release-notes.html to make sure you're aware of any backwards incompatibilities that may break your config.
<asymmetric> > placeholder "out"
<{^_^}> "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9"
<samueldr> asymmetric: nix will know it should replace those placeholder hashes with the right output
<LnL> things like makeFlags won't expand environment variables, but placeholder happens on the nix level so that works there
<samueldr> the placeholder is static, so higher order functions can use it, too
<asymmetric> are there places where $out should be used instead of `placeholder "out"`?
<samueldr> I thought it was documented in the nix manual, but only in the release notes section :/
<asymmetric> samueldr: yeah
<samueldr> AFAIK the general rule is use $out unless you can't use $out
<LnL> if $out works there's no real reason not to use it
<asymmetric> it does add overhead, having to think that there's two ways of doing things
leotaku_ has quit [Ping timeout: 240 seconds]
<asymmetric> is there a list of where $out will work, and where it won't?
<LnL> well, in it's current form nix expressions are nix + bash
Neo-- has quit [Ping timeout: 240 seconds]
xel has joined #nixos
<xel> Hi, what package is the GNU `ar` utility in?
<ar> ,from bin ar
<ar> erm
<ar> ,locate bin ar
<{^_^}> Found in packages: binutils-unwrapped, llvmPackages.bintools
<xel> ah thanks
xel has quit [Client Quit]
<__monty__> Uh oh, "error: cannot open connection to remote store 'daemon': unexpected end-of-file"
<drakonis> ruh roh
<{^_^}> [nixpkgs] @worldofpeace merged pull request #74030 → connman: move "networking.connman" options to "services.connman" → https://git.io/JeiAP
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JePLn
<__monty__> A garbage collection failed because of a lack of disk-space >.<
<__monty__> And then the daemon died I guess?
<__monty__> Anything short of rebooting I can try?
phreedom has quit [Remote host closed the connection]
Guest55348 has quit [Ping timeout: 276 seconds]
<drakonis> hmm actually, i could just clone the repository?
phreedom has joined #nixos
ajs124 has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #74080 → plasma5: Fix setup hook some more → https://git.io/JePIN
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JePLR
<{^_^}> [nixpkgs] @WilliButz merged pull request #73453 → prometheus-nginxlog-exporter: init at 1.3.0 → https://git.io/JeoeW
<{^_^}> [nixpkgs] @WilliButz pushed 2 commits to master: https://git.io/JePLr
__monty__ has quit [Quit: rebootying]
CptCaptain has quit [Ping timeout: 250 seconds]
ambro718 has quit [Ping timeout: 252 seconds]
reanimus has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #74081 → osquery: remove → https://git.io/JePLD
reanimus has joined #nixos
ozychhi has quit [Ping timeout: 250 seconds]
ozychhi has joined #nixos
dingenskirchen has quit [Quit: dingenskirchen]
Chiliparrot has joined #nixos
dingenskirchen has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
satoshi has quit [Quit: ZNC 1.7.4 - https://znc.in]
philr has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @flokli closed pull request #61310 → gocd-server: 16.9.0-4001 -> 19.3.0-8959 →
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
dingenskirchen has quit [Client Quit]
dingenskirchen has joined #nixos
bastion-tester has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @flokli opened pull request #74082 → nixosTest.gocd-{agent,server}: port to python → https://git.io/JePLp
fusion809 has joined #nixos
bastion-tester has quit [Quit: ZNC 1.7.4 - https://znc.in]
ozychhi has quit [Ping timeout: 265 seconds]
OmnipotentEntity has quit [Ping timeout: 245 seconds]
ozychhi has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73707 → [r19.09] fribidi: add patch for CVE-2019-18397 → https://git.io/JeKRZ
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to staging-19.09 « fribidi: add patch for CVE-2019-18397 (#73707) »: https://git.io/JePtJ
OmnipotentEntity has joined #nixos
<{^_^}> [nixpkgs] @WilliButz opened pull request #74084 → dont use nogroup for networkd, resolved and timesyncd → https://git.io/JePtU
OmnipotentEntity is now known as Guest65349
<{^_^}> [nixpkgs] @c0bw3b merged pull request #73718 → [r19.03] fribidi: add patch for CVE-2019-18397 → https://git.io/JeKuq
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to staging-19.03 « fribidi: add patch for CVE-2019-18397 (#73718) »: https://git.io/JePtk
bastion-tester has joined #nixos
ddellacosta has quit [Ping timeout: 250 seconds]
bastion-tester has quit [Client Quit]
Guest65349 is now known as OmnipotentEntity
OmnipotentEntity has joined #nixos
OmnipotentEntity has quit [Changing host]
<inf> I'm running nixos with a zfs pool (non-rootfs, just data storage) and have some services set up to use some of the dataset for data storage... It seems like these services start before zfs pool gets imported/mounted and zfs-mount service fails with: ` cannot mount '/tank': directory is not empty` - should I use `filesystems."/tank" = { device = "tank"; fsType = "zfs"; };` instead?
horner has joined #nixos
<inf> ummmmmmmm, I think i might've just killed that box with above change... :)
<clever> inf: and thats why you have rollback options at grub!
<inf> too bad I don't have remote management for that single box.
<clever> and thats why i have plans to make rollback options work remotely!
<clever> (but havent started yet)
<inf> well, will need to get my remote hands going tomorrow.
<inf> have no idea what happened.
<{^_^}> [nixpkgs] @c0bw3b pushed to master « dislocker: replace polarssl with mbedtls »: https://git.io/JePtl
<inf> starting the following units: zfs-import-tank.service
<inf> A dependency job for local-fs.target failed. See 'journalctl -xe' for details.
<inf> Job for sysinit.target canceled.
<inf> ...and that's all.
<clever> inf: `filesystems."/tank" = { device = "tank"; fsType = "zfs"; };` requires `mountpoint=legacy` on the dataset
r0dELninety1 has joined #nixos
<r0dELninety1> https://pc.cd/eEd7 Apt7 album: https://ibb.co/album/cORCYv IDz album: https://ibb.co/album/jCnpDv SSA album: https://ibb.co/album/ma6mtv ssa audio mp3 file: https://pc.cd/A7motalK upmc 112319 https://pc.cd/eEd7 SSA album: https://ibb.co/album/ma6mtv ssa audio mp3 file: https://pc.cd/A7motalK upmc 112319 https://pc.cd/eEd7 Apt7 album: https://ibb.co/album/cORCYv IDz album:
<r0dELninety1> https://ibb.co/album/jCnpDv Apt7 album: https://ibb.co/album/cORCYv IDz album: https://ibb.co/album/jCnpDv SSA album: https://ibb.co/album/ma6mtv ssa audio mp3 file: https://pc.cd/A7motalK upmc 112319 https://pc.cd/eEd7 SSA album: https://ibb.co/album/ma6mtv ssa audio mp3 file: https://pc.cd/A7motalK upmc 112319 https://pc.cd/eEd7 SSA album: https://ibb.co/album/ma6mtv ssa audio mp3 file:
r0dELninety1 has left #nixos [#nixos]
bastion-tester has joined #nixos
<inf> clever: oh well. it turns out to be "/tank"
<inf> just looked at it a seocnd before switching.
leungbk has joined #nixos
<inf> stopped responding to ping after above lines... just wondering what really happened there.
<clever> systemd has a nasty habbit of having a complete panic if local-fs.target fails
<inf> did the systemd go to rescue shell or something?
<clever> yeah
<inf> oh, well.
<inf> the worst panic. i guess they don't have any timeout/watchdog by default? :)
<clever> yeah
<clever> but there is a flag you can add to fstab, to make things non-fatal
<inf> clever: besides that... any tip on how to properly fix the issue that my pool was (seemingly) getting mounted after/concurrently with some services that depended on said pool? (borgbackup server and restic-rest-server in my case)
<clever> there is a systemd mount generated for zfs, but ive not looked into it yet
<clever> i would just do what you did, and maybe also set requires mounts for
monty has joined #nixos
<infinisil>
<clever> inf: check the systemd docs (and nixpkgs for examples) on RequiresMountsFor
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<inf> quickly glancing at borgbackup service definition... That option could be added right there it seems? https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/backup/borgbackup.nix#L124-L136
<inf> ...in order to prevent that issue in the future
<monty> I ran `nixos-rebuild switch` after updating my 19.03 channel. That errored because it ran out of space. Next I --delete-generations everything but the current, both system and user profiles. Then tried running nix-collect-garbage, which errored with something about the sqlite database and running out of space. Rerunning it errored with a message
<monty> about the daemon not running. Now I can't reboot the system. Several services fail at boot including the logind service I think. Slim's not starting and the tty prompt isn't accepting my credentials for my user nor root.
<inf> same for restic-rest-server
<clever> monty: you usually want to use a --max-freed to limit how much you GC when in this situation
<clever> monty: start with `nix-collect-garbage --max-freed 10m`
<clever> inf: yeah, that looks good
<monty> clever: But I can't log into the system.
<clever> monty: add `single` to the kernel cmd line at the bootloader
<clever> then systemd should boot directly to a root prompt
<monty> I tried booting the previous generation. But that has the same result (figured the switch might have created a borked generation).
ozychhi has quit [Ping timeout: 276 seconds]
<ddima> monty: in single user mode you might be able to just mount the nix-store rw and ditch sth obviously big and not too problematic. you could also do this using live-usb or similar. but at own risk ofc.
<vandenoever> what's the command to get the build env for an expression?
reanimus has quit [Read error: Connection reset by peer]
<clever> vandenoever: nix-store -qR
reanimus has joined #nixos
<monty> clever: Looks promising so far, don't see services failing at boot.
<vandenoever> clever: i mean for a package which is not built yet, i'm debugging an expression
<clever> vandenoever: you can run that on a .drv file for the expression, which nix-instantiate can generate
<vandenoever> clever: i'm modifying the libreoffice expression. the modified version does not build, so i want a shell with the deps so i can debug
<vandenoever> no derivation was produces
<clever> vandenoever: then run nix-shell on that attribute, `nix-shell -A libreoffice`
<vandenoever> NIX_PATH=nixpkgs=$PWD nix-shell -A libreoffice-fresh
<vandenoever> tries to build libreoffice and fails like nix-build does
<clever> 19723 libreoffice-fresh = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
<clever> 19724 libreoffice = callPackage ../applications/office/libreoffice
<clever> vandenoever: your opening a shell suitable for building the wrapper, which depends on the real libreoffice
<vandenoever> clever: that's what i want but that's not happening, it fails on calling qmake
<vandenoever> perhaps the failing step is earlier, i.e. while patching code
<clever> vandenoever: try just `nix-shell -A libreoffice-fresh.libreoffice`
<vandenoever> clever: that works... how weird
<vandenoever> because `NIX_PATH=nixpkgs=$PWD nix-shell -A libreoffice` does not
noudle has quit []
philr has quit [Ping timeout: 240 seconds]
<clever> vandenoever: `nix-shell -A libreoffice` will open a shell for wrapper.nix, so it must build libreoffice first
<vandenoever> oh wait that also 'works': it's not picking up my modified version
<ddima> vandenoever: you can also build with -K, that at least will leave the source directly there, including the rejected patch, so you could try that piece separately without the rest of the env if you are having trouble getting into.
<vandenoever> ddima: yeah, but LO has such huge env, it'd be quite a hassle
<vandenoever> i guess i could create a shell.nix
<vandenoever> but i thought there was simple command to do the same
ddellacosta has joined #nixos
<vandenoever> would be nice if there was some kind of debugger that steps through the build commands
<monty> clever: I still got a login prompt. Tried replacing init=/bin/bash but got a kernel panic.
<clever> monty: because /bin/bash doesnt exist on nixos, you need init=/bin/sh
<monty> Ah, assumed /bin/bash would be the third exception next to sh and env because nixos is so bash-centric.
boxscape has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has joined #nixos
<monty> /mnt-root//bin/sh not found : /
<clever> monty: thats a bug in stage-1, tell it to continue anyways
<monty> Ok, now I have a shell. How do I find the garbage collection command? Is there an rc file I can source?
<clever> monty: /nix/var/nix/profiles/system/sw/bin/nix-collect-garbage --max-freed 10m
<monty> Cannot determine user's home directory. Why does it need this?
<clever> monty: export HOME=/root, not sure why it needs it
cosimone has quit [Quit: Quit.]
<monty> Hmm, doesn't seem to be collecting anything. Tried larger thresholds. --list-generations doesn't list any profiles either though, hmm.
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @pasqui23 opened pull request #74085 → plasma-hud:init at 19.10.1 → https://git.io/JePtN
<clever> monty: `du -hc --max=1 /nix/store | sort -h`, find the path to the fattest thing in the nix store
<clever> monty: then run `nix-store --query --roots` on that fat thing, to see why it cant be deleted
ixxie has quit [Ping timeout: 240 seconds]
<clever> monty: you may need to `export PATH=/nix/var/nix/profiles/system/sw/bin` to make things simpler
<{^_^}> [nixpkgs] @mmilata opened pull request #74086 → nixosTests.wordpress: fix assertions → https://git.io/JePtj
bastion-tester has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74087 → ghcjs-ng: The GHC source should be configured with native build inputs → https://git.io/JePqI
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #74088 → ghcjs-ng: The GHC source should be configured with native build inputs → https://git.io/JePqL
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74087 → ghcjs-ng: The GHC source should be configured with native build inputs → https://git.io/JePqI
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to master: https://git.io/JePqt
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74088 → ghcjs-ng: The GHC source should be configured with native build inputs → https://git.io/JePqL
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to release-19.09: https://git.io/JePqq
<monty> clever: Hmm, found a GHC over a Gig. `nix-store --query --roots /nix-store/yz3i...-ghc-8.2.2-bin/` didn't output anything. Does this mean I can just rm this path?
<{^_^}> [nixpkgs] @c0bw3b merged pull request #72749 → nomacs: switch to using opencv4 → https://git.io/Je2O3
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @risicle to master « nomacs: switch to using opencv4 (#72749) »: https://git.io/JePqY
<clever> monty: you can then run `nix-store --delete` on that path
<{^_^}> [nixpkgs] @flokli merged pull request #74086 → nixosTests.wordpress: fix assertions → https://git.io/JePtj
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JePqG
<monty> Hmm, that didn't remove anything.
<clever> monty: try deleting the ghc with rm then
Ariakenom has quit [Quit: Leaving]
ddellacosta has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #74081 → osquery: remove → https://git.io/JePLD
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JePqZ
<clever> monty: and then try a sync and reboot, that should be enough to get a shell and be able to gc more normally
<monty> Sync? nix-store --verify?
<{^_^}> [nixpkgs] @flokli closed pull request #74073 → nixosTests.osquery: port to python → https://git.io/JePTd
<clever> verify can be done later, after you reboot
<monty> Then what is sync?
<clever> NAME
<clever> sync - flush file system buffers
<{^_^}> [nixpkgs] @Ma27 pushed to master « nixos/nexus: port test to python test-driver »: https://git.io/JePqn
<clever> (a shell command)
<monty> Oh, I've never had to manually call that.
<clever> its needed more when you dont have a way to properly shutdown
<monty> Yeah, good call.
justanotheruser has quit [Ping timeout: 265 seconds]
<monty> slim started this time but still can't log in neither in a tty or using ssh. So I'm trying single again.
<clever> monty: something may have crashed with /etc/passwd and wiped all passwords, use single mode to run passwd and set new passwords
fenedor has joined #nixos
<monty> single didn't work because "the root account is locked"
<{^_^}> [nixpkgs] @cdepillabout merged pull request #74050 → remove pandoc-placetable from broken packages section → https://git.io/Jeiju
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JePqB
<monty> Back to init=/bin/sh I guess.
<clever> monty: `the root account is locked` pretty much confirms that the passwd/shadow files got borked
jgeerds has quit [Ping timeout: 276 seconds]
<clever> something went wrong updating them, due to lack of free space
fendor has quit [Ping timeout: 265 seconds]
<monty> Can I simply run passwd from that /bin/sh shell? Any vars I need to set?
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
jmeredith has quit [Quit: Connection closed for inactivity]
<clever> monty: that should work fine
<clever> monty: that is also basically how you can hijack any linux machine if you have physical access
<clever> windows has similar, their is a hidden admin account, that all GUI's claim doesnt exist, but if you boot into safemode, you can still login as that user
<clever> and since all GUI's claim it doesnt exist normally, you never set a pw on it!
<monty> Can't say this is not an educative experience : )
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #74065 → compilers, binutils: Add version and pname → https://git.io/JePUI
<{^_^}> [nixpkgs] @Ericson2314 pushed 13 commits to staging: https://git.io/JePqa
<monty> Ok, so logged in as root. I should fix my store first, right? Because of the rm? Is that just --verify --repair?
<clever> monty: i would start with a further garbage collection, --repair would just re-download the missing ghc and run out of space
chloekek has quit [Quit: WeeChat 2.6]
CptCaptain has joined #nixos
m0rphism has quit [Ping timeout: 252 seconds]
<monty> Ok, freed 8/14G, probably enough for a system upgrade to 19.09?
<clever> monty: yeah
hmpffff_ has quit [Quit: nchrrrr…]
<monty> How do I make sure the rm'd path doesn't cause trouble though?
<clever> monty: `nix-store --verify --check-contents`, but you mau not need to repair it since your changing channels
<clever> just --delete it
hmpffff has joined #nixos
hmpffff has quit [Client Quit]
hmpffff has joined #nixos
<monty> I don't remember the hash though. Will verify list that?
<clever> yeah
hmpffff has quit [Client Quit]
xel has joined #nixos
<clever> monty: garbage collection may have also fixed things already
<monty> clever: Thank you a ton for the help. <3
Khetzal has quit [Remote host closed the connection]
dingenskirchen has quit [Remote host closed the connection]
<monty> Yeah, a simple --verify didn't list any non-existing paths.
dingenskirchen has joined #nixos
hmpffff has joined #nixos
<clever> --check-contents will compare the hashes of everything to the ones when they where first made
hmpffff has quit [Client Quit]
<monty> Maybe I should put off updating until tomorrow. I fear it may take a while and it's late.
<monty> Yeah, it's taken a while to run that.
<clever> monty: you could `nixos-rebuild build` to build/download everything, but not activate
<clever> monty: then you can just go to bed and know it wont brick itself overnight
Khetzal has joined #nixos
<monty> Don't trust this device to run unattended.
<monty> Reason I wanted to upgrade was something seeming like a kernel bug.
<monty> Had a kworker consuming 98+% of the CPU.
<monty> This has been happening for a number of days.
<monty> But I haven't updated the kernel since installing the system afaik.
<monty> And 19.09 has the same LTS so I'm not expecting it to actually fix the problem.
<clever> ah
hlolli has quit [Remote host closed the connection]
<monty> So I don't want this laptop to burn itself running at 98% load all night.
<nh2> how do I correctly override xorg packages? I find it confusing that they are available in the "global" `pkgs.` namespace, but also via `pkgs.X11` and `pkgs.xorg`. When I override a package like `libXtst` it seems to not be overridden in `xorg` and `X11` correctly
<clever> nh2: i think pkgs.libXtst is a reference to pkgs.xorg.libXtst
<clever> so you need to override xorg.libXtst
<nh2> clever: how does that happen though? I can't see a `libXtst = ` in all-packages.nix
<monty> ddima: Thanks to you too btw, ended up having to do what you suggested.
<monty> nh2: An inherit maybe?
<clever> > pkgs.libXtst
<{^_^}> attribute 'libXtst' missing, at (string):271:1
<clever> nh2: its not actually in the top-level scope
<nh2> clever: but I can access it as passed-in arguments in derivations
<clever> nh2: thats due to how callPackage is created, i'm searching for it...
<clever> nh2: pkgs/top-level/splice.nix: newScope = extra: lib.callPackageWith (splicedPackagesWithXorg // extra);
<clever> basically, pkgs.callPackage will search (pkgs.xorg // pkgs) for attrs when trying to fill things in
<clever> i have no idea why it does that
<clever> it would make a lot more sense to only search pkgs