justan0theruser has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29445: aiohttp-cors: 0.5.1 -> 0.5.3 (master...aiohttp-cors) https://git.io/v55gU
NixOS_GitHub has left #nixos []
thc202 has quit [(Ping timeout: 240 seconds)]
mguex has quit [(Quit: WeeChat 1.9)]
_ris has quit [(Ping timeout: 240 seconds)]
mguex has joined #nixos
jtojnar has joined #nixos
hamishmack has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29446: clepy: 0.3.20 -> 0.3.23 (master...clepy) https://git.io/v552h
NixOS_GitHub has left #nixos []
<nh2> is there a guide or any info on how I can apply a kernel patch on nixos?
<disasm> how do you disable binary cache with nix-build?
<disasm> nh2: you can probly override the derivation and add patches []. haven't tried it though yet. That's how you'd patch anything else.
<nh2> disasm: this should disable binary caches: `--option build-use-substitutes false` (https://github.com/NixOS/nixpkgs/issues/20542#issuecomment-327283388)
eacamero_ has joined #nixos
eacameron has quit [(Ping timeout: 260 seconds)]
<nh2> disasm: ah, there seems to be `boot.kernelPatches`: https://nixos.org/nixos/options.html#kernelpatches
sigmundv__ has quit [(Quit: Leaving)]
<nh2> this original email describes how to use it: https://nixos.org/nix-dev/2016-May/020371.html
k2s has joined #nixos
<disasm> ooh, cool :)
jtojnar has quit [(Read error: Connection reset by peer)]
sigmundv_ has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29447: hcs_utils: 1.5 -> 2.0 (master...hcs_utils) https://git.io/v55VL
NixOS_GitHub has left #nixos []
drakonis has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/11c88047b8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
erictapen has quit [(Ping timeout: 240 seconds)]
k2s has quit [(Ping timeout: 240 seconds)]
mbrgm has quit [(Ping timeout: 248 seconds)]
mbrgm has joined #nixos
sigmundv_ has quit [(Read error: Connection reset by peer)]
sigmundv has joined #nixos
lambdamu_ has joined #nixos
k2s has joined #nixos
lambdamu has quit [(Ping timeout: 240 seconds)]
sigmundv has quit [(Read error: Connection reset by peer)]
jellowj has quit [(Ping timeout: 255 seconds)]
uwap has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] abbradar pushed 2 new commits to master: https://git.io/v55wc
<NixOS_GitHub> nixpkgs/master c71d8a1 Nikolay Amiantov: mxnet: init at 0.11.0
<NixOS_GitHub> nixpkgs/master eb2f321 Nikolay Amiantov: python.pkgs.mxnet: init at 0.11.0
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29449: discogs_client: 2.0.2 -> 2.2.0 (master...discogs_client) https://git.io/v55wE
NixOS_GitHub has left #nixos []
<Infinisil> disasm: Also --option use-binary-caches false
<Infinisil> which would still use ssh caches if you have them
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jerith666 opened pull request #29450: Add modules for tinydns and dnscache from djbdns (master...djb-1709) https://git.io/v55wz
NixOS_GitHub has left #nixos []
jtojnar has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jerith666 opened pull request #29451: client-ip-echo: init at 0.1.0.1 (master...client-ip-echo-1709) https://git.io/v55wa
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jerith666 opened pull request #29452: nixos/pfix-srsd: add module (master...pfix-srsd-1709) https://git.io/v55wV
NixOS_GitHub has left #nixos []
jtojnar has quit [(Read error: Connection reset by peer)]
<pikajude> python-cffi won't build for me on master
mudri has joined #nixos
pxc has joined #nixos
<pikajude> python3.6-cffi to be specific
<pikajude> i'm getting a lot of test failures
<pikajude> can anyone reproduce?
sigmundv has joined #nixos
sigmundv has quit [(Remote host closed the connection)]
justan0theruser has quit [(Ping timeout: 240 seconds)]
pxc has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/v55rx
<NixOS_GitHub> nixpkgs/master 569867b Peter Hoeg: dropbox: 34.4.20 -> 34.4.22
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] peterhoeg pushed 1 new commit to release-17.09: https://git.io/v55rj
<NixOS_GitHub> nixpkgs/release-17.09 bf75da2 Peter Hoeg: dropbox: 34.4.20 -> 34.4.22...
NixOS_GitHub has left #nixos []
eacamero_ is now known as eacameron
mudri has quit [(Ping timeout: 248 seconds)]
iyzsong has joined #nixos
jtojnar has joined #nixos
<ndash>
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar has joined #nixos
koserge has quit [(Ping timeout: 255 seconds)]
koserge has joined #nixos
slabity has joined #nixos
<slabity> How do I install a package with an override using nix-env?
<slabity> I want to install "(dwarf-fortress.override { theme = dwarf-fortress-packages.cla-theme; })", but I can't figure out how to do that with nix-env
<samueldr> I believe the last example in the 6.1.1 section of the manual might help
koserge has quit [(Ping timeout: 248 seconds)]
<samueldr> you might need to do it in your `.nixpkgs/config.nix` file
<samueldr> inside that config file, the attribute name should be only `packageOverrides`
jtojnar has quit [(Read error: Connection reset by peer)]
nh2 has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jerith666 opened pull request #29453: systemd: better document enabled, wantedBy, and requiredBy (master...systemd-clarify) https://git.io/v5562
NixOS_GitHub has left #nixos []
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/bf75da298b (from 85 minutes ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
drakonis has quit [(Read error: Connection reset by peer)]
mkoenig has joined #nixos
mkoenig_ has quit [(Ping timeout: 252 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29455: Fedora packaging tools update (master...fedora) https://git.io/v55ik
NixOS_GitHub has left #nixos []
jtojnar has joined #nixos
ericnoan has quit [(Ping timeout: 264 seconds)]
spion has quit [(Ping timeout: 264 seconds)]
luigy has quit [(Ping timeout: 264 seconds)]
michalrus_ has joined #nixos
luigy has joined #nixos
Jacoby6000h has quit [(Ping timeout: 260 seconds)]
Lisanna has quit [(Ping timeout: 264 seconds)]
srhb has quit [(Ping timeout: 264 seconds)]
joepie91___ has joined #nixos
joepie91___ has quit [(Changing host)]
joepie91___ has joined #nixos
gchristensen has quit [(Ping timeout: 264 seconds)]
greymalkin has quit [(Ping timeout: 264 seconds)]
leat has quit [(Ping timeout: 264 seconds)]
Enzime has quit [(Ping timeout: 264 seconds)]
clever has quit [(Ping timeout: 264 seconds)]
henrytill has quit [(Ping timeout: 264 seconds)]
sziszi has quit [(Ping timeout: 264 seconds)]
joepie91 has quit [(Ping timeout: 264 seconds)]
michalrus has quit [(Ping timeout: 264 seconds)]
DerGuteMoritz has quit [(Ping timeout: 264 seconds)]
michalrus_ is now known as michalrus
elurin has quit [(Remote host closed the connection)]
<disasm> don't know why I just wasted my time on that... There' probably ZERO people using those packaging utilities, lol
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
tk_ has quit [(Ping timeout: 260 seconds)]
tk__ has joined #nixos
henrytill has joined #nixos
vaibhavsagar has joined #nixos
greymalkin has joined #nixos
sziszi has joined #nixos
clever has joined #nixos
ericnoan has joined #nixos
spion has joined #nixos
srhb has joined #nixos
Enzime has joined #nixos
DerGuteMoritz has joined #nixos
gchristensen has joined #nixos
leat has joined #nixos
Lisanna has joined #nixos
elurin has joined #nixos
iyzsong-x has joined #nixos
iyzsong has quit [(Ping timeout: 240 seconds)]
ShalokShalom has joined #nixos
pxc has joined #nixos
ShalokShalom has quit [(Read error: Connection reset by peer)]
rotaerk has quit [(Ping timeout: 255 seconds)]
jtojnar has quit [(Read error: Connection reset by peer)]
justan0theruser has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] koenigmaximilian opened pull request #29457: palemoon: 27.4.1 -> 27.4.2 (master...patch-3) https://git.io/v55Pl
NixOS_GitHub has left #nixos []
jtojnar has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
pie_ has quit [(Ping timeout: 246 seconds)]
cpennington has quit [(Remote host closed the connection)]
takle has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c8e7aab0c8 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
nix-gsc-io`bot has quit [(Client Quit)]
endformationage has joined #nixos
takle has quit [(Ping timeout: 264 seconds)]
mkoenig has quit [(Ping timeout: 240 seconds)]
stepcut_ has quit [(Remote host closed the connection)]
mkoenig has joined #nixos
jb55 has joined #nixos
jtojnar has quit [(Read error: Connection reset by peer)]
ShalokShalom has joined #nixos
jtojnar has joined #nixos
<Mic92> disasm: never they never, nix for instance is also packaged for other distro's using nix.
<isHavvy> Would nixpkgs add packages that add overlays? Even if the overlays add impure packages?
Ivanych has joined #nixos
fiddlerwoaroof has joined #nixos
spear2 has joined #nixos
rotaerk has joined #nixos
jb55 has quit [(Ping timeout: 246 seconds)]
rotaerk has quit [(Ping timeout: 240 seconds)]
<spear2> is there a way to get the configured and built source tree of the system kernel, for writing modules against it?
<spear2> i've successfully built the kernel with defconfig in my home directory in nix-shell, but i am having trouble trying to `rmmod` a "hello world" kernel module: "rmmod: ERROR: could not remove module hello: Device or resource busy"
jtojnar has quit [(Read error: Connection reset by peer)]
jtojnar has joined #nixos
<clever> spear2: can you gist the source for the entire module?
<spear2> clever: at first i had this http://dpaste.com/3KKJVVQ which i tried minimizing even further to http://dpaste.com/0XHWKQT based on the naming convention described here https://stackoverflow.com/questions/18811070/error-device-or-resource-busy-in-removing-proc-module
<clever> spear2: where you able to unload it, then load that second version?
<clever> hmmm, neither of those should be stuck in ram
rotaerk has joined #nixos
<spear2> clever: i was able to load both versions with `insmod`, but both give the "Device or resource busy" error trying to remove with `rmmod`, only with `rmmod -f` does it succeed
<clever> what if you reboot before doing rmmod?
<clever> as in, reboot, insmod, rmmod
<spear2> clever: rmmod error still
<clever> spear2: anything in dmesg?
<spear2> clever: http://dpaste.com/3XDAC80
<clever> out of ideas then, something that simple should just work
<spear2> clever: could it be because the .config differs between the system kernel and the kernel i built?
<clever> possibly
<clever> there is a trick to running nix-shell against the live kernel, to get the right config
<spear2> i can find in pkgs/os-specific/linux/kernel/generic.nix that the .config used there is copied to $out, but i can't find such a file in the store directory for the kernel
<clever> let me ee
k2s has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] MP2E pushed 1 new commit to master: https://git.io/v55MJ
<NixOS_GitHub> nixpkgs/master 8080285 Cray Elliott: zandronum: fix soundfont support, minor cleanup...
NixOS_GitHub has left #nixos []
<spear2> installPhase = "mv .config $out";
<spear2> oh! thanks
<clever> spear2: look at line 47 of generic.nix
<clever> your reading the source for linux-config-<version>
<clever> which is a different package, a build-time dependency of the kernel
<clever> spear2: aha, the git commit domen linked has the full docs
<clever> basically, the nix-build makes nix download the dev headers that the kernel produces when compiled
<clever> then the nix-shell loads all of the kernel build tools, and points $dev to those headers
<clever> so you can refer to it in make -C
grantwu has left #nixos ["WeeChat 1.9"]
revtintin has joined #nixos
jsgrant has quit [(Quit: jsgrant)]
jsgrant has joined #nixos
<spear2> clever: huh somehow i missed that section in the manual, thanks :)
jsgrant has quit [(Client Quit)]
jtojnar has quit [(Read error: Connection reset by peer)]
jsgrant has joined #nixos
jtojnar has joined #nixos
Ivanych has quit [(Quit: Leaving.)]
FRidh has joined #nixos
jellowj has joined #nixos
newhoggy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 2 new commits to master: https://git.io/v55M1
<NixOS_GitHub> nixpkgs/master fea9e08 Silvan Mosberger: namecoin service: fix typo
<NixOS_GitHub> nixpkgs/master 7af3604 Joachim F: Merge pull request #29436 from Infinisil/griup...
NixOS_GitHub has left #nixos []
Ivanych has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
MP2E has quit [(Quit: leaving)]
jtojnar has quit [(Read error: Connection reset by peer)]
newhoggy has quit [(Ping timeout: 248 seconds)]
Filystyn has joined #nixos
Filystyn has quit [(Changing host)]
Filystyn has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
pydroid has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
revtintin has quit [(Ping timeout: 240 seconds)]
hamishmack has quit [(Quit: hamishmack)]
Filystyn has quit [(Remote host closed the connection)]
k2s has joined #nixos
Wizek has joined #nixos
k2s has quit [(Remote host closed the connection)]
k2s has joined #nixos
jellowj has quit [(Ping timeout: 255 seconds)]
Wizek_ has joined #nixos
k2s has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vyp opened pull request #29458: cairo: 1.14.10 -> 1.15.8 (master...cairo-1.15.8) https://git.io/v55SY
NixOS_GitHub has left #nixos []
NightTrain has quit [(Quit: Lost terminal)]
kwork has quit [(Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)]
kwork has joined #nixos
kwork has quit [(Changing host)]
kwork has joined #nixos
michas has joined #nixos
dywedir has joined #nixos
jsgrant has quit [(Quit: jsgrant)]
jsgrant has joined #nixos
pydroid has quit [(Ping timeout: 240 seconds)]
ixxie has joined #nixos
<ixxie> heya
eacameron has quit [(Remote host closed the connection)]
jsgrant has quit [(Client Quit)]
<ixxie> does anybody know who if and who ts468 is on IRC, and what the status of the NixUP project is? (https://github.com/NixOS/nixpkgs/pull/9250#issuecomment-320860635)
jsgrant has joined #nixos
<ixxie> rycee: maybe you know something :)
takle has joined #nixos
mudri has joined #nixos
<sphalerite> Mic92: thanks for pointing me to dn42, sounds cool :)
<sphalerite> slabity: besides what samueldr said, you should also be able to do something like nix-env -iE 'with import <nixpkgs> {}; dwarf-fortress.override { theme = dwarf-fortress-packages.cla-theme; }'
<sphalerite> ixxie: https://botbot.me/freenode/nixos/msg/90090755/ ts468 was here at some point by the looks of it
pydroid has joined #nixos
hamishmack has joined #nixos
<sphalerite> but not often
jmeredith has quit [(Quit: Connection closed for inactivity)]
<ixxie> hmmm
<ixxie> thanks sphalerite, I guess I will have to talk with rycee at some other point
ixxie has quit [(Quit: Lost terminal)]
pxc has joined #nixos
<freeman42x[m]> anyone know where is the location of the installed Scala compiler (for setting up with ScalaIDE)?
jellowj has joined #nixos
pxc has quit [(Ping timeout: 255 seconds)]
<hyper_ch> sphalerite: you never sleep?
<sphalerite> hyper_ch: I sleep plentu
<sphalerite> plenty*
<hyper_ch> :)
<hyper_ch> there's gazillion new updates for unstable
<sphalerite> usually 10/11pm-ish to somewhere between 6 and 9am
<sphalerite> What makes you think I never sleep? x)
<hyper_ch> time to go shopping groceries
<hyper_ch> sphalerite: because you're here before I am in the morning ;)
<sphalerite> haha
<hyper_ch> ok, today I stayed in bed for a long time
<hyper_ch> it's 11 here now
<sphalerite> buuut you're also an hour ahead of me
<sphalerite> :D
<hyper_ch> even worse when you're up before me then ;)
<sphalerite> uni's starting again next week, and I start at 9 on some days :(
<hyper_ch> university... that was a good time - back when I was young
<sphalerite> so I'll be getting up at 6:30 or something on those days because I'm awful at getting ready quickly
Filystyn has joined #nixos
<hyper_ch> back in the good old days, whenthe world was still in order
<hyper_ch> ;)(
JosW has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] adisbladis opened pull request #29459: caddy: 0.10.7 -> 0.10.9 (master...caddy-0_10_9) https://git.io/v559j
NixOS_GitHub has left #nixos []
<sphalerite> I've only got one year left though D:
jensens has joined #nixos
<freeman42x[m]> ah, it was under: /nix/store/mi9id69kw4h200mbn1n6pcd32j579rmw-scala-2.12.3/lib/
<freeman42x[m]> I wish the search in the file manager was not broken by default, that seems to be a very longstanding bug which is non-NixOS related
mattcode has joined #nixos
pydroid has quit [(Ping timeout: 240 seconds)]
oahong has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vyp closed pull request #29458: cairo: 1.14.10 -> 1.15.8 (master...cairo-1.15.8) https://git.io/v55SY
NixOS_GitHub has left #nixos []
oahong has joined #nixos
oahong has quit [(Changing host)]
oahong has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 6 new commits to master: https://git.io/v55HP
<NixOS_GitHub> nixpkgs/master 73af0b1 Kirill Boltaev: chromium: 60.0.3112.90 -> 60.0.3112.113
<NixOS_GitHub> nixpkgs/master 2773508 Herwig Hochleitner: chromium: 60.0.3112.113 -> 61.0.3163.79...
<NixOS_GitHub> nixpkgs/master 209b9e8 Herwig Hochleitner: chromium: remove swiftshader install dir
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] sifmelcara opened pull request #29460: fcitx-engines.rime: init at 0.3.2 (master...add/rime) https://git.io/v55H1
NixOS_GitHub has left #nixos []
thc202 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/v55HM
<NixOS_GitHub> nixpkgs/release-17.09 adfd4fe Vladimír Čunát: Merge #29335: chromium: 60.0.3112.90 -> 61.0.3163.79 [security]...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat closed pull request #29335: chromium: 60.0.3112.90 -> 61.0.3163.79 [security] (master...update-chromium) https://git.io/v5Sp8
NixOS_GitHub has left #nixos []
zraexy has quit [(Ping timeout: 240 seconds)]
FRidh has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #29334: pythonPackages.textacy: init at 0.4.1 (master...python-textacy) https://git.io/v5SpZ
NixOS_GitHub has left #nixos []
jellowj has quit [(Ping timeout: 240 seconds)]
<hyper_ch> why can't this be nix-prefetch-url http://download.virtualbox.org/virtualbox/5.1.26/Oracle_VM_VirtualBox_Extension_Pack-5.1.26-117224.vbox-extpack automated as well? it's annoying ot be required to download it everytime
newhoggy has joined #nixos
<srhb> hyper_ch: I spy the word Oracle, so probably licensing?
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
<sphalerite> hyper_ch: every time?
<hyper_ch> well, everytime there's a new version ;)
<sphalerite> oh right
<sphalerite> yeah probably what srhb said
<hyper_ch> still annoying because builindg vb takes forever on my notebook
<hyper_ch> and as fopr licensing issues... how manually downloading that file doesn't solve anything with regards ti licensing
<hyper_ch> I don't get the licence presented anywhere, hence I did not agree to any licence
<joepie91___> ahh, Oracle...
joepie91___ is now known as joepie91
<sphalerite> doesn't it say in the message it gives you when asking you for the file that you have to agree to the licence?
<hyper_ch> no, just error and telling to run that
<hyper_ch> but just forcing users to manually download it won't have any effect on licence terms
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh opened pull request #29461: python.pkgs.{pitz, clepy}: remove old packages (master...pitz) https://git.io/v55QD
NixOS_GitHub has left #nixos []
<hyper_ch> joepie91: might be ;)
<hyper_ch> why isn't there an option that I can set to "yes, I have read it so don't bug me in the future about it"
newhoggy has quit [(Remote host closed the connection)]
jensens has quit [(Ping timeout: 264 seconds)]
<joepie91> hyper_ch: honestly that's probably worth a PR :)
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/v55Qp
<NixOS_GitHub> nixpkgs/master fd3ddfb Frederik Rietdijk: python.pkgs.{pitz, clepy}: remove old packages...
<NixOS_GitHub> nixpkgs/master f351ee7 Frederik Rietdijk: Merge pull request #29461 from FRidh/pitz...
NixOS_GitHub has left #nixos []
<hyper_ch> PR are so complicated
<sphalerite> How?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to release-17.09: https://git.io/v55Qj
<NixOS_GitHub> nixpkgs/release-17.09 66d3d19 Frederik Rietdijk: python.pkgs.{pitz, clepy}: remove old packages...
NixOS_GitHub has left #nixos []
<hyper_ch> they are
<hyper_ch> that's my git level
<sphalerite> meanwhile I'm the guy whose number is in git.txt x)
<hyper_ch> what number?=
<sphalerite> I highly recommend the first 3 chapters of "pro git"
<sphalerite> phone number
<sphalerite> see the alt text
<hyper_ch> phone numbers? it's the internet... what do you need phone numbers for
<joepie91> incidentally, I tend to compare Git's UX problems to Nix' UX problems :P
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #29446: clepy: 0.3.20 -> 0.3.23 (master...clepy) https://git.io/v552h
NixOS_GitHub has left #nixos []
<joepie91> (Git is also really well-designed and nice internally, and the mechanics behind it are pretty easy to understand... but the CLI commands and flags are a mess of inconsistency, weird defaults, and unclear behaviours)
<sphalerite> joepie91: idk… I think git's UX is fair enough, just low-level, while nix's is just horribly inconsistent
<sphalerite> Example of the inconsistency in git?
<joepie91> I've run into plenty of behavioural inconsistency issues with Git, too :P
<joepie91> don't have any examples to hand
<TimePath> `git rm` vs `git branch -D`
<hyper_ch> time for LInux to create a new version tracking software?
<sphalerite> the one thing that bothers me the most with nix is .nix-defexpr
<hyper_ch> Linus I mean
<sphalerite> who, me?
<sphalerite> :p
<joepie91> hyper_ch: hardly - if anything, a new set of CLI commands
<joepie91> internally, Git's design is great
<hyper_ch> .nix-defexpr - pretty sure you just made that up now
<sphalerite> nope, it's the thing that nix-env uses
<joepie91> hyper_ch: and non-ironically, the easiest way to learn how Git works, is by learning how it stores stuff internally...
<joepie91> which is never a good sign :)
<hyper_ch> I just memorized a bunch of commands
<hyper_ch> and if they don't work, delete the repo and clone it again ;)
<joepie91> doesn't always work :P
<hyper_ch> yeah, xkcd-level :)
<joepie91> but yeah, I get what you mean
<sphalerite> new UI for git, call it got
<joepie91> very few developers *actually* know how to work with Git, in my experience
<joepie91> let alone the more advanced features
<joepie91> (eg. multiple working trees)
<hyper_ch> git just works - mostyly (tm)
<joepie91> "memorize and re-clone if it breaks" is what a lot of devs do
<Myrl-saki> IIRC, there are people here who use NixOS with 8 GB storage?
<joepie91> clever maybe?
<joepie91> sounds like a clever thing :P
<Myrl-saki> :P
spear2 has quit [(Quit: ChatZilla 0.9.93 [Firefox 54.0/20170616104331])]
<sphalerite> clever has his not-os thing which is <100MB but it's not nixos
newhoggy has joined #nixos
<hyper_ch> oh, this gotta to be good... Talk between Mike Godwin and Mike Masnick - Godwin's Law and Streisand Effect https://www.youtube-nocookie.com/embed/lP1atx0m9lg
<Myrl-saki> sphalerite: Is not-os the name?
<sphalerite> yes
<joepie91> hyper_ch: how... what... who short-circuited the internet
<Myrl-saki> sphalerite: Ohhh
<Myrl-saki> sphalerite: I need it to work in runtime.
<Myrl-saki> That sounds a bit wrong.
<Myrl-saki> sphalerite: I need it to be general purpose.
<hyper_ch> ah, clever did that clever tiny os?
<sphalerite> yep
<Myrl-saki> Thinking of *maybe* getting a Chromebook and loading it up with that.
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/11c88047b8 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
jellowj has joined #nixos
<hyper_ch> interesting for old usb sticks :)
<sphalerite> Myrl-saki: I have a chroot with nix-on-debian on a 16GB SD card
<Myrl-saki> hyper_ch: I have lots and lots of USB sticks with some random OS. :P
<hyper_ch> well, default nixos can't be installed on 4gb stick anymore
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm opened pull request #29462: nixos/tests: move kernel-params & sysctl test to misc (master...trivial-misc-tests) https://git.io/v557a
NixOS_GitHub has left #nixos []
<Myrl-saki> Well, used to have.
<Myrl-saki> Also, why's the bot leaving after noticing?
* joepie91 has a pile of 16GB sticks laying around by now
<sphalerite> I don't know about NixOS, I have yet to actually boot a non-chromeos kernel on it :(
<joepie91> crappy ones, but eh
justan0theruser has quit [(Ping timeout: 246 seconds)]
newhoggy has quit [(Ping timeout: 240 seconds)]
<joepie91> good enough to install NixOS from
<joepie91> :P
<Myrl-saki> joepie91: The only answer is to make a RAID. :P
<joepie91> Myrl-saki: trust me, you do not want that with these sticks
<sphalerite> Myrl-saki: I have 8.9GB consumed on that SD card, but it's an arm machine so it's building *everything* from source which obviously takes a lot more space
<Myrl-saki> sphalerite: Right, thanks.
<Myrl-saki> sphalerite: I should try booting up my RasPi again.
<joepie91> Myrl-saki: Sandisk Ultra USB 3.0 -- notorious for being reaaaally slow, and for having 3 different variants, of which two have all their circuitry *embedded in the USB plug* as opposed to the drive casing, meaning they very frequently overheat and destroy themselves
<sphalerite> Myrl-saki: but is it really worth the effort? :p
<Myrl-saki> joepie91: Why's the controller there?
<Myrl-saki> sphalerite: Re:RasPi or Re:Chromebook?
<joepie91> Myrl-saki: good question, no idea, possibly cost reasons? these are pretty much the cheapest 16GBs you can easily get anywhere
<sphalerite> raspi
<Myrl-saki> sphalerite: Man, I remember running my RasPi for like, 3 days.
<joepie91> Myrl-saki: also, the "USB3" is a joke - the speeds of the flash are so low that there's literally no difference between if it were USB2 or USB3...
<joepie91> so it is /technically/ USB3, but... yeah
<Myrl-saki> joepie91: I have one drive that can burst, but the bulk was pretty much USB 2 speeds.
<sphalerite> I have a raspi running kodi connected to my TV, it's running debian because fiddling around with SD cards sucks so much
<joepie91> oh yeah, no bursting here :P
<joepie91> these are properly crap
<Myrl-saki> joepie91: rip. :(
<Myrl-saki> joepie91: "As advertised" :P
<Myrl-saki> joepie91: "up to" doesn't mean "it will reach" amirite?
<joepie91> those
<Myrl-saki> joepie91: I wonder if it a USB 3.0 controller costs more.
<joepie91> Myrl-saki: if the blue bit is solid plastic, it's a good model with the circuitry inside the case; if you see little indentations at the bottom of it or a bit of metal 'folded over' the blue bit, it's one of the crap ones
<rycee> ixxie: I haven't been in contact with ts468 for some time. I think we've both been busy with other things lately :-) He's giving a presentation at nixcon, though, which will be about #9250.
<sphalerite> yeah it means "no more than" >_>
<joepie91> Myrl-saki: unsure :P
<Myrl-saki> joepie91: And I wonder if the buyers who buy it "for being USB 3.0" way outweighs the extra cost of the controller.
<joepie91> quite possibly
<adisbladis> Myrl-saki: "up to" means if you have extremely large blocks, its on a monday and you sacrifice a goat
<joepie91> while it's full moon
<joepie91> the full moon is important
<joepie91> ;P
<joepie91> :P*
<adisbladis> joepie91: Well of course :)
<sphalerite> That's if you're lucky
<Myrl-saki> Do we have to sacrifice the goat on the moon or nah?
<sphalerite> To be surer of it, a solar eclipse is what you want
<adisbladis> Myrl-saki: It cant hurt
<Myrl-saki> This is giving me xkcd feels. :P
<joepie91> I bet there's an xkcd about it
<sphalerite> sounds BOFHy to me
<Myrl-saki> There's an xkcd for everyhting.
<joepie91> there isn't!
<sphalerite> vendors overselling their products
<joepie91> xkcd, you disappoint me
eacameron has joined #nixos
<joepie91> sphalerite: that's just standard practice isn't it
tmaekawa has joined #nixos
<sphalerite> true, but at least BOFH does something about it
jellowj has quit [(Ping timeout: 240 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 4 new commits to master: https://git.io/v555m
<NixOS_GitHub> nixpkgs/master 9785fc7 Servilio Afre Puentes: gmime: init at 3.0.1, leave 2.6.23 as is...
<NixOS_GitHub> nixpkgs/master 04e97f9 Jan Malakhovski: gmime: expose versions
<NixOS_GitHub> nixpkgs/master ae86fdd Jan Malakhovski: notmuch: switch to gmime3, make all tests pass with gmime3
NixOS_GitHub has left #nixos []
* joepie91 is pretty unforgiving towards dishonest vendors, insofar he gets to deal with them
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] womfoo opened pull request #29463: freeswitch: fix build (master...fix-build/freeswitch) https://git.io/v555Z
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to master: https://git.io/v5550
<NixOS_GitHub> nixpkgs/master 4f8ad9f Frederik Rietdijk: python.pkgs.spacy_models: fix eval
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to master: https://git.io/v555E
<NixOS_GitHub> nixpkgs/master bb57df2 Frederik Rietdijk: python.pkgs.PyXAPI: remove old package...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #29442: pyxapi: disable for python 3.x (master...pyxapi) https://git.io/v558N
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to release-17.09: https://git.io/v555g
<NixOS_GitHub> nixpkgs/release-17.09 0ab6f09 Frederik Rietdijk: python.pkgs.PyXAPI: remove old package...
NixOS_GitHub has left #nixos []
LysergicDreams has joined #nixos
jellowj has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh closed pull request #29422: moto: 0.4.25 -> 0.4.31 (master...gensim) https://git.io/v57Zb
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to release-17.09: https://git.io/v555p
<NixOS_GitHub> nixpkgs/release-17.09 81e650b Samuel Leathers: moto: 0.4.25 -> 0.4.31...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mattcode55 opened pull request #29464: monero: 0.10.3.1 -> 0.11.0.0 (master...bump/monero-0.11.0.0) https://git.io/v555j
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 1 new commit to staging: https://git.io/v55dv
<NixOS_GitHub> nixpkgs/staging 03fa696 Frederik Rietdijk: Merge remote-tracking branch 'upstream/master' into HEAD
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh merged staging into master: https://git.io/v55dI
NixOS_GitHub has left #nixos []
elurin has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to master: https://git.io/v55do
<NixOS_GitHub> nixpkgs/master cfbac1b Matt McHenry: systemd: better document enabled, wantedBy, and requiredBy (#29453)...
NixOS_GitHub has left #nixos []
_ris has joined #nixos
leat has quit [(Ping timeout: 240 seconds)]
Filystyn has quit [(Remote host closed the connection)]
Filystyn has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh opened pull request #29465: aspellWithDicts: use a single env (master...aspell) https://git.io/v55FW
NixOS_GitHub has left #nixos []
FRidh has quit [(Remote host closed the connection)]
newhoggy has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v55Fa
<NixOS_GitHub> nixpkgs/master b37de8b Michael Weiss: android-studio-preview: 3.0.0.13 -> 3.0.0.14
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 4 new commits to master: https://git.io/v55FX
<NixOS_GitHub> nixpkgs/master 616a7fe Jan Malakhovski: linuxPackages: hardened-config: disable `BUG_ON_DATA_CORRUPTION` for older kernels...
<NixOS_GitHub> nixpkgs/master c345761 Jan Malakhovski: linuxPackages: hardened-config: check kernelArch, not system
<NixOS_GitHub> nixpkgs/master 62fa45e Jan Malakhovski: linuxPackages: hardened-config: enable DEBUG_PI_LIST
NixOS_GitHub has left #nixos []
Filystyn has quit [(Remote host closed the connection)]
Filystyn has joined #nixos
Filystyn has quit [(Changing host)]
Filystyn has joined #nixos
newhoggy has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] mguentner opened pull request #29467: hostapd/wpa_supplicant: update urls (master...wi.fi-urls) https://git.io/v55FD
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb closed pull request #29423: jscoverage: fix build with gcc6 (master...jscoverage) https://git.io/v57ll
NixOS_GitHub has left #nixos []
Filystyn has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aristidb pushed 1 new commit to release-17.09: https://git.io/v55Fj
<NixOS_GitHub> nixpkgs/release-17.09 4285cdb Samuel Leathers: jscoverage: fix build with gcc6 (#29423)
NixOS_GitHub has left #nixos []
pie_ has joined #nixos
<pie_> hey guys my display is all sorts of screwed up right now but i somehow got irc vaguely working
<pie_> the video buffer swapping is screwed
<pie_> how do i start the kde window manager
<pie_> i dont know what its called lol and apropos doesnt work
<pie_> its not sddm
<pie_> (blessed are logs and tail -f xD )
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] rvl opened pull request #29468: nixos/gogs: Fix module when no passwords provided (master...gogs-fix-27950) https://git.io/v55bg
NixOS_GitHub has left #nixos []
Piece_Maker has joined #nixos
erictapen has joined #nixos
Acou_Bass has quit [(Ping timeout: 246 seconds)]
Piece_Maker is now known as Acou_Bass
<joepie91> pie_: `systemctl start display-manager`?
MoreTea has quit [(Quit: Leaving)]
<joepie91> (similarly, `journalctl -u display-manager` for error logs)
pie__ has joined #nixos
pie__ has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29459: caddy: 0.10.7 -> 0.10.9 (master...caddy-0_10_9) https://git.io/v559j
NixOS_GitHub has left #nixos []
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
nikola_i has joined #nixos
pxc has joined #nixos
hamishmack has quit [(Quit: hamishmack)]
hamishmack has joined #nixos
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
pie_ has quit [(Remote host closed the connection)]
ShalokShalom_ has joined #nixos
pie_ has joined #nixos
<pie_> ok i just rebooted >_>
<pie_> i gifured out that its plasmashell but that didnt fix the errattic buffer swapping looking thing
pxc has quit [(Ping timeout: 264 seconds)]
<joepie91> pie_: hm, I've had some issues with sddm in the past; try using a different display manager with plasmashell
ShalokShalom has quit [(Ping timeout: 264 seconds)]
<pie_> ive been meaning to redo crunchbang on nixos but eh havent gotten around to it :P
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v55N6
<NixOS_GitHub> nixpkgs/master 75471c1 Vladimír Čunát: fix master's first-parent history line...
NixOS_GitHub has left #nixos []
abcrawf has quit [(Remote host closed the connection)]
abcrawf has joined #nixos
nh2 has joined #nixos
ShalokShalom_ is now known as ShalokShalom
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 3 new commits to master: https://git.io/v55Np
<NixOS_GitHub> nixpkgs/master 755e6eb Samuel Leathers: hcs_utils: 1.5 -> 2.0
<NixOS_GitHub> nixpkgs/master 46c30b2 Jörg Thalheim: python.pkgs.hcs_utils: fix tests; disable python2
<NixOS_GitHub> nixpkgs/master 97b66c8 Jörg Thalheim: Merge pull request #29447 from disassembler/hcs_utils...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to release-17.09: https://git.io/v55Nj
<NixOS_GitHub> nixpkgs/release-17.09 fba5537 Samuel Leathers: hcs_utils: 1.5 -> 2.0...
<NixOS_GitHub> nixpkgs/release-17.09 2dcedde Jörg Thalheim: python.pkgs.hcs_utils: fix tests; disable python2...
NixOS_GitHub has left #nixos []
b has joined #nixos
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg pushed 1 new commit to master: https://git.io/v55At
<NixOS_GitHub> nixpkgs/master 9a6aa33 Tuomas Tynkkynen: kernel: Disable DEBUG_INFO...
NixOS_GitHub has left #nixos []
koserge has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
vandenoever has joined #nixos
<schoppenhauer> hi. is it possible to have a local copy of the binary cache of nixos and use it? like with debian mirrors?
<taaperotassu> If I am going to make a dualboot .. windows and nixos.. are there any special things that I need to worry about? Also I have never done it before.. but I think it should be fun.. unless I mess it up totally
<taaperotassu> also if I encrypt my dualboot is it like only for the linux side or both?
<tilpner> Make sure you install Windows first
<tilpner> Disk encryption with LUKS would only be for the NixOS side. Windows may have their own solution for that
<hyper_ch> do you have one hdd/ssd or two?
<taaperotassu> okay thanks!! Being wondering this ..as didn't wanna rush it.. feels bad if have to do windows updates again
<taaperotassu> I have on ssd
<hyper_ch> encryption for Windows... the only thing that comes to mind is VeraCrypt
<hyper_ch> but now idea how it would handle multiboot
<taaperotassu> I was planning on dividing it .. veracrypt to windows and luks for nixos
<hyper_ch> taaperotassu: you have a running windows installation?
<taaperotassu> okay :D .. but will see then.. also the bootloader of linux side with veracrypt is a question mark
<taaperotassu> I have a running windows installation.. I was planning on making a partition for nixos
<taaperotassu> wondering how the bootloader might react.. or how it goes.. but I know after testing.
leat has joined #nixos
<hyper_ch> taaperotassu: so (1) get an external usb drive (2) boot into a linux live distro (3) make a disk image backup (4) go ahead with dual boot installation
<hyper_ch> if (4) fails, then boot again into linux live and restore the disk image ;)
<taaperotassu> Restoring the image with windows in it by using linux distro?
<hyper_ch> I'd use linux live distro to make and restore the disk image
<taaperotassu> I usually go with clonezilla, but could imagine using it
<hyper_ch> clonezilla works fine
<hyper_ch> I'd just use dd
<hyper_ch> dd if=/dev/sda of=/mounted/usb/drive/c-backup.dd status=progress
<taaperotassu> Never even imagined to use dd, to backup windows installation
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v55Ay
<NixOS_GitHub> nixpkgs/master c256a68 Samuel Leathers: hglib: 1.7 -> 2.4
<NixOS_GitHub> nixpkgs/master a5ed2f1 Jörg Thalheim: Merge pull request #29456 from disassembler/hglib...
NixOS_GitHub has left #nixos []
<hyper_ch> well, you don't have to make a disk image backup first but dualboot with both encrypted isn't a thing that lots of people do... so if you encounter problems, it'll be less painful to just continue where you stopped
<hyper_ch> taaperotassu: dd reads a block device sector by sector... it doesn't care about the data contained on it
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v55A9
<NixOS_GitHub> nixpkgs/release-17.09 2001001 Samuel Leathers: hglib: 1.7 -> 2.4...
NixOS_GitHub has left #nixos []
<hyper_ch> and the reason for live linux is so that c isn't mount or in use in some way
<hyper_ch> but clonezilla is also fine
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v55xT
<NixOS_GitHub> nixpkgs/master 9a55f74 Vladimír Čunát: vivaldi-ffmpeg-codecs: fix evaluation...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ThomasMader opened pull request #29469: dmd: Fix bootstrap dmd to build with sandboxing of nixUnstable and fix dmd to build on Darwin (master...fix-dmd) https://git.io/v55xk
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/v55xm
<NixOS_GitHub> nixpkgs/release-17.09 902a863 Vladimír Čunát: vivaldi-ffmpeg-codecs: fix evaluation...
NixOS_GitHub has left #nixos []
<taaperotassu> I could imagine if I delete most of the things out the windows dd image will be huge af. :D
<taaperotassu> but thanks hyper_ch
<hyper_ch> it's a 1:1 clone of the ssd
<hyper_ch> so deleting won't matter
<hyper_ch> of course you could pass it thouth any compression tool
<hyper_ch> dd if=/dev/sda conv=sync,noerror bs=64K | gzip -c > /mount/usb/disk/c-drive.dd.gz
<taaperotassu> so if my ssd is like 1tb but the data takes 25gb.. the dd clone will still take 1tb?
<taaperotassu> unlike clonezilla
<hyper_ch> with just dd yes
<hyper_ch> with passing it through gzip - no idea
ambro718 has joined #nixos
Mateon1 has quit [(Ping timeout: 240 seconds)]
<taaperotassu> ok
Mateon1 has joined #nixos
b has quit [(Quit: Lost terminal)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm closed pull request #28892: matterbridge, modules/matterbridge: init at 1.1.0 (master...matterbridge2) https://git.io/v50U7
NixOS_GitHub has left #nixos []
sary has joined #nixos
b has joined #nixos
dywedir has quit [(Remote host closed the connection)]
<disasm> Mic92: would you like the repeated lines in trollius removed?
<Mic92> disasm: they seem to serve no purpose, I would say
<hyper_ch> clever: online?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v55pA
<NixOS_GitHub> nixpkgs/master eb125ad Samuel Leathers: aiohttp-cors: 0.5.1 -> 0.5.3
<NixOS_GitHub> nixpkgs/master 27e87d8 Jörg Thalheim: gns3: 2.0.3 -> 2.1.0rc1
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to master: https://git.io/v55pp
<NixOS_GitHub> nixpkgs/master 08229bb Tim Steinbach: linux-copperhead: 4.13.1.b -> 4.13.2.a
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] NeQuissimus pushed 1 new commit to release-17.09: https://git.io/v55he
<NixOS_GitHub> nixpkgs/release-17.09 27809dd Tim Steinbach: linux-copperhead: 4.13.1.b -> 4.13.2.a...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 closed pull request #29445: aiohttp-cors: 0.5.1 -> 0.5.3 (master...aiohttp-cors) https://git.io/v55gU
NixOS_GitHub has left #nixos []
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
<disasm> Mic92: arelle disabled for !isPy3k
<disasm> Mic92: oh... there's no g at the end, I betcha that's why they repeated it... fixing
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v55h8
<NixOS_GitHub> nixpkgs/master d15c019 Samuel Leathers: arelle: 2017-06-01 -> 2017-08-24
<NixOS_GitHub> nixpkgs/master 9313bd7 Jörg Thalheim: Merge pull request #29435 from disassembler/arelle...
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v55hR
<NixOS_GitHub> nixpkgs/release-17.09 9284617 Samuel Leathers: arelle: 2017-06-01 -> 2017-08-24...
NixOS_GitHub has left #nixos []
<Mic92> disasm: does this file contains any working test at all?
kanshazan has joined #nixos
<Mic92> disasm: maybe you can just delete it
<Mic92> disasm: py.test also support regex
<Mic92> for exclusion
oida_ has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
<Mic92> disasm: but maybe you can also skip this for the moment
<Mic92> I cannot test the change
oida has quit [(Ping timeout: 246 seconds)]
stepcut has joined #nixos
oida has joined #nixos
oida_ has quit [(Ping timeout: 252 seconds)]
Alling has joined #nixos
<Alling> Is there a short answer to why nix-env --list-generations gives empty output?
silver_hook has joined #nixos
<Alling> "/nix/var/nix/profiles/" contains some 16 items.
<gchristensen> Alling: try it with sudo
<gchristensen> hrm. I don't know.
<Alling> Logged in as root already.
<Alling> Maybe it's something about profiles that I don't understand.
<gchristensen> sudo nix-env -p //nix/var/nix/profiles/system --list-generations
<gchristensen> the profiles you see are probably all system profiles, not user profiles
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v55jY
<NixOS_GitHub> nixpkgs/master d5724ef Vladimír Čunát: vivaldi-ffmpeg-codecs: fix evaluation (forgotten file)
NixOS_GitHub has left #nixos []
Isorkin has joined #nixos
michiel_l_ has quit [(Ping timeout: 264 seconds)]
michiel_l has joined #nixos
eacameron has joined #nixos
k2s has joined #nixos
<Alling> gchristensen: That command lists all 16 generations that are available when booting! What is the standard procedure to delete old generations?
tmaekawa has quit [(Quit: tmaekawa)]
mudri has quit [(Ping timeout: 260 seconds)]
<tokudan[m]> Alling: just use --delete-generations with the generations numbers
k2s has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] offlinehacker closed pull request #29315: pkgs/telepresence: init at 0.65 (master...pkgs/telepresence/init) https://git.io/v5yNM
NixOS_GitHub has left #nixos []
<Alling> tokudan[m]: Hmm, it works but is kind of cumbersome. I would prefer being able to use e.g. 30d and not having to type in all the numbers manually.
<tokudan[m]> Alling: nix-env -p /nix/var/nix/profiles/system --delete-generations $(seq 346 355)
<symphorien> Alling: nix-collect-garbage --delete-older-than 30d
mudri has joined #nixos
<grahamc> Alling (IRC): Nix-collect-garbage has a option
<Alling> symphorien: grahamc: So I should use nix-collect-garbage in general?
<grahamc> Yeah
<Alling> tokudan[m]: Now that I understand what you just did there, I must say that's pretty slick and potentially very useful.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] PanAeon opened pull request #29470: add buildGo19Pacakge (master...build_go_1_9) https://git.io/v5deZ
NixOS_GitHub has left #nixos []
dfranke has quit [(Ping timeout: 240 seconds)]
dfranke has joined #nixos
jellowj has joined #nixos
k2s has joined #nixos
leat has quit [(Read error: Connection reset by peer)]
<michalrus> tilpner: hey, one more question regarding your bootstrap: do you get a correct `nixos-version`? I’m getting `17.03pre-git`.
<michalrus> As if .version-suffix file was missing.
m0rphism has quit [(Ping timeout: 248 seconds)]
chris| has quit [(Quit: Quit)]
chris| has joined #nixos
chris| has quit [(Remote host closed the connection)]
kanshazan has quit [(Quit: leaving)]
timjrd has joined #nixos
chris| has joined #nixos
<timjrd> Hi :) is it possible to compile Qt with the eglfs platform plugin enabled on nixpkgs/NixOS ?
kanshazan has joined #nixos
leat has joined #nixos
ambro718 has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] offlinehacker pushed 2 new commits to master: https://git.io/v5dvX
<NixOS_GitHub> nixpkgs/master cdb0038 The Admin: logkeys module: init
<NixOS_GitHub> nixpkgs/master 1adaad1 Jaka Hudoklin: Merge pull request #28927 from xtruder/nixos/logkeys/init...
NixOS_GitHub has left #nixos []
kanshazan has quit [(Quit: leaving)]
kanshazan has joined #nixos
k2s has quit [(Ping timeout: 240 seconds)]
jtojnar has joined #nixos
<Infinisil> timjrd: You could have a look at nixpkgs/pkgs/development/libraries/qt-*. I wasn't able to find any reference to 'elgfs' in nixpkgs, but you might be able to change some flags
jellowj has quit [(Ping timeout: 264 seconds)]
ryanartecona has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 opened pull request #29471: python-cffi: fix test failures when using clang (master...cffi-clang) https://git.io/v5dfZ
NixOS_GitHub has left #nixos []
elurin has joined #nixos
<timjrd> Infinisil: in the file /pkgs/development/libraries/qt-5/5.9/qtbase/default.nix there is the flag "-no-eglfs" ; I tried to remove it and to recompile Qt but the plugin is still missing
jellowj has joined #nixos
ryanartecona has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh pushed 2 new commits to master: https://git.io/v5dfD
<NixOS_GitHub> nixpkgs/master 3564975 Daiderd Jordan: python-cffi: fix test failures when using clang
<NixOS_GitHub> nixpkgs/master 8c4f230 Frederik Rietdijk: Merge pull request #29471 from LnL7/cffi-clang...
NixOS_GitHub has left #nixos []
FRidh has joined #nixos
<LnL> FRidh: should I change it so it doesn't cause any rebuilds for linux?
<eacameron> When running tests for haskell packages, is it possible to access a ghc-pkg db where the library under test is available?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] ehmry pushed 1 new commit to master: https://git.io/v5dfA
<NixOS_GitHub> nixpkgs/master 21e135c Matt Smith: monero: 0.10.3.1 -> 0.11.0.0
NixOS_GitHub has left #nixos []
<FRidh> LnL: I don't really care about the rebuilding, as long as it works.
ehmry has joined #nixos
<FRidh> LnL: just surprised about removing that substitute in a test.
<LnL> seems like that was fixed with an update, there's go gcc in that file
<FRidh> ok
<LnL> I tested it with python27 and python36 on both nixos and osx
kanshazan has quit [(Quit: leaving)]
jellowj has quit [(Ping timeout: 246 seconds)]
Filystyn has joined #nixos
Filystyn has quit [(Changing host)]
Filystyn has joined #nixos
sch102 has joined #nixos
kanshazan has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] jdanekrh opened pull request #29473: idea-community: 2017.2.2 -> 2017.2.4 (master...jd_idea-community) https://git.io/v5dJ4
NixOS_GitHub has left #nixos []
jmeredith has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to release-17.09: https://git.io/v5dJS
<NixOS_GitHub> nixpkgs/release-17.09 a4bf452 Vladimír Čunát: vivaldi-ffmpeg-codecs: fix evaluation (forgotten file)...
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
timjrd has quit [(Ping timeout: 260 seconds)]
ryanartecona has joined #nixos
justan0theruser has joined #nixos
mudri has quit [(Ping timeout: 240 seconds)]
nh2 has quit [(Read error: Connection reset by peer)]
Supersonic112 has quit [(Ping timeout: 246 seconds)]
<clever> hyper_ch: for a bit
<hyper_ch> clever: you have that no-os thingy :)
<hyper_ch> could I use that to deploy a very simple os onto a usb stick and boot a computer from it?
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/v5dUK
<NixOS_GitHub> nixpkgs/release-17.09 2ad8055 Daiderd Jordan: python-cffi: fix test failures when using clang...
NixOS_GitHub has left #nixos []
<obadz> hyper_ch: (you could do that with nixos btw)
Supersonic112 has joined #nixos
<hyper_ch> obadz: not really... wants more than 4gb sticks
<clever> hyper_ch: not-os could be used, the nixos iso can also be used for the same thing
<hyper_ch> clever: but you can't store stuff on the nixos iso
<obadz> hyper_ch: depends what you want to install..
<clever> hyper_ch: in the case of the nixos iso, you can just dd it to a usb stick and you have a bootable stick
<hyper_ch> like scripts that you want to run when booted from stick
<clever> hyper_ch: you can build a custom iso that has those scripts pre-installed
<hyper_ch> clever: just the other day I needed a linux on a bootable stick and add a script to it
<clever> but yeah, i can see that being a bit of an issue
<obadz> just because it's on a stick doesn't make it an 'iso'
<hyper_ch> I need a bootable linux from stick that's small but where I still can change stuff
<clever> the .iso includes an MBR partition table, and nothing is stopping you from adding an extra partition after you write the image
<clever> nixos will just ignore it
<obadz> I have a regular nixos system booting on a stick..
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] dezgeg closed pull request #29438: palemoon: just use the default gcc (master...pkg/palemoon-fix) https://git.io/v55nM
NixOS_GitHub has left #nixos []
<clever> i also prefer that method
<hyper_ch> obadz: how big is your stick?
<clever> 4gig can work
<hyper_ch> 4gb didn't work to get nixos installed
<clever> heck, i have a netbook with a 4gig SSD, running nixos
<obadz> 32G but I have tons of apps ..
<obadz> 4gb should def work
<clever> brb
<obadz> for a minimal install
<hyper_ch> didn't work
<obadz> what exactly didn't work ?
<hyper_ch> getting nixos installed on that 4gb stick
ee1943 has quit [(Remote host closed the connection)]
<clever> hyper_ch: what error did it fail with?
<hyper_ch> don't recall
<clever> give it another try then
<hyper_ch> lack of diskspace or soemthing
<hyper_ch> can't
<hyper_ch> installed lubuntu on it at the end
<clever> truncate /root/fake_usb.img -s 4g
<clever> fdisk /root/fake_usb.img
Sonarpulse has joined #nixos
<clever> losetup /dev/loop1 /root/fake_usb.img -P
<clever> mount -v /dev/loop1p1 (i think?) /mnt/
<clever> hyper_ch: with the above, you now have a 4gig disk image you can install nixos to
<fearlessKim[m]> anyone working with lua ? seems broken to me. Unlike python which generates an interpreter wrapper with a valid PYTHONHOME, LUA_PATH and LUA_CPATH are not accounted for lua. Thus nix-shell -p lua52Packages.cjson -p lua wont find cjson for instance :/
<clever> brb
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5dTW
<NixOS_GitHub> nixpkgs/master 50ce8ab Michael Weiss: fetchRepoProject: Refactor the code...
NixOS_GitHub has left #nixos []
zarel has joined #nixos
<hyper_ch> won't that break all other stuff I have mounted in /mnt ?
<clever> hyper_ch: then mount it elsewhere
<clever> and use --root for nixos-install and nixos-generate-config
jellowj has quit [(Ping timeout: 240 seconds)]
k2s has joined #nixos
nh2 has joined #nixos
ryanartecona has quit [(Quit: ryanartecona)]
<obadz> yup
ryanartecona has joined #nixos
m0rphism has joined #nixos
<clever> bbl
zarel has quit [(Ping timeout: 264 seconds)]
zraexy has joined #nixos
k2s has quit [(Ping timeout: 240 seconds)]
civodul has joined #nixos
LysergicDreams has quit [(Ping timeout: 248 seconds)]
sch102 has quit [(Quit: Page closed)]
kanshazan has quit [(Ping timeout: 248 seconds)]
iyzsong-x has quit [(Ping timeout: 260 seconds)]
zarel has joined #nixos
jb55 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5dOx
<NixOS_GitHub> nixpkgs/master 62b9d78 Michael Weiss: fetchRepoProject: Fix the GnuPG verification...
NixOS_GitHub has left #nixos []
mudri has joined #nixos
nikola_i has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] womfoo opened pull request #29475: influxdb: fixup postStart script to handle TLS (master...fix/influxdb-ssl-poststart) https://git.io/v5d3f
NixOS_GitHub has left #nixos []
zarel has quit [(Quit: Leaving)]
qwertasdf has joined #nixos
<qwertasdf> is it possible to configure custom stuff using .nix files? E.g. i need a self signed, self booting efi kernel, effectively avoiding grub.
<hyper_ch> I tend to say yes
<qwertasdf> i should rather ask how feasible it is. I don't want to spend 11 hours configuring this, just to have it break 2 months from now.
<hyper_ch> so 10h 59min is fine then.. good to know
Alling has quit [(Ping timeout: 260 seconds)]
<yorick> qwertasdf: yes, you could do this, use system.build.installBootloader
tsm has joined #nixos
<yorick> qwertasdf: set it to a script that installs your own boot loader
<qwertasdf> ah. Awesome. Thanks
<yorick> linux has the EFI_STUB set by default
DeaDSouL has joined #nixos
DeaDSouL has left #nixos []
DeaDSouL has joined #nixos
<yorick> qwertasdf: you could even pull-request it, I'm sure other people would be interested
<michas> Hi, when configuring gitlab on nixos, any idea what those secrets are used for? (https://nixos.org/nixos/manual/index.html#idm140737315663728) I couldn't find any reference to that in the regular gitlab documentation...
<yorick> michas: signing/encryption of eg cookies? that's what I'd think
justan0theruser has quit [(Ping timeout: 240 seconds)]
jb55 has quit [(Ping timeout: 246 seconds)]
<yorick> qwertasdf: if you want it to not break, maybe spend 20 hours on it and write some tests that people can run
<michas> yorick, ok, at least I found something in the repo: https://gitlab.com/gitlab-org/gitlab-ce/blob/10-0-stable/config/secrets.yml.example - Interesting that the official documentation does not seem to cover that.
<hyper_ch> yorick.... isn't that from hamlet? the skull?
<yorick> hyper_ch: yes. also my real name
<hyper_ch> you were named after a skull? oO
<slyfox> i think it's the other way around
<Taneb> Is there a nice way to have a nix shell with Agda and its standard library such that Agda can find the stdlib?
<yorick> hyper_ch: it was a character and they encounter his skull, but it's a name that people have sometimes
<tsm> I'd like to build a local 'docs' folder after / during nix-build. Is there a way to do this or do I have to just run another script after nix-build?
<hyper_ch> local docs folder?
<tsm> hyper_ch: in the current directory
<yorick> tsm: nix-build ends up in result/ ?
<hyper_ch> no idea
<yorick> tsm: why not result/docs?
<yorick> tsm: or you could use a multiple-output derivation
<tsm> yorick: it's for github pages, the output must be in ./docs
<yorick> tsm: nix-build would generate a symlink, would that work?
<tsm> yorick: no I don't think so
<yorick> tsm: how does the docs directory work? wouldn't it need a script to commit anyways?
<tsm> yorick: github expects at least an index.html file which is generated during the build process of my package
<tsm> yorick: i was just hoping to be able to do nix-build and then commit it without a script in between
endformationage has joined #nixos
<yorick> yeah, git doesn't follow symlinks
<qwertasdf> this happens if 1) people don't grok gpg and 2) let everyone contribute without extensively reviewing the commits.
<qwertasdf> Just look at archs AUR
<hyper_ch> grok?
<hyper_ch> that's a word?
<Yaniel> Yes
<qwertasdf> Yup. To grok something = to get it, to understand it
<qwertasdf> and bobs your uncle
<hyper_ch> never heard of it before
<samueldr> > Robert A. Heinlein originally coined the term grok in his 1961 novel Stranger in a Strange Land
<Yaniel> It's even on the jargon file
<samueldr> relatively recent, with regards to words
<hyper_ch> thx
<hyper_ch> 17k lines for installing pythong? :)
<yorick> hyper_ch: no, those are all the packages people use
<hyper_ch> python is just a big mystery to me
Filystyn has quit [(Quit: Konversation terminated!)]
<hyper_ch> I've battled enough with python already
justan0theruser has joined #nixos
<qwertasdf> does nix run install scripts that ship with programs? (some) programs often include ./install.sh files, which then curl into bash :S
<Dezgeg> no, network access during builds is blocked
thomad has joined #nixos
<qwertasdf> does nix(os) have some sort of news mechanism? E.g. before breaking changes, or when i use config options that are to be removed
jellowj has joined #nixos
<thomad> Hi, can somebody tell me how I get Nix unstable? I need to build a package with the new sandboxing capabilities of the unstable branch but don't know how to get that going.
<srhb> thomad: I believe it's simply called nixUnstable
<srhb> I'm not sure whether it's safe to use now.
mrkgnao has joined #nixos
<FRidh> srhb: nixUnstable has been fine for months, at least in my experience
jellowj has quit [(Ping timeout: 246 seconds)]
<obadz> qwertasdf: there are release notes
k2s has joined #nixos
jellowj has joined #nixos
<srhb> FRidh: Cool :)
<thomad> Ah thanks that's easier than I thought. I only have the additional problem that I can't install as local user because of permission denied on lockfile. strange
<obadz> $ nimble tasks
<obadz> SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Isorkin has quit [(Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)]
<qwertasdf> Is there a nixos conuterpart to arch's bootstrap image/archive, or gentoo's stage3 tarballs? I would like to build a live/rescue system using nix(os).
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09-small advanced to https://github.com/NixOS/nixpkgs/commit/2ad805568c (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-17.09-small)
nix-gsc-io`bot has quit [(Client Quit)]
tsm has quit [(Quit: Page closed)]
takle has quit [(Remote host closed the connection)]
bennofs has joined #nixos
takle has joined #nixos
JosW has quit [(Read error: Connection reset by peer)]
JosW has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] aszlig pushed 1 new commit to master: https://git.io/v5dny
<NixOS_GitHub> nixpkgs/master 8180085 aszlig: krita: 3.1.4 -> 3.2.1...
NixOS_GitHub has left #nixos []
ryanartecona has quit [(Quit: ryanartecona)]
<Infinisil> qwertasdf: I only know of iso's
ryanartecona has joined #nixos
JosW has quit [(Client Quit)]
takle has quit [(Ping timeout: 252 seconds)]
taktoa has joined #nixos
jsgrant has quit [(Remote host closed the connection)]
<Infinisil> qwertasdf: Building a custom iso is described here: https://nixos.org/nixos/manual/#sec-building-cd
Isorkin has joined #nixos
<qwertasdf> Infinisil: thanks, i will consider that one.
<Infinisil> Actually, you can also do tarballs by replacing isoImage with tarball
<Infinisil> I just found out
<Infinisil> And there's virtualBoxOVA too
nh2 has quit [(Ping timeout: 240 seconds)]
<qwertasdf> <3
qwertasdf has quit [(Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)]
<offlinehacker[m]> Do you have any idea why mesa returns this error: "gbm: Last dlopen error: /run/opengl-driver/lib/dri/i965_dri.so:i965_dri.so: undefined symbol: _glapi_set_dispatch"?
<offlinehacker[m]> I'm using i956 intel gpu driver and dri works for example in chromium and quake3. I'm integrating opengl support into qemu and when i start a vm with virtio video driver and enable opengl, this is the error i get.
mudri has quit [(Ping timeout: 246 seconds)]
phinxy has joined #nixos
phinxy has left #nixos []
<offlinehacker[m]> If i look into i965_dri.so this symbols are really not defined, but i have no exact idea how drivers are loaded, as most of them seem to be undefined
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] erictapen opened pull request #29476: gollum service: init (master...gollum-service-init) https://git.io/v5dCL
NixOS_GitHub has left #nixos []
ryanartecona has quit [(Quit: ryanartecona)]
mp6 has joined #nixos
nh2 has joined #nixos
<mp6> Ohai - I have a question regarding docker-containers
mrkgnao has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] madjar opened pull request #29477: nox: 0.0.5 -> 0.0.6 (master...master) https://git.io/v5dWm
NixOS_GitHub has left #nixos []
<mp6> I installed docker, but if I try to pull an image, I get the error "Warning: failed to get defailt registry endpoint fron daemon (cannot connect to the docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?)
<mp6> I can't figure out what to do
marusich has joined #nixos
bennofs has quit [(Read error: Connection reset by peer)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] CarlOlson opened pull request #29478: roswell: init at version 17.9.10.82 (master...add-roswell) https://git.io/v5dWz
NixOS_GitHub has left #nixos []
eacameron has quit [(Remote host closed the connection)]
eacameron has joined #nixos
<offlinehacker[m]> mp6: on nixos? have you added yourself to docker group?
erictapen has quit [(Ping timeout: 248 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
<mp6> offlinehacker[m]: i did add mysef to the group "docker", same result…
<michalrus> Hey, what’s the best way to set a static IP for `nixos-rebuild vm` VM?
k2s has quit [(Quit: Leaving)]
Ivanych has quit [(Ping timeout: 248 seconds)]
LysergicDreams has joined #nixos
bennofs has joined #nixos
<Infinisil> mp6: Did you relog/reboot after adding yourself to the group? I think it only then applies
<Infinisil> michalrus: The networking.interfaces.<name>.ip4 and ip6 options
<michalrus> Infinisil: OK, and do you maybe know why I can’t access it on its default 10.0.2.15?
<michalrus> It works from guest, but not from host.
<Infinisil> michalrus: Don't know much about this, but defaultGateway and open ports seem relevant
<michalrus> But I have network in the guest, that part is working. ¯\_(ツ)_/¯
<michalrus> The only thing I can’t do is to access guest services from host via IP.
<Infinisil> the ports are open? And I don't know how this works, but I thought there should be some port/interface mapping
<Infinisil> Hmm
<michalrus> Yup, I could use port mapping, but a real IP would be more convenient. :]
<michalrus> The ports are open, yes. The same config run on a real machine works flawlessly.
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
<clever> mp6: how did you install docker?
erictapen has joined #nixos
<Infinisil> michalrus: Ohhh, look at nixpkgs/modules/virtualisation/qemu-vm.nix
<Infinisil> michalrus: When you nixos-rebuild vm, it includes that module
<michalrus> Infinisil: I did already. =] But I see no solution there. =’
<michalrus> Yup.
<Infinisil> Heh
ryanartecona has joined #nixos
ryanartecona has quit [(Client Quit)]
<michalrus> But from a quick lecture of the interwebs, it’s QEMU limitation. :p
elasticdog has quit [(Ping timeout: 248 seconds)]
<michalrus> I could use tun/tap or VDE or …
<michalrus> But OOTB → no.
<Infinisil> Oh
<michalrus> So I’ll just forward ports. ¯\_(ツ)_/¯
elasticdog has joined #nixos
<Infinisil> michalrus: What does networking.primaryIPAddress do?
<Infinisil> Oh, it's marked as internal
erictapen has quit [(Ping timeout: 240 seconds)]
<michalrus> So it just adds an entry to /etc/hosts
erictapen has joined #nixos
erictapen has quit [(Ping timeout: 264 seconds)]
<Infinisil> I see
erictapen has joined #nixos
jellowj has quit [(Ping timeout: 246 seconds)]
jellowj has joined #nixos
michiel_l has quit [(Ping timeout: 255 seconds)]
michiel_l_ has joined #nixos
oida_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] joachifm pushed 4 new commits to master: https://git.io/v5d4G
<NixOS_GitHub> nixpkgs/master c85cf60 Joachim Fasting: nixos/tests: move sysctl test to misc
<NixOS_GitHub> nixpkgs/master ffd56ba Joachim Fasting: nixos/tests: move kernel-params test to misc
<NixOS_GitHub> nixpkgs/master e054595 Joachim Fasting: nixos/release-combined: remove basic kernel tests...
NixOS_GitHub has left #nixos []
kanshazan has joined #nixos
takle has joined #nixos
oida has quit [(Ping timeout: 264 seconds)]
takle has quit [(Read error: Connection reset by peer)]
jmeredith has quit [(Quit: Connection closed for inactivity)]
jellowj has quit [(Ping timeout: 246 seconds)]
val_ has joined #nixos
val_ has quit [(Client Quit)]
erictapen has quit [(Ping timeout: 240 seconds)]
erictapen has joined #nixos
erictapen has quit [(Remote host closed the connection)]
erictapen has joined #nixos
takle has joined #nixos
justanotheruser has joined #nixos
justanotheruser has quit [(Client Quit)]
justan0theruser has quit [(Ping timeout: 264 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5dB6
<NixOS_GitHub> nixpkgs/master 337380e Michael Weiss: gitRepo: Fix an error due to missing TLS certificates...
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
k2s has joined #nixos
k2s has quit [(Client Quit)]
<disasm> Mic92: good choice on gns. I thought about that too, but figured it wouldn't get approved as a release candidate.
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] florianjacob opened pull request #29479: nixos/tinc: Fix tinc cli wrapper for tinc 1.0 (master...fix-tinc-stable) https://git.io/v5dRV
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] domenkozar pushed 1 new commit to master: https://git.io/v5dRo
<NixOS_GitHub> nixpkgs/master 94400c0 Georges Dubus: nox: 0.0.5 -> 0.0.6
NixOS_GitHub has left #nixos []
michiel_l_ has quit [(Ping timeout: 255 seconds)]
michiel_l has joined #nixos
grburst has joined #nixos
justanotheruser has joined #nixos
seequ has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] edolstra pushed 4 new commits to master: https://git.io/v5d0B
<NixOS_GitHub> nixpkgs/master 9f740f1 Eelco Dolstra: openimage: 1.7.12 -> 1.7.17
<NixOS_GitHub> nixpkgs/master 63f3b35 Eelco Dolstra: opencollada: 1.3 -> 1.6.59
<NixOS_GitHub> nixpkgs/master bb1c9b0 Eelco Dolstra: cudatoolkit: Move libcudart to a separate output...
NixOS_GitHub has left #nixos []
Filystyn has joined #nixos
Filystyn has quit [(Changing host)]
Filystyn has joined #nixos
grburst has quit [(Quit: leaving)]
xdelv has quit [(Read error: Connection reset by peer)]
xdelv has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] neilmayhew opened pull request #29481: spideroak: fix crash due to zlib version mismatch (master...fix/spideroak) https://git.io/v5dEO
NixOS_GitHub has left #nixos []
Dezgeg has quit [(Quit: WeeChat 1.0.1)]
Dezgeg has joined #nixos
mattcode has quit [(Quit: Leaving)]
jensens has joined #nixos
erictapen has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] neilmayhew opened pull request #29482: spideroak: 6.0.1 -> 6.1.9 (master...upgrade/spideroak) https://git.io/v5dEo
NixOS_GitHub has left #nixos []
Filystyn has quit [(Remote host closed the connection)]
GRBurst has joined #nixos
oida has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] FRidh merged master into staging: https://git.io/v5dEp
NixOS_GitHub has left #nixos []
ryanartecona has joined #nixos
oida_ has quit [(Ping timeout: 240 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5duG
<NixOS_GitHub> nixpkgs/master 222e186 Vladimír Čunát: gtkmm3: maintenance 3.22.0 -> 3.22.2
NixOS_GitHub has left #nixos []
ryanartecona has quit [(Quit: ryanartecona)]
xdelv has quit [(Ping timeout: 246 seconds)]
GRBurst has quit [(Ping timeout: 264 seconds)]
ryanartecona has joined #nixos
xdelv has joined #nixos
thomad has left #nixos []
indika_ has joined #nixos
indika_ has quit [(Client Quit)]
indika has joined #nixos
ryanartecona has quit [(Quit: ryanartecona)]
<indika> Hi everyone. I want to play explore NixOS in virtualbox first before I make it my main OS, and am searching for a Vagrant image so that I can "vagrant up" it. Are there any? I thought one would be easy to find.
jsgrant has joined #nixos
hiratara has quit [(Ping timeout: 246 seconds)]
<LnL> I don't know about vagrant, but we do have a virtualbox ova
hiratara has joined #nixos
<indika> Seems like the virtualbox is pre-installed with KDE. And I might hard to port that images to real hardware. I'm still new, so I'll keep learning and exploring a few options.
<indika> Seems as though one can easily create a vagrant base image for any virtual machine that is already running under VirtualBox.
<LnL> yeah I think I have a configuration.nix for vagrant somewhere
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] veprbl opened pull request #29483: cc-wrapper: allow compilers to specify unsupported hardening modes (master...hardening_unsupported_flags) https://git.io/v5dgC
NixOS_GitHub has left #nixos []
hio has joined #nixos
<hio> hey, i downloaded the iso but now im stuck at the blackscreen text
<hio> how do i install
<Infinisil> hio: the blackscreen text? What's it say?
<hio> the freaking first text that you see when you boot, what else
<kanshazan> So hostile while asking for help...
<Infinisil> hio: So just the prompt in the booted system I assume
<Infinisil> hio: Have you read the installation section of the manual?
<samueldr> about nixos and vagrant
<Infinisil> https://nixos.org/nixos/manual/index.html#sec-installation (or the next section for UEFI)
<samueldr> there's nixbox that was used to build 16.09 previously
<samueldr> it is not obvious whether it works right now
noam has quit [(Read error: Connection reset by peer)]
noam has joined #nixos
acarrico has quit [(Ping timeout: 240 seconds)]
justan0theruser has joined #nixos
mudri has joined #nixos
<Mic92> disasm: well the alternative would be have been to not have it at all.
justanotheruser has quit [(Ping timeout: 252 seconds)]
<kanshazan> Where does NixOS store desktop entries? Those that are usually in /usr/share/applications?
<kanshazan> .local/share/applications doesn't contain all desktop entries I'm seeing in rofi
<kanshazan> * ~/.local
<samueldr> /nix/var/nix/profiles/system/sw/share/applications
<samueldr> well, depending on the profile
<kanshazan> Ah there they are
<kanshazan> Thanks
<samueldr> there's also `/nix/var/nix/profiles/per-user/samuel/profile/share/applications` for your user
<samueldr> the per-user/samuel/profile (for me) is symlinked in the home folder
<samueldr> > .nix-profile -> /nix/var/nix/profiles/per-user/samuel/profile
<kanshazan> Ah yeah. Currently don't have user specific packages, so that doesn't exist for me. Good to know though, thanks.
hiratara has quit [(Quit: ZNC - http://znc.in)]
hiratara has joined #nixos
nix-gsc-io`bot has joined #nixos
<nix-gsc-io`bot> Channel nixos-17.09 advanced to https://github.com/NixOS/nixpkgs/commit/a4bf452eb3 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-17.09)
nix-gsc-io`bot has quit [(Client Quit)]
<disasm> Mic92: so this is interesting... Working on fixing internetarchive module. The tests execute the `ia` binary assuming it's been installed already, but the `ia` binary isn't wrapped by nixos until after tests pass.
<disasm> oh, and even better, the data files the tests expect to be in tests aren't in the tarball from pypi...
erictapen has joined #nixos
eacameron has joined #nixos
FRidh has quit [(Quit: Konversation terminated!)]
<Infinisil> disasm: You should be able to wrap and fixup stuff anywhere in the mkDerivation, they're just bash functions
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
<pikajude> can anyone reproduce?
<Infinisil> pikajude: Reproduce what?
<pikajude> Infinisil: me accidentally pressing up and enter
<Infinisil> Ah :P
<pikajude> on this keyboard, they're right next to each other
justan0theruser has quit [(Ping timeout: 264 seconds)]
orivej has quit [(Ping timeout: 248 seconds)]
jensens has quit [(Ping timeout: 255 seconds)]
jensens has joined #nixos
joelpet has quit [(Ping timeout: 240 seconds)]
<domenkozar> cc Profpatsch
<Profpatsch> domenkozar: Oh, that might come in handy.
<Profpatsch> I hope I can get something pushable next week finally.
<disasm> Infinisil: so the problem is it isn't installed yet. How can I tell the checkPhase to run after installPhase?
<Infinisil> disasm: There actually is a installCheckPhase
bennofs has quit [(Quit: WeeChat 1.9)]
<Infinisil> which seems like exactly what you need
<disasm> Infinisil: I'm running eval "${installCheckPhase}" and it complains that no such file or directory ia
<Infinisil> disasm: In nix-shell? Not sure about that, what I've just done before is to define that phase in mkDerivation
<disasm> Infinisil: so... Python packages don't have a checkPhase, only an installCheckPhase according to pkgs/development/interpreters/python/mk-python-derivation.nix
predator117 has joined #nixos
catch22 has joined #nixos
<disasm> I need to get better at debugging this stuff :)
predator217 has quit [(Ping timeout: 240 seconds)]
<disasm> checkInputs nevers seem to work right with python packages for me...
zimbatm_ has joined #nixos
silver_hook has quit [(Ping timeout: 246 seconds)]
joelpet has joined #nixos
takle has quit [(Remote host closed the connection)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29484: internetarchive: 0.8.3 -> 1.7.2 (master...internetarchive) https://git.io/v5dVo
NixOS_GitHub has left #nixos []
zimbatm has left #nixos ["User left"]
kanshazan has quit [(Ping timeout: 248 seconds)]
<Infinisil> disasm: Ohh
<Infinisil> :(
NixOS_GitHub has joined #nixos
<NixOS_GitHub> [nixpkgs] disassembler opened pull request #29485: interruptingcow: 0.6 -> 0.7 (master...interruptingcow) https://git.io/v5dVF
NixOS_GitHub has left #nixos []
<disasm> http://lightblue.sourceforge.net/ -- just remove it since it hasn't been maintained for years, or disable on python 3?
sellout- has joined #nixos
sellout-1 has joined #nixos
sellout- has quit [(Read error: Connection reset by peer)]
leothrix has quit [(Quit: ZNC 1.6.5 - http://znc.in)]
Wizek_ has quit [(Ping timeout: 240 seconds)]
thc202 has quit [(Ping timeout: 248 seconds)]
drakonis has joined #nixos
leothrix has joined #nixos
Arcaelyx has joined #nixos