sphalerite changed the topic of #nixos to: NixOS stable: 19.03 \o/ https://discourse.nixos.org/t/nixos-19-03-release/2652 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
orivej has joined #nixos
hio has quit [Quit: Connection closed for inactivity]
cxx_newb has quit [Ping timeout: 260 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
knupfer has quit [Ping timeout: 250 seconds]
Supersonic has quit [Ping timeout: 252 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
lurpahi has quit [Ping timeout: 258 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
MmeQuignon has quit [Ping timeout: 272 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/69699d62027 (from 77 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Supersonic has joined #nixos
<{^_^}> [nixpkgs] @jhillyerd opened pull request #64362 → chezmoi: 1.3.0 -> 1.5.5 → https://git.io/fj6NW
lambda-11235 has quit [Quit: Bye]
mexisme_ has quit [Ping timeout: 258 seconds]
cxx_newb43 has quit [Remote host closed the connection]
selfsymmetric-mu has joined #nixos
thc202 has quit [Ping timeout: 258 seconds]
Xal has quit [Ping timeout: 258 seconds]
Xal has joined #nixos
lambda-11235 has joined #nixos
dhess has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fj6NE
<samueldr> ris: kind of, but not, Apache Allure, which powers sourceforge, has barediff available per-file
<ris> orly?
<samueldr> e.g. click on diff for the file
<samueldr> this brings you here
<samueldr> s/\?diff/barediff/
<samueldr> though, as I said, only one file at a time :/
<samueldr> haven't found much else
<ris> you're a legend
<samueldr> use the source, luke
<samueldr> (if your IRL name is luke, you must be mightily spooked)
<ris> i actually only want one file from that, the changelog doesn't patch clenly
<ris> cleanly
<samueldr> and, I just learned of it today by thinking "I seem to recall sourceforge is an off the shelf thing"
<samueldr> so I looked which it was, it was allura, then looked in there
<samueldr> might be another magic url for raw full diff, but I can't seem to shake it out of the controller file
<samueldr> hm, ah, that framework seems to directly build the routes from the function names of the controllers
simon_weber has quit [Quit: Connection closed for inactivity]
<ris> samueldr: no luck :( - hard to believe but the "barediff" is still actually wrapped in html
<ris> wtf the point in that is, don't ask me
<samueldr> eek!
<samueldr> sorry for the false hope :/
<samueldr> you say hard to believe... I say par for the course
<{^_^}> [nixpkgs] @worldofpeace pushed to master « cozy: fix runtime error »: https://git.io/fj6Ng
omnipotententity has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.03 « cozy: fix runtime error »: https://git.io/fj6Na
wildtrees has quit [Quit: Leaving]
<omnipotententity> I'm having what is probably an easy to solve issue. I'm trying to run a python script that is importing opencv using the module 'cv2'. I attempted to add pythonPackages37.opencv to my nix.shell file (along with other dependencies) and the module cv2 is still not being found. Furthermore, $PYTHONPATH doesn't seem to contain a path to the package folder in /nix/store and /nix/store itself doesn't seem to have a folder for the pyth
<omnipotententity> Any hints?
mkoenig has quit [Remote host closed the connection]
Lisanna has joined #nixos
mkoenig has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #63339 → Fix restya-board's phpfpm.pools option → https://git.io/fjaKo
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/fj6No
<omnipotententity> ok, I've figured out why there isn't a python37 folder for it in the nix store. It's because python37Packages.opencv chain calls into the standard opencv install process with a python flag set. And I do have two opencv folders in nix store, one for the runtime one for the package.
<omnipotententity> But I can't figure out where the built module lives in either of these folders.
<omnipotententity> however, it seems like toPythonModule is supposed to name things properly?
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64331 → brave: Add libpulseaudio → https://git.io/fj61U
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fj6N6
Rusty1 has joined #nixos
<omnipotententity> According to https://github.com/NixOS/nixpkgs/issues/45506 I should always use python.withPackages. This does not seem to help me at the moment though. I get the same behavior.
<{^_^}> #45506 (by tolstikh, 45 weeks ago, closed): Cannot have OpenCV binding for python 2 and python 3 active at the same time
fusion809 has joined #nixos
adamantium has joined #nixos
andymandias has quit [Ping timeout: 258 seconds]
ggpeti has joined #nixos
<ggpeti> hiya, just stumbled upon something
<omnipotententity> hiya
<ggpeti> how is it possible to use fetchTarball without a sha256 even though nix.useSandbox is true?
<omnipotententity> I have no idea.
<ggpeti> I have looked around in the manual, there seems to be no acknowledgement of the fact that fetchTarball is impure
<ggpeti> but now with just a bit more poking around I see "restrict-eval"
Ralith_ has joined #nixos
<clever> ggpeti: there is an allowed-uris in `nix show-config` that acts as a whitelist of impurities
<ggpeti> which is empty in my case
<clever> ggpeti: youll want to set it in nix.conf
<DigitalKiwi> if anyone has been following my baloo saga...it's currently indexing and seems to be working so far
<ggpeti> no, I want to have a pure build
<omnipotententity> A build so pure you do it without source code?
<ggpeti> snarky but wrong
<omnipotententity> I'm good at that.
<omnipotententity> snarky and wrong
<ggpeti> source code with the sha256 in advance
<gchristensen> ggpeti: that is true, and a bit surprising I agree
leothrix has quit [Quit: ZNC 1.7.3 - https://znc.in]
<gchristensen> a restricted evaluation is exactly what you want
<ggpeti> seems like I have to set it nix.extraOptions
<ggpeti> so what is the difference vetween pure-eval and restrict-eval<
<gchristensen> you can also do it per-build / per-evaluation
<ggpeti> ?
leothrix has joined #nixos
<gchristensen> pure is even more strict: no NIX_PATH, no `nix-build .`
<gchristensen> you basically have to do `nix-build -E '(import builtins.fetchGit { ... rev = "..."; }'
stepcut has joined #nixos
<ggpeti> seems ok for production servers
<gchristensen> depends on your use case
<ggpeti> yea, thanks for the info
<omnipotententity> In any case, can anyone confirm this doesn't work for me, or tell me that PEBCAK? https://github.com/NixOS/nixpkgs/issues/64363
<{^_^}> #64363 (by OmnipotentEntity, 18 minutes ago, open): Cannot import opencv python module
<omnipotententity> I figure there's at least a 40% chance I don't even have the correct package.
andymandias has joined #nixos
nuncanada has joined #nixos
init_6 has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
stepcut has quit [Remote host closed the connection]
selfsymmetric-mu has joined #nixos
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a203bc741e5 (from 74 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
adamantium has quit [Remote host closed the connection]
psyanticy has quit [Quit: Connection closed for inactivity]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
drakonis_ has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
amakthel has quit [Ping timeout: 252 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #64364 → Allow NetworkManager and wireless together → https://git.io/fj6AU
Drakonis has quit [Ping timeout: 264 seconds]
mexisme_ has joined #nixos
amakthel has joined #nixos
stepcut has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #64365 → nixos/tt-rss: remove deprecated usage of PermissionsStartOnly, specify a group to run service as, and fix local pgsql da… → https://git.io/fj6AT
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
Drakonis has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
ggpeti has quit [Remote host closed the connection]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
iqubic has joined #nixos
stepcut has quit [Remote host closed the connection]
<iqubic> Is there any way I can check what sort of graphics card I have?
drakonis_ has quit [Ping timeout: 258 seconds]
nuncanada has quit [Remote host closed the connection]
<ToxicFrog> iqubic: lshw?
nuncanada has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/a203bc741e5 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<clever> iqubic: lspci
<selfsymmetric-mu> iqubic: `nvidia-smi --list-gpus` for NVIDIA
<selfsymmetric-mu> Because lshw doesn't show my card name at all, and lscpi only says `NVIDIA Corporation Device`.** :drill:
<selfsymmetric-mu>
<selfsymmetric-mu> *** Answer
<selfsymmetric-mu>
<selfsymmetric-mu> Whoops, sorry for the garbage there.
<yunratobe> iqubic: lspci | grep -i vga ? I usually use that
<iqubic> 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
mexisme_ has quit [Ping timeout: 252 seconds]
<iqubic> How powerful is tht graphics card?
mexisme_ has joined #nixos
<selfsymmetric-mu> iqubic: It can play Skyrim on low settings, so pretty weak but not hopeless?
clacke_movim has left #nixos [#nixos]
<drakonis1> its hopelessly terrible
clacke_movim has joined #nixos
mexisme has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
<lordcirth__> iqubic, That's a 14nm 2016 iGPU. Should be enough for most non-gaming tasks.
kim0 has quit [Quit: Connection closed for inactivity]
<iqubic> Yeah, I see. So it's not good at all for gaming tasks?
<lordcirth__> iqubic, not really. But there are a lot of games that require very low resources.
<iqubic> I see. That kinda sucks.
<iqubic> selfsymmetric-mu: If I attempted to play Skyrim with this laptop, how laggy would it be, even on the lowest settings.
<iqubic> ???
<drakonis1> its a integrated gpu released 5 years after skyrim
<lordcirth__> iqubic, well, I just looked at passmark, and it has a rating just below the original recommended GPU (A GTX 260)
<drakonis1> it will run mostly terribly?
<lordcirth__> However, I'm guessing that the recommended requirements were for 720p
<iqubic> I see.
adamantium has joined #nixos
loka has joined #nixos
<loka> /msg NickServ identify Yggdrasil7
mexisme_ has joined #nixos
loka is now known as lokatu
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
<iqubic> I don't think that worked. Also, I'd recommend changing your password now.
<lokatu> Yes, that's a mistake, thanks :)
<lordcirth__> lokatu, in future, always use the server channel for that, just in case.
mexisme has quit [Ping timeout: 276 seconds]
adamantium has quit [Remote host closed the connection]
<lokatu> '=D I'm awared, thank you
aw has joined #nixos
<lokatu> BTW, I was planning to ask, do you know how to disable AccountService, or LightDM, to write `/var/lib/AccountService/users/<username>` and set the `session` or `XSession` value?
<lokatu> infinisil: Yes I'm notified
mexisme_ has quit [Ping timeout: 252 seconds]
spacefrogg has joined #nixos
phreedom has quit [Ping timeout: 260 seconds]
<samueldr> infinisil++ good feature
<{^_^}> infinisil's karma got increased to 107
jb55 has quit [Ping timeout: 260 seconds]
jb55 has joined #nixos
phreedom has joined #nixos
<iqubic> msg nickserv password
<iqubic> I didn't get a PM.
<lokatu> Source says you msg should match `nickserv identify .*`
<lokatu> And I get a PM again:b
<iqubic> I didn't get any PM.
mexisme_ has joined #nixos
<DigitalKiwi> you didn't do the spell right
<lokatu> You didn't add `identify` after nickserv
<iqubic> msg nickserv identify password
<iqubic> Ah, there we go.
<iqubic> Working as inteded.
<iqubic> I just have my IRC client automatically log me in.
<iqubic> I never run that command manually.
mexisme_ has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @JohnAZoidberg opened pull request #64366 → pjsip: 2.8 -> 2.9 → https://git.io/fj6Au
ericsagnes has quit [Ping timeout: 276 seconds]
lokatu has quit [Remote host closed the connection]
nuncanada has quit [Ping timeout: 248 seconds]
freeman42x has quit [Quit: Leaving]
jackdk has quit [Quit: Connection closed for inactivity]
bsima has joined #nixos
ericsagnes has joined #nixos
<lordcirth__> Freenode supports SASL, so your client should be able to log you in during handshake without any Nickserv messages
deech has joined #nixos
init_6 has quit []
mexisme_ has joined #nixos
ericsagnes has quit [Ping timeout: 245 seconds]
deech has quit [Ping timeout: 245 seconds]
ilikeheaps has quit [Ping timeout: 245 seconds]
ilikeheaps has joined #nixos
lisanna[m] has joined #nixos
alp has quit [Ping timeout: 252 seconds]
amakthel has quit [Ping timeout: 252 seconds]
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @solson opened pull request #64367 → cue: init at 0.0.3 → https://git.io/fj6Ay
ericsagnes has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
pie_ has quit [Ping timeout: 252 seconds]
mexisme_ has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
mexisme_ has joined #nixos
Supersonic has quit [Ping timeout: 276 seconds]
adamantium has joined #nixos
<adamantium> Hey guys i'm in the middle of nixos-rebuild switch and it has been working fine, can't figure out why just a minute ago, it fails to build https://dpaste.de/mBMb
Supersonic has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
<adamantium> builder for '/nix/store/q8s8764rxwn1lbq2w5r7xkkvm9hdz5sl-home-manager-path.drv' failed with exit code 255
mexisme_ has joined #nixos
lunik144 has quit [Quit: :x]
lunik144 has joined #nixos
jluttine has quit [Ping timeout: 245 seconds]
amakthel has joined #nixos
adamantium has quit [Remote host closed the connection]
lisanna[m] is now known as Lisanna[m]
mexisme_ has quit [Ping timeout: 264 seconds]
mexisme_ has joined #nixos
Lisanna has quit [Quit: Lisanna]
Lisanna has joined #nixos
Lisanna has quit [Client Quit]
<{^_^}> [nixpkgs] @teto pushed commit from @rvolosatovs to master « vimPlugins: Update »: https://git.io/fj6xk
<{^_^}> [nixpkgs] @teto merged pull request #64337 → vimPlugins: Update → https://git.io/fj6DL
jluttine has joined #nixos
mexisme has joined #nixos
mexisme_ has quit [Ping timeout: 276 seconds]
adamantium has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #64046 → iperf: 3.6 -> 3.7 → https://git.io/fjKBb
<{^_^}> [nixpkgs] @teto pushed commit from @r-ryantm to master « iperf: 3.6 -> 3.7 »: https://git.io/fj6xY
mexisme has quit [Ping timeout: 250 seconds]
mexisme has joined #nixos
jluttine has quit [Ping timeout: 272 seconds]
adamantium has quit [Remote host closed the connection]
mexisme_ has joined #nixos
<clever> collision between `/nix/store/qgalsdxj9d55s403vhlw0lkz8bcvy1qw-git-2.22.0/share/info/git.info' and `/nix/store/8p3nm8rjr0rhaa2mqfz0zmzayxk9cn39-git-2.22.0/share/info/git.info'
mexisme has quit [Ping timeout: 250 seconds]
<clever> dang, he left
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/2a9e034690a (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Rusty1 has quit [Quit: Konversation terminated!]
<clacke_movim> I woild telk ambro718 to put a key to the non-root fs in the root fs, but they left
hio has joined #nixos
jluttine has joined #nixos
slack1256 has quit [Ping timeout: 258 seconds]
slack1256 has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
init_6 has joined #nixos
drakonis1 has quit [Quit: WeeChat 2.4]
lord| has quit [Ping timeout: 272 seconds]
palo1 has joined #nixos
lord| has joined #nixos
jluttine has quit [Ping timeout: 268 seconds]
palo has quit [Ping timeout: 248 seconds]
palo1 is now known as palo
jluttine has joined #nixos
zacts has quit [Quit: WeeChat 2.4]
mac10688 has quit [Ping timeout: 258 seconds]
dansho_ has quit [Ping timeout: 244 seconds]
dansho_ has joined #nixos
Sir_Cheer has joined #nixos
gagbo has joined #nixos
domogled has quit [Quit: domogled]
jackdk has joined #nixos
caum has quit [Quit: Lost terminal]
domogled has joined #nixos
lambda-11235 has quit [Quit: Bye]
v88m has quit [Remote host closed the connection]
v88m has joined #nixos
andymandias has quit [Ping timeout: 272 seconds]
cdepillabout has joined #nixos
orivej has quit [Ping timeout: 248 seconds]
shandogs has joined #nixos
cjpbirkbeck has joined #nixos
domogled has quit [Quit: domogled]
domogled has joined #nixos
rprije has joined #nixos
shandogs has quit []
<jackdk> omnipotententity: I think the common practice seems to be there's a "withPackages" sorta function for each runtime, and that gets you a custom environment with the interpreter and its deps. What if you try `python37.withPackages(p: [p.opencv])`?
<Sir_Cheer> omnipotententity: I think the common practice seems to be there's a "withPackages" sorta function for each runtime, and that gets you a custom environment with the interpreter and its deps. What if you try `python37.withPackages(p: [p.opencv])`?
Sir_Cheer has left #nixos [#nixos]
init_6 has quit [Ping timeout: 272 seconds]
andymandias has joined #nixos
___laika has joined #nixos
<___laika> anyone using iohk's haskell.nix build infrastructure? im having trouble getting a dev environment working... i feel like ive set everything up properly, and its trying to build some things, but none of the `nix run` commands i run have `ghc` exposed in them
v88m has quit [Ping timeout: 272 seconds]
<clever> ___laika: there is #nix-tools on irc
anon has joined #nixos
anon is now known as Guest67914
clacke_movim has left #nixos [#nixos]
clacke_movim has joined #nixos
<___laika> clever++
<{^_^}> clever's karma got increased to 144
mexisme_ has joined #nixos
Drakonis has quit [Remote host closed the connection]
Myhlamaeus1 has quit [Ping timeout: 248 seconds]
cjpbirkbeck has quit [Quit: Quitting now.]
cdepillabout has quit [Ping timeout: 250 seconds]
<Izorkin> Mic92: please check #64329 and #64355
<{^_^}> https://github.com/NixOS/nixpkgs/pull/64329 (by Izorkin, 22 hours ago, open): nixos/netdata: update service config
<{^_^}> https://github.com/NixOS/nixpkgs/pull/64355 (by Izorkin, 10 hours ago, open): nixos/ksm: add option sleep
juliendehos has joined #nixos
cdepillabout has joined #nixos
cdepillabout has quit [Client Quit]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #64367 → cue: init at 0.0.3 → https://git.io/fj6Ay
<{^_^}> [nixpkgs] @kalbasit pushed commit from @solson to master « cue: init at 0.0.3 (#64367) »: https://git.io/fj6pa
<{^_^}> [nixpkgs] @kalbasit merged pull request #64320 → lazydocker: init at 0.5 → https://git.io/fj6ol
<{^_^}> [nixpkgs] @kalbasit pushed commit from @das-g to master « lazydocker: init at 0.5 (#64320) »: https://git.io/fj6pV
<{^_^}> [nixpkgs] @kalbasit merged pull request #64342 → kustomize: 2.0.3 -> 3.0.0 → https://git.io/fj6DH
<{^_^}> [nixpkgs] @kalbasit pushed commit from @vdemeester to master « kustomize: 2.0.3 -> 3.0.0 (#64342) »: https://git.io/fj6pw
adamantium has joined #nixos
m0rphism has joined #nixos
Myhlamaeus1 has joined #nixos
<adamantium> just wanna shout out home-manager revolutionized my setup
knupfer has joined #nixos
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/fj6po
<{^_^}> [nixpkgs] @Mic92 merged pull request #64329 → nixos/netdata: update service config → https://git.io/fj6Xh
<{^_^}> [nixpkgs] @Mic92 merged pull request #64355 → nixos/ksm: add option sleep → https://git.io/fj6dx
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fj6pi
WilliamHamilton has joined #nixos
<Izorkin> Mic92: thanks
<WilliamHamilton> Hi, I want to use overrideCabal to simplify one of my overlays: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/lib.nix#L11-L41
<WilliamHamilton> how can i know all the names of the field I can modify, like `homepage` in the example?
adamantium has quit [Ping timeout: 272 seconds]
<clever> WilliamHamilton: everything that generic-builder.nix accepts
<WilliamHamilton> in particular, how can I discover `overrideCabal`'s equivalent of `dontCheck`, or `appendConfigureFlags`?
<WilliamHamilton> clever: thanks, let me check
<WilliamHamilton> that seems it, yes! How could I have deduced this myself from `overrideCabal`'s definition?
<clever> not sure what the path between the 2 is
<clever> i think, its that your haskell default.nix, is doing haskellPackages.mkDerivation, which comes from generic-builder.nix
<clever> and overrideCabal just changes things before they get passed to generic-builder.nix
<WilliamHamilton> thanks as always, clever!
<clever> yep
<{^_^}> [nixpkgs] @Mic92 merged pull request #64316 → nixos/zfs: enable requestEncryptionCredentials by default → https://git.io/fj6wd
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fj6pM
<WilliamHamilton> can `overrideCabal` make redundant my call to `callHackageDirect`? I don't think so, but still
<WilliamHamilton> in the sense, can I do directly with `overrideCabal` part of what I did with `callHackageDirect`?
___laika has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @abbradar pushed commit from @nyanloutre to release-19.03 « steamrt: fix update script »: https://git.io/fj6pD
<clever> WilliamHamilton: depends on if the deps are changing or not
<WilliamHamilton> clever: what do you mean?
<clever> WilliamHamilton: overrideCabal on the sha256+version or src would upgrade the package, but not provide it with a new dep it needs
<clever> callHackageDirect would parse the cabal file, and then get all of the deps it wants from haskellPackages
<alienpirate5> can't rebuild because of a build error in qtbase-5.12.0
<alienpirate5> therefore i can't edit my system config :/
<clever> alienpirate5: what depends on qtbase?
<alienpirate5> how do i find reverse dependencies?
<WilliamHamilton> clever: hmm, so in here https://gist.github.com/b1f2d4f15cc88b0f72f842aa57503ee2 I shouldn't use it in place of `callHackageDirect` because it's an overlay and so the result could depend on the other fields?
<clever> alienpirate5: the error at the end already tells you that, can you pastebin the output of nixos-rebuild?
<alienpirate5> oh yeah
<alienpirate5> it's wine
<clever> alienpirate5: and now you can decide if you want to go without wine for a bit or not
<alienpirate5> i see
<clever> WilliamHamilton: dont quote the path on line 31, that breaks things
<clever> WilliamHamilton: same for 45
<clever> WilliamHamilton: the rest all looks good at a glance
<WilliamHamilton> clever: yes, but I'd like to use overrideCabal to make up for the lack of composition, could that also substitute `callHackageDirect` in this case?
FRidh has joined #nixos
<clever> WilliamHamilton: yeah, you should be able to run overrideCabal on the result of callHackageDirect
<WilliamHamilton> and should I also be able to substitute the call to `callHackageDirect` adding more parameter to `overrideCabal`?
<angerman> gchristensen: setting up a new mac, having `LABEL=NIX /nix hfs rw` in `/etc/fstab` and I was able to run the installer without any issues. I was going to lookup that define you showed me during ZuriHac, but didn't need to. Hooray!
<clever> WilliamHamilton: overrideCabal (self.haskellPackages.callHackageDirect { pkg= ver= sha256=; } {}) (old: { doCheck = false; configureFlags = old.configureFlags ++ ["..."]; })
<WilliamHamilton> clever: I see, thanks!
Guest67914 has quit [Ping timeout: 244 seconds]
Guest67914 has joined #nixos
Thra11 has joined #nixos
fusion809 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @abbradar merged pull request #64357 → Backport SteamVR fix → https://git.io/fj6FB
<{^_^}> [nixpkgs] @abbradar pushed commit from @corngood to release-19.03 « steam: provide pidof and lsusb for Steam VR »: https://git.io/fj6p5
<{^_^}> [nixpkgs] @mmahut opened pull request #64369 → openjpeg: CVE-2019-12973 → https://git.io/fj6pj
<{^_^}> [nixpkgs] @mmahut opened pull request #64370 → openjpeg: CVE-2019-12973 → https://git.io/fj6hf
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/2143f6f34fb (from 51 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
adamantium has joined #nixos
pie_ has joined #nixos
pie_ has quit [Remote host closed the connection]
arjen-jonathan has joined #nixos
___laika has joined #nixos
MmeQuignon has joined #nixos
dansho_ has quit [Quit: Leaving]
pie_ has joined #nixos
___laika has quit [Ping timeout: 246 seconds]
domogled has quit [Quit: domogled]
Ariakenom has joined #nixos
pie__ has joined #nixos
<ejpcmac> Hi! While trying to install NixOS, I’m getting: `error: gettings attributes of path '/nix/store/****-compress-man-pages.sh': no such file or directory`
<ejpcmac> Any idea ho
<ejpcmac> how to solve this?*
pie_ has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @mpickering opened pull request #64371 → ghc: Don't strip compilers → https://git.io/fj6hY
rfold has joined #nixos
adamantium has quit [Remote host closed the connection]
<ejpcmac> I’m trying this from the install media, after upgrading my channel to unstable.
MmeQuignon has quit [Ping timeout: 272 seconds]
ambro718 has joined #nixos
<clever> ejpcmac: nix-store --verify --check-contents
<{^_^}> [nixpkgs] @mmahut opened pull request #64372 → wavpack: Vulnerability roundup 71 → https://git.io/fj6hs
mniip has quit [Ping timeout: 600 seconds]
ambro718 has quit [Quit: Konversation terminated!]
o1lo01ol1o has joined #nixos
Myhlamaeus1 has quit [Ping timeout: 245 seconds]
BenHeman[m] is now known as Eru[m]
<ejpcmac> I’ve had canceled the install and changed my channel, I think it messed up. Deleting everything in /mnt/nix then restarting solved my issue
<{^_^}> [nixpkgs] @timokau opened pull request #64373 → vimPlugins: update → https://git.io/fj6hc
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
domogled has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @ambrop72 opened pull request #64374 → nixos/luksroot: Add option to save passphrases. → https://git.io/fj6h4
arjen-jonathan has quit [Quit: WeeChat 2.5]
pie__ has quit [Ping timeout: 250 seconds]
amakthel has quit [Ping timeout: 252 seconds]
Kyunine has joined #nixos
turbo_MaCk has joined #nixos
<{^_^}> [nixpkgs] @das-g opened pull request #64375 → keybase{,-gui}: 3.0.0 -> 4.1.0 → https://git.io/fj6h0
Kyunine has quit [Quit: -a- IRC for Android 2.1.52]
gyroninja___ has quit [Ping timeout: 272 seconds]
__monty__ has joined #nixos
gyroninja___ has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64235 → iceshelf: init at unstable-2019-07-03 → https://git.io/fjKpl
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fj6h6
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @emmanuelrosa opened pull request #64376 → betterlockscreen: add missing runtime dependencies → https://git.io/fj6hX
<{^_^}> [nixpkgs] @FRidh merged pull request #64348 → pythonPackages.soco: 0.16 -> 0.17 → https://git.io/fj6Qx
<{^_^}> [nixpkgs] @FRidh pushed commit from @Infinisil to master « pythonPackages.soco: 0.16 -> 0.17 »: https://git.io/fj6h1
W1lkins has quit [Quit: The Lounge - https://thelounge.chat]
W1lkins has joined #nixos
<Miyu-chan> Okay. This is a stupid question. How do I use `nix-shell --run` with an argument to the inner process? I need it to work just like a normal binary.
<Miyu-chan> This is simple with `nix run` because you can just use `-c $@`
<FRidh> so why use nix-shell --run ?
Yakulu[m] has joined #nixos
<Miyu-chan> `nix-shell` puts you in the environment. `nix run` puts it into $PATH
<Miyu-chan> I 100% would use `nix run` if I could.
<FRidh> so you rely on whatever the build hooks set?
<Miyu-chan> Pretty much.
<FRidh> Any reason for not doing that in a wrapper, which is invoked with nix run?
<Miyu-chan> What do you mean?
<FRidh> well, nix-shell is for developing the package in question, and for that gives you an environment as close as possible to the build environment. Are you developing the package?
<Miyu-chan> Yeah, but I want IDE integration, basically.
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/45a29e95898 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<Miyu-chan> Starting the IDE in a nix-shell is out of the question.
noudle has joined #nixos
<Miyu-chan> A few of the things that I've considered
<Miyu-chan> f() { nix-shell -p gcc --run "echo $@"; }; f 1 2
<Miyu-chan> build input 2 does not exist
<Miyu-chan> But $@ doesnt' seem to work out properly.
<Miyu-chan> Hm. Eval works, but --run doesn't. Weird, I'm guessing it's how $@ works. Maybe I should use @*
<Miyu-chan> $*
<Miyu-chan> Also, this still doesn't work, because it loses the quotation marks. :s
<Miyu-chan> [myrl@myrl:~/Development/disharmony]$ f() { nix-shell -p gcc --run "printf '%s\n' $*"; }; f '1 2'
<Miyu-chan> 1
<Miyu-chan> 2
<Miyu-chan> [myrl@myrl:~/Development/disharmony]$ printf '%s\n' '1 2'
<Miyu-chan> 1 2
<{^_^}> [nixpkgs] @worldofpeace opened pull request #64377 → kbfs: 2.11.0 -> 4.1.0 → https://git.io/fj6h5
<Miyu-chan> There's one other thing I'm considering. Switch bash with `nix-shell -p foo` lmao
<clever> Miyu-chan: `nix-shell -p gcc`, gcc is always available, `nix-shell -p` is enough to get it
<Miyu-chan> clever:Oh. I just needed to get a nix-shell. gcc was the first thing I thought of.
<clever> oddly, it works with just -p and nothing afterwards
<Miyu-chan> Yeah. I guess I can just do that. Switch my non-interactive shell to `nix-shell -p foo`
<Miyu-chan> This is the weirdest anti-solution I've ever done.
ericsagnes has quit [Ping timeout: 252 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/45a29e95898 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
o1lo01ol1o has joined #nixos
psyanticy has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
drewr has quit [Ping timeout: 264 seconds]
AtnNn has joined #nixos
ericsagnes has joined #nixos
thc202 has joined #nixos
<AtnNn> Hello. Is anyone else using Nix on Windows?
<{^_^}> [nixpkgs] @peti merged pull request #64371 → ghc: Don't strip compilers → https://git.io/fj6hY
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/fj6hx
cxx_newb has joined #nixos
statesman has joined #nixos
<manveru> Miyu-chan: does your editor have direnv support?
<statesman> /
statesman has quit [Client Quit]
<Miyu-chan> Emacs
<manveru> then yes :)
<Miyu-chan> Oh. That's what direnv is.
<turbo_MaCk> Hi, I have an issue on my Desktop running nixos. $ nixos-rebuild breaks internet connection in the middle (seems like DNS). Restarting network manager service helps but I can't finish the upgrade of the system as rebuild itself hangs forever on network issue
<manveru> Miyu-chan: i use direnv+nix-shell+lorri+emacs
<manveru> via direnv-mode
<Miyu-chan> From what I understand, direnv is kinda like project-specific environments?
<manveru> pretty much
<Miyu-chan> Hm.
<manveru> you can just put `use nix` in your .envrc for that project, and it'll grab the env vars from the nix-shell and put them in your current session
<manveru> until you leave the dir
<Miyu-chan> Oh.
<Miyu-chan> OH
<Miyu-chan> That sounds amazing wtf
<manveru> direnv-mode does the same, but on per-buffer basis
<manveru> and lorri is so you never have to wait for nix-shell to build, it puts the evaluation in the background so you can get work done meanwhile :)
<manveru> sorry, i gotta go, hope that helps
<Miyu-chan> Thanks, will check it out!
<Miyu-chan> Holy crap. I think I was trying to make lorri in Nix lmao
<Miyu-chan> Glad to know that this is already a thing.
<Miyu-chan> Err lorri in Elisp*
<thefloweringash> turbo_MaCk: I think I've seen this. If I had to guess, when networkmanager switched to building with meson the default for rc-manager changed from resolveconf to symlink. let me check this claim
Ariakenom has quit [Read error: Connection reset by peer]
GiGa has joined #nixos
<GiGa> Hello
<GiGa> Anyone got any tips on an application to display system temperatures?
<GiGa> Interested in checking my CPU, GPU, HDD and anything else I can monitor
orivej has joined #nixos
<turbo_MaCk> thefloweringash: Thanks for looking. I think I can probably check resolf.conf quite easily
<turbo_MaCk> The interesting thing is that I've never ran into this with my laptop though I'm running almost the same configuration (but of course network setups is indeed slightly different)
GiGa has quit [Quit: Leaving]
<Miyu-chan> GiGa: is always a safe bet?
<Miyu-chan> Welps.
<Miyu-chan> He's gone.
slack1256 has quit [Ping timeout: 246 seconds]
<Miyu-chan> Was going to suggest that thing that writes to the background.
<Miyu-chan> Conky
<thefloweringash> so the thing that breaks my dns on nixos-rebuild would be fixed by #60904
<{^_^}> https://github.com/NixOS/nixpkgs/pull/60904 (by dtzWill, 9 weeks ago, open): networkmanager: match pre-meson pre-upgrade behavior more closely
<turbo_MaCk> thefloweringash: thanks. I just tried to check resolf.conf before and after
<turbo_MaCk> and there is indeed important difference
<turbo_MaCk> before I have nameserver set here conrrectly but during rebuild it's replaced by just options edns0
<turbo_MaCk> this seems like related issue https://github.com/NixOS/nixpkgs/issues/61645
<{^_^}> #61645 (by wkral, 7 weeks ago, open): NetworkManager overwriting /etc/resolv.conf when dns set to "unbound"
<thefloweringash> if you can rebuild at all, you can set the rc-manager explicitly with something like https://bitbucket.org/thefloweringash/lorne-nix/src/7b2ac7e44af60bfe6f25d1373a4f01ec9ec31428/modules/network.nix#lines-22:24
<arianvp> Is there a way to decrease verbosity of nixos tests?
<arianvp> like? Im running this test, one test case failed, but there is 100k logs
<arianvp> and I need to grep through them to see what failed
<arianvp> and it only teslls me "1 test case failed" but didn't tell me _which one_ failed
<turbo_MaCk> well I can run rebuild. it just breaks in the middle. Not sure in which phase it breaks to be honest so I'm not sure if changing the target configuration (configuration.nix) can fix that
<thefloweringash> turbo_MaCk: if you can't rebuild, something like `sudo cp --remove-destination $(readlink -f /etc/NetworkManager/NetworkManager.conf) /etc/NetworkManager/NetworkManager.conf` will make the config file editable, and then you can add the `rc-manager = resolvconf` to the `[main]` section with a regular editor
<thefloweringash> oh, this particular thing has been fixed in nixos-unstable in the module system instead of the package defaults by #61949
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61949 (by talyz, 6 weeks ago, merged): networkmanager: Add rc-manager option
<turbo_MaCk> thefloweringash: I think I might have just fixed it https://github.com/NixOS/nixpkgs/pull/61949
<{^_^}> #61949 (by talyz, 6 weeks ago, merged): networkmanager: Add rc-manager option
<turbo_MaCk> on 2nd rebuild I see no error on nss-caret download yay!
<turbo_MaCk> so in fact system config was rebuilded, it just failed on last step it seems
<turbo_MaCk> thefloweringash: thanks a lot! Not sure if I would be able to resolve it without your help! Certainly it would take me much longer. I owe you a beer
<thefloweringash> turbo_MaCk: no problem :-)
knupfer has quit [Remote host closed the connection]
<yunratobe> chromium vaapi seems doesn't work for me, it use VpxVideoDecoder on chrome://media-internals. Even though I have followed https://nixos.wiki/wiki/Accelerated_Video_Playback, but mpv can use vaapi
<turbo_MaCk> thefloweringash: no problem anymore :D If you'll be on nixconf I'm going to find you with that beer in my hand.
<thefloweringash> there's a pretty good chance I'll be at nixconf
<turbo_MaCk> thefloweringash: Great. I'l be there for sure as I live in Brno. I'll ping you there once its up so I can find you. See you there!
<m1cr0man> Is it possible to import nix code from a git repo without first downloading it and then specifying a local path? I'm wondering if it's possible to specify a url or pass fetchFromGithub in an import statement
<turbo_MaCk> m1cr0man: it is. But you need to know sha256 upfront
<{^_^}> [nixpkgs] @vcunat pushed 283 commits to staging-next: https://git.io/fj6js
knupfer has joined #nixos
<{^_^}> [nixpkgs] @Moredread opened pull request #64378 → travis: 1.8.9 -> 1.8.10 → https://git.io/fj6jG
<turbo_MaCk> m1cr0man check this repository for examples... that's how I'm doing it https://github.com/turboMaCk/nix-elm-tools
<gchristensen> angerman: oh cool!
Arahael has quit [Ping timeout: 245 seconds]
<m1cr0man> turbo_MaCk, Perfect, thanks! Providing the sha256 is grand. It's just that I want it to auto download.
<turbo_MaCk> thank I think it's exactly what you need.
Arahael has joined #nixos
<cxx_newb> I want to setup latex will only the packages I need (which I am currently trying to figure out). I install latex with texlive.combine which only contains latexmk and scheme-small for now. I now want to iteratively add packages to resolve errors like my current error "'fullpage.sty' not found". Unfortunately I don't know which texlive package to add
<cxx_newb> as there is no fullpage entry under pkgs.texlive. in nix repl. Is there a way to search for a files provided by packages so I can figure out which package to install.
noudle has quit []
<m1cr0man> turbo_MaCk, Yeah it literally is :)
ok2 has joined #nixos
turbo_MaCk has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @Moredread opened pull request #64379 → Backport to 19.03: oraclejdk/jdk8cpu: 8u201 -> 8u211 → https://git.io/fj6jn
<{^_^}> [nixpkgs] @timokau merged pull request #64373 → vimPlugins: update → https://git.io/fj6hc
<{^_^}> [nixpkgs] @timokau pushed to master « vimPlugins: update (#64373) »: https://git.io/fj6jC
shibboleth has joined #nixos
<siraben> How do I enable HiDPi only for my laptop's display but not for external displays?
___laika has joined #nixos
<colemickens> are there any .NET Core apps packaged in nixpkgs?
<gchristensen> Xorg doesn't support multiple pixel densities, siraben, so I don't think you can
<gchristensen> (with X11 / xserver. with wayland, you can)
___laika has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
marek1 has joined #nixos
marek1 has quit [Client Quit]
marek1 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 248 seconds]
marek1 has quit [Client Quit]
turbo_MaCk has joined #nixos
mexisme_ has quit [Ping timeout: 264 seconds]
Okinan has quit [Quit: Konversation terminated!]
Rusty1 has joined #nixos
bakakuna has joined #nixos
silver has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #64380 → graphicsmagick: 1.3.31 -> 1.3.32, security release → https://git.io/fj6jr
deech has joined #nixos
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
ris has quit []
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
ris has joined #nixos
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
bakakuna has quit [Ping timeout: 244 seconds]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
Netsu has quit [Remote host closed the connection]
sakalli_ has quit [Client Quit]
<siraben> gchristensen: ah, how so?
<siraben> With wayland
<siraben> I wonder if Wayland will work with i3 + XFCE
<ar> siraben: nope. i3 doesn't work with wayland
<siraben> Aw that's a shame. What about alternatives?
<ar> siraben: if you want an i3-alike wayland compositor, there's sway. it'll even happily take (most of) i3 config
<siraben> Sway, perhaps?
___laika has joined #nixos
<siraben> ar: thanks, will check out.
<siraben> Might it still work with XFCE?
<ar> no idea
<siraben> ok
alp has joined #nixos
shibboleth has quit [Quit: shibboleth]
___laika has quit [Ping timeout: 248 seconds]
<Thra11> Can a remote builder (set in nix.conf using `builders = ssh://user@hostname ...`) cross compile?
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #nixos
<siraben> VirtualBox warns me "kernel driver not accessible", what is causing that?
<siraben> Already enabled virtualization in my config
<ar> siraben: vbox* kernel modules, probably
<ar> siraben: virtualbox uses its own instead of relying on the kvm-* that are in kernel
mexisme_ has joined #nixos
<siraben> ar: which option is that?
<ar> nixpkgs.linuxPackages.virtualbox
<siraben> Do I set virtualisation.virtualbox.host.enable and virtualisation.virtualbox.guest.enable to true by the way?
___laika has joined #nixos
<{^_^}> [nixpkgs] @domenkozar merged pull request #64343 → haskellPackages.servant-client-core: apply patch only to 0.15 → https://git.io/fj6yE
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/fj6jx
acarrico has quit [Ping timeout: 244 seconds]
lopsided98 has quit [Remote host closed the connection]
___laika has quit [Ping timeout: 272 seconds]
lopsided98 has joined #nixos
<siraben> Ah, looks like I needed to remove virtualbox from systemPackages, weird.
<turbo_MaCk> Did you try to restart vbox service?
<ar> huh: https://nixos.org/nixos/options.html#kubernetes.proxy.enable - the description seems off
<{^_^}> [nixpkgs] @mguentner opened pull request #64381 → matrix-synapse: 1.0.0 -> 1.1.0 → https://git.io/fjieU
gordondevoe has joined #nixos
<siraben> If I can install a package like this: nix-env -if <url>, how do I specify this in my configuration.nix?
Ariakenom has joined #nixos
bakakuna has joined #nixos
gordondevoe has left #nixos [#nixos]
<siraben> How do I install the virtualbox guest additions?
omnipotententity has quit [Read error: Connection reset by peer]
omnipotententity has joined #nixos
omnipotententity is now known as Guest34267
<cxx_newb> I enabled virtualbox using virtualisation.virtualbox.host.enable and virtualisation.virtualbox.guest.enable and now it is compiling virtualbox. Why is there no binary provided. I don't want to wait that long to get virtualbox. Any tips?
<siraben> cxx_newb: you just have to wait it out, it worked for me
<siraben> don't add virtualbox to the systemPackages, seems to cause a kernel dirver not found error
<cxx_newb> siraben: Considering I want to set up new machines with nixos from time to time this seems unacceptly long :/
deech has quit [Ping timeout: 246 seconds]
stepcut has joined #nixos
o1lo01ol1o has joined #nixos
<__monty__> I doubt you need both of those.
<siraben> Not sure if this was the best way I but I just ended up downloading the ISO off https://download.virtualbox.org/virtualbox/6.0.0_RC1/ and installing the guest additions by mounting within the VM
<__monty__> Enable host on the machine where you run vbox, enable guest on the VM.
<__monty__> At least that's the only thing that'd make sense to me.
<siraben> What do you mean by enabling guest on the VM?
<__monty__> That's *if* you run nixos inside a VM.
shibboleth has joined #nixos
<siraben> So in that case one sets virtualisation.virtualbox.guest.enable to true?
<cxx_newb> I copied the wrong lines, got virtualisation.virtualbox.host.enable = true; and virtualisation.virtualbox.host.enableExtensionPack = true; in my config
<__monty__> I assume that's how it works, yeah.
<cxx_newb> those are both for the host right?
<__monty__> Yes. I'm not sure what the extension pack is though.
<cxx_newb> I still do not understand why this has to be built from source.
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<__monty__> siraben: The virtualbox guest additions are in nixpkgs under linuxPackages.
<ar> cxx_newb: because the extension pack is non-free
<ar> well, non-Free
<cxx_newb> ar: Oh okay, I will try without.
psyanticy has quit [Quit: Connection closed for inactivity]
<siraben> __monty__: so do I add linuxPackages.virtualboxGuestAdditions to my systemPackages and set virtualisation.virtualbox.host.enableExtensionPack = true; ?
<siraben> Or just the option will suffice?
<__monty__> No clue, read the appropriate chapter in the manual or on the wiki.
<{^_^}> [nixpkgs] @nyanloutre opened pull request #64382 → matrix-synapse: 1.0.0 -> 1.1.0 → https://git.io/fjieR
bakakuna has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #64383 → kodi: 18.1 -> 18.3 → https://git.io/fjieg
<cxx_newb> ar: after removing the extension part I still need to build from source... :/
<__monty__> virtualbox has been succesfully built by hydra so it should be cached. Not sure why your config's resulting in a custom version.
<cxx_newb> __monty__: hmm is there any way to clear all caches?
<cxx_newb> __monty__: Meaning caches on my local machine of course
<{^_^}> [nixpkgs] @nyanloutre closed pull request #64382 → matrix-synapse: 1.0.0 -> 1.1.0 → https://git.io/fjieR
<__monty__> That wouldn't help. Somehow the derivation your config results in depends on a virtualbox that is distinct from the one in the cache.
pie__ has joined #nixos
<cxx_newb> __monty__: I only have the line "virtualisation.virtualbox.host.enable = true;" inside my config.
<cxx_newb> __monty__: Could vagrant interfere with this?
<__monty__> I'm not sure, I'm out of my depth really.
<cxx_newb> __monty__: ok, thanks anyway :)
<mog> im trying to add https://pypi.org/project/GreatFET/ to nixos. but when i run the install on the package i made it 404s on trying https://pypi.io/packages/source/G/GreatFET/GreatFET-2019.5.1.dev0.tar.gz
<mog> not sure how to fix this
pie__ has quit [Ping timeout: 252 seconds]
<__monty__> And you can download that file just fine?
Netsu has joined #nixos
<mog> no it doesnt exist. but if i run pip download greatfet it gets the same version
<mog> i dont know how to make pip attempt to get the exact same tarball though
lokatu has joined #nixos
<__monty__> How did you find this url?
<mog> its what fetchpypi generates given the pname
<{^_^}> [nixpkgs] @grahamc merged pull request #64380 → graphicsmagick: 1.3.31 -> 1.3.32, security release → https://git.io/fj6jr
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/fjieM
bakakuna has joined #nixos
WilliamHamilton has quit [Remote host closed the connection]
<__monty__> I guess an issue report would be appropriate?
<mog> no im sure im just doing something wrong or the pypi is missing something
<mog> just wanted to find someone who understands it better
roconnor has joined #nixos
<roconnor> the Haskell package "Chart-cairo" appears to no longer be broken. Where do I lodge a PR to update this?
leothrix has quit [Quit: ZNC 1.7.3 - https://znc.in]
leothrix has joined #nixos
cxx_newb has quit [Remote host closed the connection]
bakakuna has quit [Ping timeout: 264 seconds]
<infinisil> roconnor: Remove it from the `broken:` section in pkgs/development/haskell-modules/configuration-hackage2nix.nix, PR that to the haskell-updates branch
lokatu has quit [Ping timeout: 252 seconds]
<infinisil> roconnor: Or actually, I can push it to the branch directly quickly
lokatu has joined #nixos
cxx_newb has joined #nixos
<cxx_newb> Does someone know how to get vim with clipboard support. I tried vimHugeX instead of vim but when I run vim --version I still have -clipboard.
mniip has joined #nixos
___laika has joined #nixos
jedai has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
<kraem> (answering my own question from yesterday [21:40 2019-07-05] - regarding reinstalling the bootloader) : After booting from the live medium and mounted all partitions as the nixos install you're recovering (under /mnt) you just run `nixos-generate-config` which will generate a new hardware-config.nix with the partition set up as you have them in the live environment but will leave your
<kraem> /mnt/etc/nixos/configuration.nix intact if it exists. After that it's just a matter of running nixos-install and the bootloader will be installed with your previous nixos set up just as before.
___laika has quit [Ping timeout: 268 seconds]
cxx_newb has quit [Remote host closed the connection]
<roconnor> infinisil: Thanks. I'm guessing that all the Chart packages are fixed now, but I haven't looked carefully.
<infinisil> roconnor: I'm just testing a few, will push with a couple unbreaks in a bit
<roconnor> thanks!
<infinisil> :)
deech has joined #nixos
WilliButz has quit [Quit: WeeChat 2.5]
WilliButz has joined #nixos
<{^_^}> [nixpkgs] @gazally opened pull request #64384 → nixos/zerotierone: Sandbox the systemd service → https://git.io/fjivj
mexisme_ has quit [Ping timeout: 252 seconds]
camsbury has joined #nixos
<ar> hm. i have a problem with setting mac address of one of the interfaces to a specific value. the configuration.nix looks like this: http://dpaste.com/02CR5A6.txt , interfaces eno1 and eth1 do exist (i'm not sure why's eth1 named "eth1" and not something else conforming to "predictable" interface names but w/e); network-addresses-eth1.service (which would launch a script that would set the mac address) fails
<ar> waiting for dependency (http://dpaste.com/2Z5XXDD.txt), one of its dependencies - sys-subsystem-net-devices-eth1.device - fails http://dpaste.com/0V9PB6Y.txt - but i have no idea why, as the device eth1 exists and doesn't get renamed during boot http://dpaste.com/01PCADP.txt
zacts has joined #nixos
<ar> any ideas welcome
knupfer has joined #nixos
<{^_^}> [nixpkgs] @Infinisil pushed to haskell-updates « haskell2nix: Unmark Chart-related packages as broken »: https://git.io/fjift
<ar> interestingly, it does work if i try to set the mac address on eno1 instead of eth1
___laika has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
fusion809 has joined #nixos
<ar> so the problem, i guess, is "why doesn't eth1 get renamed"
___laika has quit [Ping timeout: 272 seconds]
jackdk has quit [Quit: Connection closed for inactivity]
___laika has joined #nixos
o1lo01ol1o has joined #nixos
knupfer has quit [Ping timeout: 252 seconds]
lokatu has quit [Ping timeout: 244 seconds]
lokatu has joined #nixos
v88m has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
fendor has joined #nixos
deech has quit [Ping timeout: 245 seconds]
lokatu has quit [Quit: WeeChat 2.5]
phreedom_ has joined #nixos
___laika has quit [Ping timeout: 244 seconds]
phreedom has quit [Ping timeout: 260 seconds]
b42 has joined #nixos
___laika has joined #nixos
madhukar93 has joined #nixos
roconnor has quit [Quit: Konversation terminated!]
<madhukar93> Hi, I changed my shell to zsh. I expected completions for bash to work because zsh has a compatibility layer. I suspect it's not working because of how nixos manages paths. Anyone know how I can make this work
iyzsong has quit [Ping timeout: 252 seconds]
___laika has quit [Ping timeout: 248 seconds]
<angerman> is there some support for automatic-wake-on-lan for remote builders?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/980bb95f1c9 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
Guest34267 is now known as OmnipotentEntity
OmnipotentEntity has joined #nixos
OmnipotentEntity has quit [Changing host]
acarrico has joined #nixos
madhukar93 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @dnaq opened pull request #64385 → WIP: build-rust-crate: fix for binary crate building. → https://git.io/fjiJ8
shibboleth has quit [Quit: shibboleth]
Neo-- has joined #nixos
zacts has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @mogorman opened pull request #64386 → greatfet: init at 2019.05.01.dev0 → https://git.io/fjiJV
shibboleth has joined #nixos
Drakonis has joined #nixos
Netsu has quit [Ping timeout: 260 seconds]
___laika has joined #nixos
emptyflask has joined #nixos
Neo-- has quit [Ping timeout: 272 seconds]
alp has quit [Ping timeout: 252 seconds]
layeddie has quit [Quit: Connection closed for inactivity]
ilikeheaps has quit [Ping timeout: 245 seconds]
___laika has quit [Ping timeout: 272 seconds]
amakthel has joined #nixos
___laika has joined #nixos
camsbury has quit [Remote host closed the connection]
___laika has quit [Ping timeout: 248 seconds]
___laika has joined #nixos
<m1cr0man> Anyone seen this error from dep2nix before? "error checking out branch: Unexpected error while defensively cleaning up after possible derelict nested submodule directories"
turbo_MaCk has quit [Ping timeout: 272 seconds]
<m1cr0man> Uhm..I think my irc client is broke I'm hearing pings but can't see any messages
<OmnipotentEntity> m1cr0man, no one is saying anything currently
<OmnipotentEntity> and you're coming through just fine.
<m1cr0man> oh ok dunno what was happening then XD
<OmnipotentEntity> Might be something from the server console rather than the channel.
<m1cr0man> I've never had that happen before hexchat was flashing but I had no messages or highlights. Yeah it could be that.
<OmnipotentEntity> But I do not know the answer to your question.
juliendehos has quit [Quit: Leaving]
<m1cr0man> nb
___laika has quit [Ping timeout: 272 seconds]
<OmnipotentEntity> I'm having some trouble understanding how to properly override a package.
turbo_MaCk has joined #nixos
knupfer has joined #nixos
<OmnipotentEntity> This gives an already defined error for "pytorch-cuda"
amakthel has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/aa2a7e49b82 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<OmnipotentEntity> Nevermind, I think I figured it out. It was complaining because I was attempting to insert it into python37Packages. Removing that makes it seemingly work fine.
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
sakalli_ has joined #nixos
sakalli_ has quit [Excess Flood]
zacts has joined #nixos
domogled has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jameysharp opened pull request #64387 → nixos/openldap: fix assertion → https://git.io/fjiJj
amakthel has joined #nixos
o1lo01ol1o has joined #nixos
clacke_movim has left #nixos [#nixos]
andi- has quit [Quit: WeeChat 2.5]
acarrico has quit [Ping timeout: 258 seconds]
amakthel has quit [Ping timeout: 252 seconds]
o1lo01ol1o has quit [Ping timeout: 248 seconds]
andi- has joined #nixos
gyroninja___ has quit [Ping timeout: 244 seconds]
___laika has joined #nixos
<OmnipotentEntity> FRidh, should I continue looking for an official source that states that Python3 isn't supported in OpenCV 2? Or should I just get on with it and fix the package?
gyroninja___ has joined #nixos
___laika has quit [Ping timeout: 246 seconds]
<m1cr0man> so OmnipotentEntity instead of reassigning pytorch-cudo assign it to a new variable and pass it to the next line
<m1cr0man> I have an example I can share
<OmnipotentEntity> m1cr0man, thanks, I actually did exactly that. I changed "pkgs.python37Packages.pytorch-cuda" to just "pytorch-cuda" and it seems to work
<m1cr0man> awesome :)
<OmnipotentEntity> still compiling though
<OmnipotentEntity> actually it just got done, compiled fine, no errors, but it doesn't solve my problem haha fuck.
___laika has joined #nixos
<OmnipotentEntity> lots of test errors in the log
<OmnipotentEntity> test log*
<OmnipotentEntity> Seems like it can't find a CUDA device on my computer, except I should have at least two.
<m1cr0man> hm maybe you need to include some extra buildInputs for some headers?
<{^_^}> [nixpkgs] @charles-dyfis-net opened pull request #64388 → squashfsTools: fix 4k-align patch regression → https://git.io/fjiUB
<aveltras> is anyone using stalonetray with a custom icon theme ? i'd like to change the rather ugly icons. I'm using xmobar/xmonad
<OmnipotentEntity> well, that's the test log. The build was just fine. But what I was trying to fix was an assertion: "AssertionError: Torch not compiled with CUDA enabled" which should have been fixed by setting cudaSupport = true
___laika has quit [Ping timeout: 258 seconds]
<OmnipotentEntity> like, if it's a configuration issue of my hardware I can attack it later. I'm just confused why Torch still thinks it doesn't have a python.
<OmnipotentEntity> sorry pytorch thinks it still doesn't have a CUDA
JamesB192 has joined #nixos
stepcut_ has joined #nixos
turbo_MaCk has quit [Ping timeout: 248 seconds]
stepcut has quit [Ping timeout: 246 seconds]
turbo_MaCk has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #64389 → php73: 7.3.6 -> 7.3.7, 7.2.19 -> 7.2.20 [19.03 backport] → https://git.io/fjiUr
mniip has quit [Ping timeout: 615 seconds]
<ar> is there a way to set all of foo.bar.*.somethingCommon to a given value? i'd like to set all of services.prometheus.exporters.*.listenAddress to "127.0.0.1"
shu9 has joined #nixos
mniip has joined #nixos
domogled has joined #nixos
wildtrees has joined #nixos
wildtrees has quit [Remote host closed the connection]
wildtrees has joined #nixos
domogled has quit [Remote host closed the connection]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
domogled has joined #nixos
zacts has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @Ma27 opened pull request #64390 → nixos/graylog: use `types.lines` for extraConfig → https://git.io/fjiUp
<{^_^}> [nixpkgs] @risicle opened pull request #64391 → pythonPackages.jpylyzer: init at 1.18.0, use to enable openjpeg tests → https://git.io/fjiUh
shibboleth has quit [Quit: shibboleth]
selfsymmetric-mu has quit [Remote host closed the connection]
Myhlamaeus1 has joined #nixos
ilikeheaps has joined #nixos
hax404 has joined #nixos
<hax404> i booted the current nixos 19.03 64bit minimal iso and want to do "cryptsetup benchmark". after the hash functions, i get "Required kernel crypto interface not available.". do i need to load more kernel modules?
Thra11 has quit [Ping timeout: 258 seconds]
simon_weber has joined #nixos
<{^_^}> [nixpkgs] @LnL7 opened pull request #64393 → pythonPackages.wily: init at 1.12.2 → https://git.io/fjiT3
yunratobe has quit [Quit: Goodbye]
xavierm02 has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
xavierm02 has joined #nixos
xavierm02 has quit [Remote host closed the connection]
Ariakenom has quit [Read error: Connection reset by peer]
nikivi has joined #nixos
ilikeheaps has quit [Ping timeout: 245 seconds]
Ariakenom has joined #nixos
Freneticks has quit [Quit: WeeChat 1.6]
nikivi has quit [Client Quit]
xavierm02 has joined #nixos
xavierm02 has quit [Client Quit]
lambda-11235 has joined #nixos
mexisme_ has joined #nixos
<simon_weber> does anyone have recommendations or examples for organizing nixos source on multitenant systems? currently I have one server per app, with each app repo containing all its own nix source, but presumably I'll want to move shared nix to one place
<simon_weber> I'd also be curious to see how people organize shared bits like nginx config, where each app will need to add pieces
nikivi has joined #nixos
yunratobe has joined #nixos
bakakuna has joined #nixos
xavierm02 has joined #nixos
mexisme_ has quit [Ping timeout: 248 seconds]
lunik144 has quit [Quit: :x]
lunik144 has joined #nixos
o1lo01ol1o has joined #nixos
lunik144 is now known as lunik1
sindrip has joined #nixos
<aveltras> simon_weber: might be the use case for nixos containers
<simon_weber> https://nixos.org/nixos/manual/#ch-containers yeah? interesting; I'll look into it
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<aveltras> simon_weber: dunno exactly what you mean by multinenant system here but the minimal case for nginx might be to have a central nginx webserver responding to port 80 in your main configuration.nix which then routes request to nixos containers based on the host reached
<aveltras> simon_weber: ye, those containers
turbo_MaCk has quit [Ping timeout: 246 seconds]
<simon_weber> cool. in my case currently each server has app processes + an nginx, and i'm interested in putting multiple apps onto one server along with nginx. i'm not particularly concerned about the apps conflicting with each other; it's more how to structure the nix so that I'm not switching between repos constantly but also not duplicating a bunch of code
<aveltras> i have not used nix for real apps yet but tried basic use cases and i think relying on nixops is nice for this case
<aveltras> you can have on nixos server
<aveltras> and you deploy each of your app using nixops into a container into your unique server
<aveltras> the store is shared for the whole server but all your app dependencies don't have to match in version
<simon_weber> I see
<simon_weber> I suppose it's not all that often that I'll need to change the per-app nginx config along with app code
<simon_weber> it's pretty set and forget
<simon_weber> so I think maybe I'll put the nixops stuff in one repo and just have it import the app config somehow
<aveltras> might be cleaner to have the whole app config in your app repo anyway
<vaibhavsagar> simon_weber: IMO one of Nix's fatal flaws is that it doesn't have a good story around managing secrets
<vaibhavsagar> so essentially anything you write to /nix/store can be read by anyone else on that system
<vaibhavsagar> this means that most people run Nix only where they control access to /nix/store
<simon_weber> yup, this will just be my own stuff. i'm just motivated by costs -- these apps require so little that a server to themselves is wasteful
<vaibhavsagar> ah, in that case you can have a service config for each service
bakakuna has quit [Ping timeout: 245 seconds]
<vaibhavsagar> I don't think it's necessary to use nixos-containers for this
MmeQuignon has joined #nixos
sindrip has quit [Ping timeout: 260 seconds]
<vaibhavsagar> Nix combines values from different service configurations, which could solve your nginx issue: https://nixos.org/nixos/manual/#sec-writing-modules
<simon_weber> ah yeah i've been meaning to look into how that works
<{^_^}> [nix] @edolstra pushed 35 commits to flakes: https://git.io/fjiTP
<vaibhavsagar> if you look at the `services/` folder, most of them expose only one port, but all those are merged together into a list which means all of them get exposed in the end
<simon_weber> where in the docs does it describe how that works? combining a list is a bit surprising to me
<vaibhavsagar> I can't find a good explanation right now, but it's mentioned briefly here: https://nixos.org/nixos/manual/#sec-option-definitions-merging
<vaibhavsagar> https://nixos.org/nixos/manual/#sec-modularity has a bit more on this as well
<vaibhavsagar> > When multiple modules define an option, NixOS will try to merge the definitions. In the case of environment.systemPackages, that’s easy: the lists of packages can simply be concatenated.
<{^_^}> error: syntax error, unexpected ',', expecting ')', at (string):255:39
bakakuna has joined #nixos
<simon_weber> ah yeah https://nixos.org/nixos/manual/#sec-modularity looks good
<Athas> Is there a way to see which packages a Nix package depends on at run-time? (I.e. which packages are included in the transitive closure?)
<shazow> ahoy
<vaibhavsagar> Athas: `nix-store --query --requisites`
<Athas> vaibhavsagar: thanks!
<vaibhavsagar> There's more here: https://nixos.wiki/wiki/Cheatsheet
<arcnmx> a question about nixops: is there any way to customize deployments, like have custom resource plugins/scripts without needing to fork nixops or something?
<gchristensen> arcnmx: PR coming next week!
<arcnmx> I guess I'd even be fine with just a post activation script that runs on the nixops host, but I'm not sure if either is possible?
<arcnmx> hmmm o:
bakakuna has quit [Ping timeout: 246 seconds]
cxx_newb has joined #nixos
<cxx_newb> I somehow messed up my nixos :/ When I nixos-rebuild switch I get : "FileNotFoundError: [Errno 2] No such file or directory: '/nix/var/nix/profiles/system-2-link/kernel". I tried going back to an old configuration of mine but still get the same error. Can someone help?
<{^_^}> [nixpkgs] @xrelkd opened pull request #64394 → wireguard-tools: 0.0.20190601 -> 0.0.20190702 → https://git.io/fjiTb
melling has joined #nixos
<{^_^}> [nixpkgs] @demin-dmitriy opened pull request #64395 → git: fix bad patch and fix run-time dependency on gcc → https://git.io/fjiTN
bakakuna has joined #nixos
<stepcut_> does nix have a function to delete an attribute from a set? Or do I need to use filter?
melling has left #nixos [#nixos]
<arcnmx> builtins.removeAttrs?
amakthel has joined #nixos
alp has joined #nixos
<stepcut_> ooo
<{^_^}> [nixpkgs] @dywedir merged pull request #64314 → shades-of-gray-theme: 1.1.7 -> 1.1.8 → https://git.io/fj6V4
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fjiTx
cxx_newb has quit [Remote host closed the connection]
<arcnmx> hm trying to imagine how to set this up without modifying nixops, if I just wrap the "nixops deploy" command in a script that runs additional steps after... I guess that could work if "nixops export" is able to give the script info about the network evaluation / state?
juliendehos has joined #nixos
<simon_weber> arcnmx: in my case I just install another key that I use for that kind of stuff
<simon_weber> though I have a somewhat peculiar setup where deploys are done totally outside nix (with ansible)
<simon_weber> app deploys, I mean -- nix handles host config
bakakuna has quit [Ping timeout: 272 seconds]
<arcnmx> Hm... I do want nix to handle everything, my main concerns right now are... 1. I'd like to set up DNS records after deployments for machines based on the evaluated public ip and such, 2. I'd like to do dysnomia style deployment of mutable data.
<arcnmx> I guess they can be worked around if necessary... 1 can be either done on the machine itself via say ddclient or whatever... 2 instead of wanting to push data to the machine, could set it up to push to an interim location then pull from there instead on system/service activation
v88m has quit [Ping timeout: 244 seconds]
<arcnmx> or alternatively just setting up a post-deploy wrapper as mentioned above, just not sure, it all seems messy?
<arcnmx> or idk, look into terraform+nixos instead..?
___laika has joined #nixos
v88m has joined #nixos
alex`` has joined #nixos
zacts has joined #nixos
fendor has quit [Quit: Leaving]
<clever> arcnmx: the ec2 backend in nixops will auto-configure route53 to point to each machine
winem_ has joined #nixos
<Ralith> can someone merge https://github.com/NixOS/nixpkgs/pull/62957 ? it's been a month
<{^_^}> #62957 (by Ralith, 3 weeks ago, open): vulkan-validation-layers: 1.1.101.0 -> 1.1.106.0
<arcnmx> Fair point, I dug through and saw that but am not specifically using route53 and not sure whether I plan on using ec2 or not.
<{^_^}> [nixpkgs] @mmahut opened pull request #64396 → zabbixctl: init at unstable-2019-07-06 → https://git.io/fjikl
melling has joined #nixos
<{^_^}> [nixpkgs] @rvolosatovs opened pull request #64397 → neovim: 0.3.7 -> 0.3.8 → https://git.io/fjikB
winem_ has quit [Ping timeout: 252 seconds]
winem_ has joined #nixos
alex`` has quit [Ping timeout: 246 seconds]
alex`` has joined #nixos
turbo_MaCk has joined #nixos
Netsu has joined #nixos
civodul has joined #nixos
psyanticy has joined #nixos
__monty__ has quit [Ping timeout: 248 seconds]
pie__ has joined #nixos
o1lo01ol1o has joined #nixos
LogicAside has quit [Ping timeout: 258 seconds]
LogicAside has joined #nixos
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
stepcut_ has quit [Ping timeout: 248 seconds]
deech has joined #nixos
xcthulhu has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<aveltras> is there a way to fetch only a subfolder of a github repo via nix ? say i'd like to have only https://github.com/google/fonts/tree/master/ofl/exo2 without having to download the massive repo
dansho has joined #nixos
<clever> aveltras: nope
mexisme_ has joined #nixos
silver has quit [Ping timeout: 272 seconds]
<Ralith> is it expected that x86_64-unknown-linux-musl-gcc isn't in the binary cache?
stepcut has joined #nixos
<clever> Ralith: probably
<turbo_MaCk> aveltras is it even possible to do with git?
<Ralith> aw
<clever> turbo_MaCk: it would have to be a custom git client
<aveltras> and do you know if there would be any licensing issue by having those fonts in my own github repo ? (since it's what google does here)
<arcnmx> aveltras: very silly way of doing it: svn co https://github.com/google/fonts/trunk/ofl/exo2
<clever> arcnmx: pkgs.fetchSvn!
__monty__ has joined #nixos
<arcnmx> mm!
<turbo_MaCk> clever: I think even git server isn't capable of providing data of just some objects but It's justa guess
<clever> horribly ugly!!
<clever> turbo_MaCk: you might be able to abuse the ability to do a partial pull, to pull only that subtree
<clever> turbo_MaCk: but i dont know much about the network layer, mostly just the local object storage
<turbo_MaCk> clever: well I think it won't be possible but perhaps if you find any way to do it without nix you can then port it to nix.
mexisme_ has quit [Ping timeout: 250 seconds]
<clever> turbo_MaCk: yep
<{^_^}> [nixpkgs] @dywedir opened pull request #64398 → newsboat: 2.15 -> 2.16.1 → https://git.io/fjikw
ddellacosta has joined #nixos
wfranzini has joined #nixos
<___laika> is there any reason `nix-shell` and `nix run --file shell.nix` would function differently?
<clever> ___laika: `nix-shell shell.nix` will give a shell suitable for building something, based on the inputs in shell.nix
<clever> ___laika: `nix run` will build the thing, and put it into PATH
<___laika> oh, i see!
<___laika> interesting
<___laika> i think that haskell.nix's shellFor is supposed to account for that in a shell.nix file?
<clever> ___laika: if you `nix-instantiate shell.nix` and then `nix show-derivation thatdrv` what does it output?
sindrip has joined #nixos
JamesB192 has left #nixos ["http://quassel-irc.org - Chat comfortably. Anywhere."]
slack1256 has joined #nixos
<clever> "nativeBuildInputs": "/nix/store/xl6kxg1lpclahch0bj8lrb5f4xaxdpi1-ghc-shell-for-http-hs-ghc-8.6.5",
<clever> ___laika: what is in this directory?
<aveltras> pkgs.fetchsvn worked nicely
<aveltras> thanks for the help
lvo has joined #nixos
<___laika> that looks like its loaded up with all the binaries i want!
<clever> ___laika: definitely looks like thats meant for use with nix-shell, and work work via nix run
<clever> wont work*
<___laika> clever++
<{^_^}> clever's karma got increased to 145
<___laika> thanks :)
<___laika> is there any way under the new nix ui to get a `nix-shell`-like experience?
<clever> nix-shell is the only way to get such a development shell right now
<___laika> ok neato
<___laika> makes sens
<___laika> e
<___laika> thanks for the explanations :D
turbo_MaCk has quit [Ping timeout: 272 seconds]
<clever> ___laika: nix-shell will basically put buildInputs and nativeBuildInputs into $PATH, and everything else from the env section becomes an env var
<clever> ___laika: nix run will simply grab out (line 62) and put only that into $PATH
<___laika> that makes a lot of sense
johnnyfive has joined #nixos
<___laika> nix run's documentation does refer to its targets as "installables"
alp has quit [Ping timeout: 252 seconds]
<clever> "installPhase": "echo $nativeBuildInputs $buildInputs > $out",
<clever> oh, and line 59, the installPhase for that derivation, just prints 2 strings to $out
<clever> so $out/bin doesnt exist, $out is a file!
<clever> not sure what nix run will do when you give it a file containing things
<{^_^}> [nixpkgs] @mmahut opened pull request #64399 → blockbook: init at 0.3.1 → https://git.io/fjikS
<melling> i am running 19.03 and found a bug in a python module, which branch should i submit my pull request on?
turbo_MaCk has joined #nixos
<clever> melling: usually, master, and maybe ask to have it backported to 1903 after its merged
<melling> clever: ok, thanks :)
pie__ has quit [Ping timeout: 252 seconds]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
_deepfire has joined #nixos
levdub has quit [Ping timeout: 248 seconds]
Miyu-chan has quit [Ping timeout: 272 seconds]
MmeQuignon has quit [Ping timeout: 245 seconds]
knupfer has quit [Quit: knupfer]
<OmnipotentEntity> Dear me several hours ago, pytorchWithCuda is a thing that exists.
knupfer has joined #nixos
__monty__ has quit [Ping timeout: 245 seconds]
Thra11 has joined #nixos
lewo has left #nixos ["ERC Version 5.3 (IRC client for Emacs)"]
wfranzini has quit [Remote host closed the connection]
OmnipotentEntity has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @mattmelling opened pull request #64401 → python: spacy: wheel>=0.32.0,<0.33.0 -> wheel>=0.32.0 → https://git.io/fjiIG
<{^_^}> [nixpkgs] @risicle opened pull request #64402 → [19.03] graphicsmagick: 1.3.31 -> 1.3.32 (security release) → https://git.io/fjiIn
zacts has quit [Quit: WeeChat 2.4]
juliendehos has quit [Quit: Leaving]
johnw_ is now known as johnw
knupfer has quit [Ping timeout: 264 seconds]
Thra11 has quit [Ping timeout: 272 seconds]
rfold has quit [Ping timeout: 246 seconds]
xcthulhu has quit [Quit: xcthulhu]
__monty__ has joined #nixos
Guest67914 has quit [Quit: WeeChat 2.4]
xcthulhu has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
o1lo01ol1o has joined #nixos
aw has joined #nixos
spacefrogg has joined #nixos
gagbo has quit [Ping timeout: 246 seconds]
alp has joined #nixos
alex`` has quit [Ping timeout: 258 seconds]
xcthulhu has quit [Quit: xcthulhu]
o1lo01ol1o has quit [Ping timeout: 272 seconds]
roconnor has joined #nixos
OmnipotentEntity has joined #nixos
turbo_MaCk has quit [Quit: WeeChat 2.4]
roconnor_ has joined #nixos
roconnor has quit [Ping timeout: 258 seconds]
amakthel has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 268 seconds]
selfsymmetric-mu has joined #nixos
roconnor has joined #nixos
deech has quit [Ping timeout: 272 seconds]
linarcx has quit [Quit: WeeChat 2.5]
simon_weber has quit [Quit: Connection closed for inactivity]
o1lo01ol1o has joined #nixos
roconnor_ has quit [Ping timeout: 258 seconds]
selfsymmetric-mu has quit [Remote host closed the connection]
roconnor has quit [Client Quit]
selfsymmetric-mu has joined #nixos
xcthulhu has joined #nixos
jackdk has joined #nixos
v0|d has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/c15930525d2 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @nyanloutre opened pull request #64403 → jellyfin: 10.3.5 -> 10.3.6 → https://git.io/fjiLk
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64299 → gnome3.mutter: disable installed tests → https://git.io/fj60g
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjiLO
zammux has quit [Ping timeout: 252 seconds]
psyanticy has quit [Quit: Connection closed for inactivity]
winem_ has quit [Ping timeout: 268 seconds]
ym555 has joined #nixos
ym555 has quit [Client Quit]
__monty__ has quit [Quit: leaving]
b has joined #nixos
noonien has quit [Quit: Connection closed for inactivity]
mbrgm_ has joined #nixos
xcthulhu has quit [Quit: xcthulhu]
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ is now known as mbrgm
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
xcthulhu has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
day|flip has joined #nixos
<Ralith> what exactly might the nix build error `cycle detected in the references of '/nix/store/31gydrc5fmhciqx5z7wmjbw5k6smq6nv-wireshark-git-2019-04-12' from '/nix/store/ky3kzw3ank206zsfplywh8qk8w4h7420-wireshark-git-2019-04-12-dev'` mean?
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @grahamc merged pull request #64402 → [19.03] graphicsmagick: 1.3.31 -> 1.3.32 (security release) → https://git.io/fjiIn
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to release-19.03: https://git.io/fjiLH
<{^_^}> [nixpkgs] @risicle opened pull request #64404 → wireshark: 2.6.6 -> 2.6.9, security release → https://git.io/fjiLQ
pie__ has joined #nixos
day|flip has quit [Remote host closed the connection]
xkapastel has joined #nixos
pie__ has quit [Ping timeout: 250 seconds]
Rusty1 has quit [Quit: Konversation terminated!]
clacke_movim has joined #nixos
xcthulhu has quit [Quit: xcthulhu]
slack1256 has quit [Ping timeout: 258 seconds]
xcthulhu has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
jluttine has quit [Ping timeout: 246 seconds]
shu9 has quit [Quit: leaving]