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
ris has joined #nixos
stepcut has joined #nixos
DariusTheMede has joined #nixos
fresheye1 has joined #nixos
InFlames has quit [Ping timeout: 246 seconds]
fresheyeball has quit [Ping timeout: 248 seconds]
<fresheye1> clever: not that package
<fresheye1> I still don't see how to use that package with systemd-boot
stepcut has quit [Ping timeout: 245 seconds]
DariusTheMede has quit [Ping timeout: 248 seconds]
lambda-11235 has joined #nixos
InFlames has joined #nixos
<clever> fresheye1: memtester wont be able to test the memory fully
<clever> fresheye1: you may need to switch to grub, or grab the memtest iso from the memtest website
InFlames has quit [Ping timeout: 248 seconds]
fresheye1 has quit [Ping timeout: 258 seconds]
___laika has quit [Ping timeout: 245 seconds]
stepcut has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
mac10688 has quit [Ping timeout: 258 seconds]
MmeQuignon has quit [Ping timeout: 258 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
MmeQuignon has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fjDvb
alex_giusi_tiri has joined #nixos
judson has quit [Ping timeout: 246 seconds]
stepcut has quit [Ping timeout: 272 seconds]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
lovesegfault has joined #nixos
stepcut has quit [Ping timeout: 250 seconds]
danbst has joined #nixos
<danbst> hello!!! How one does override src for Nix package itself?
strobelight has joined #nixos
<danbst> overlay = self: super: { nix = nixpkgs.nix.overrideAttrs (sup: { src = nixpkgs.fetchFromGitHub { owner = "kirelagin"; repo = "nix"; rev = "3b265b4"; sha256 = "1y4gx2r5f2596q70hs9rk8z6qr2mw5r01bqxz88y50mi98cxiajf"; }; fromGit = true; });
<danbst> };
<clever> danbst: should be the same as any other package, just .overrideAttrs in packageOverrides
stepcut has joined #nixos
<clever> danbst: you want super.nix, not nixpkgs.nix
<danbst> clever: cool you are around. Actually, super doesn't work as well...
hio has quit [Quit: Connection closed for inactivity]
<clever> danbst: what error does it give?
<clever> danbst: how is it "not working" ?
<clever> danbst: you need to add flex and bison to the buildInputs
<danbst> clever: probably I should mention that source is a fork of Nix 2.1.3
stepcut has quit [Ping timeout: 246 seconds]
<danbst> clever: why isn't overrideAttrs preserving those? I have now another error, like `cc1plus: fatal error: config.h: No such file or directory`. I guess I miss something
<clever> danbst: its not a problem of it (not) preversing them, its a matter of the dependencies have changed
<clever> danbst: so the pkgs.nix your overriding simply never had flex and bison
<clever> > autoreconfHook
<{^_^}> "<derivation /nix/store/0mdk6kgqxjxq4i50wbxaag9rv66crppf-hook.drv>"
strobelight_ has joined #nixos
strobelight is now known as Guest32149
<clever> danbst: you also want to add this to the buildInputs
strobelight_ is now known as strobelight
<danbst> clever: you rock, it builds now!
Guest32149 has quit [Ping timeout: 248 seconds]
psy3497 has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #65217 → pythonPackages.cherrypy: fix build → https://git.io/fjMaf
<{^_^}> [nixpkgs] @marsam pushed 9 commits to master: https://git.io/fjDfI
<danbst> clever: ok, I figure out the problem. Those flex, bison and autoreconfHook are added only when `fromGit` arg is set. However, I wrongly assumed that `overrideAttrs` can set `fromGit`. It is not a builder arg, it is callPackage arg. overrideAttrs can't override that
<danbst> clever: so real fix was to use `super.nixUnstable.overrideAttrs ...`
<danbst> because it has `fromGit` already set
<danbst> ...
<clever> danbst: you want .override
<clever> danbst: (super.nix.override { fromNix = true; }).overrideAttrs (...
domogled has quit [Ping timeout: 246 seconds]
fresheyeball has joined #nixos
<fresheyeball> clever: so it turns out memtest86
<fresheyeball> clever: so it turns out memtest86+ only runs on non-UEFI systems
<fresheyeball> this one supposedly does
<fresheyeball> I made a USB stick with the dd command
<fresheyeball> and nothing, it wont boot off the stick
selfsymmetric-mu has quit [Remote host closed the connection]
DariusTheMede has joined #nixos
jluttine has quit [Ping timeout: 268 seconds]
dansho has quit [Quit: Leaving]
hyper_ch has quit [Read error: Connection reset by peer]
DariusTheMede has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3d84cffe955 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3d84cffe955 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
fresheyeball has quit [Quit: WeeChat 2.4]
liberiga has quit [Ping timeout: 260 seconds]
<aanderse> gchristensen: anything else you wanted documented on that apache httpd cleanup PR before we merge?
<{^_^}> [nixpkgs] @aanderse merged pull request #65032 → kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.3 [backport] → https://git.io/fj190
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to release-19.03: https://git.io/fjDfl
AluisioASG has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
selfsymmetric-mu has joined #nixos
Ariakenom has quit [Quit: Leaving]
<danbst> clever: indeed. much thanks
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
MmeQuignon has quit [Ping timeout: 248 seconds]
liberiga has joined #nixos
khumba has joined #nixos
magnetophon has quit [Ping timeout: 244 seconds]
mac10688 has joined #nixos
lovesegfault has quit [Ping timeout: 245 seconds]
sellout- has joined #nixos
srl295 has quit [Quit: Connection closed for inactivity]
liberiga has quit [Ping timeout: 260 seconds]
liberiga has joined #nixos
danbst has quit [Remote host closed the connection]
tilpner_ has joined #nixos
tilpner has quit [Ping timeout: 244 seconds]
<aria> 8457 store paths deleted, 15053.01 MiB freed wew
<day|flip> it can get bigger
<aria> i ran out of space :(
xkapastel has quit [Quit: Connection closed for inactivity]
tmaekawa has joined #nixos
laalf has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
hyper_ch has joined #nixos
mexisme has quit [Ping timeout: 264 seconds]
laalf has joined #nixos
abathur has joined #nixos
iqubic has joined #nixos
<iqubic> I don't understand this list at all.
alex_giusi_tiri has quit [Quit: Leaving.]
<iqubic> What does the Driver Plug-In column mean?
<iqubic> For example, will I be able to set up the HP Envy 5055 printer easily?
sellout-1 has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/314775040bb (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
sellout- has quit [Ping timeout: 245 seconds]
<iqubic> Like how do I tell if a certain printer will work on Linux?
selfsymmetric-mu has quit [Ping timeout: 246 seconds]
hyper_ch has quit [Ping timeout: 244 seconds]
<buckley310> i have access to a 5055, i can play with it and get back to you if you like
<iqubic> Oh. Really. That's good.
<iqubic> I can't tell if it will be easy to set-up on Nixos.
jluttine has joined #nixos
<buckley310> yeah i have never set it up on linux at all before, only other people in my house use it ^_^
sb0 has quit [Quit: Leaving]
<iqubic> I see.
<{^_^}> [nixpkgs] @fpletz pushed to master « postgresql: fix systemd support »: https://git.io/fjDJs
<iqubic> I'm going to be getting a new printer soon and want to know what sort of a printer will work well with Nixos.
<iqubic> buckley310: By soon, I mean tomorrow or the next day.
tmaekawa has quit [Quit: tmaekawa]
DariusTheMede has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/314775040bb (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
hyper_ch has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #54913 → nixos/modules: add greenclip user service → https://git.io/fh1V1
<{^_^}> [nixpkgs] @teto pushed 2 commits to master: https://git.io/fjDJC
DariusTheMede has quit [Ping timeout: 272 seconds]
<buckley310> iqubic: the envy 5055 works with the pkgs.hplip driver
<{^_^}> [nixpkgs] @teto merged pull request #65276 → vimPlugins.ghcid: Init at 2019-07-04 → https://git.io/fjMxJ
<{^_^}> [nixpkgs] @teto pushed 3 commits to master: https://git.io/fjDJl
<iqubic> And you don't need any additional set-up?
<iqubic> I would have expected to it to show up there.
selfsymmetric-mu has joined #nixos
<buckley310> literally just added the two config lines as shown here, and then added the printer in the GNOME settings https://nixos.wiki/wiki/Printing
hyper_ch has quit [Quit: ZNC 1.7.4 - https://znc.in]
<buckley310> the page would seem to indicate that i am not using any "proprietary plugins", which means it might be a community/opensource driver
<buckley310> because im not using pkgs.hplipWithPlugin
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<iqubic> But you have verified that it works with hplip and no additional set-up.
<iqubic> And also that it is the hp envy 5055?
<buckley310> yep, "HP ENVY 5055", and I just added this config and did a rebuild { services.printing.enable = true; services.printing.drivers = [ pkgs.hplip ]; }
<ivan> https://github.com/NixOS/nixpkgs/pull/61581 how does something that breaks postgresql slip through the review process
<{^_^}> #61581 (by nh2, 9 weeks ago, merged): postgresql: Make systemd support configurable
<buckley310> im surprised it was that easy too xD
<buckley310> also the printer is on wireless, not plugged into USB
<iqubic> Also, can I just use the CUPS local server by pointing firefox at this: http://localhost:631/
hyper_ch has joined #nixos
<buckley310> my firefox just automatically saw it, your mialege may vary i guess
<buckley310> im using GNOME on nixos-unstable
<iqubic> I'm using i3, so...
<iqubic> I guess I'll have to make my own path.
<buckley310> this is true
<buckley310> gnome seems to have written to /etc/cups/printers.conf. i have no idea if thats the only config needed, but if you have issues we can compare
<iqubic> I don't think it would take any more work to set it up.
fusion809 has joined #nixos
<iqubic> What exactly was written to /etc/cups/printers.conf?
<iqubic> Because the wiki page on printing doesn't mention that file at all.
<buckley310> ill dump it in a DM
mac10688 has quit [Ping timeout: 244 seconds]
<iqubic> After looking at the things in the PM, that just looks like the default setting for your printer.
<iqubic> I'm going to assume that the add printer functionality of localhost:631 will take care of writing that for me.
day|flip has quit [Quit: ERC (IRC client for Emacs 26.1)]
<iqubic> I'll keep that around just in case though.
<buckley310> good luck :)
<iqubic> Thank you.
<iqubic> And not to beat a dead horse, but are you positive that it is the HP Envy 5055?
day|flip has joined #nixos
day|flip has quit [Client Quit]
<iqubic> I got a printer yesterday that I was fairly certain would work, and it didn't. I don't want to get screwed over a second time when I make the exchange.
Supersonic has quit [Ping timeout: 250 seconds]
<buckley310> iqubic: HP ENVY 5055. product number: M2U85A
<Ralith> but is it a hp envy?
mexisme has joined #nixos
<iqubic> Yes it.
Supersonic has joined #nixos
<buckley310> iqubic: worth noting, i dont know how complicated printing gets, but i printed the nixos "printing" page in black and white, and it came out fine
<buckley310> just did a color print to make sure, that worked just fine too. just a google search results page
<buckley310> i dont wanna garuntee itl work because printers are miserable things, but anecdotally it works well :)
<iqubic> Cool.
virus_dave has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
virus_dave has quit [Client Quit]
liberiga has quit [Ping timeout: 260 seconds]
abf_ has quit [Quit: Leaving]
day|flip has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> clever: so I got memtest going
<fresheyeball> and it ran for 3 hours
<fresheyeball> and found no errors
<clever> fresheyeball: mcelog is next then
<fresheyeball> clever: is there anything stateful about nix I can clear?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/c248435ee30 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<clever> nothing in this area
<fresheyeball> geeze
<fresheyeball> I guess this is a much worse error than I was prepared for
mexisme has joined #nixos
<fresheyeball> ok I am reading about mcelog
<fresheyeball> do you know where those logs live on nixos?
<clever> you need to enble it first
<clever> i linked how earlier
<clever> then it will probably land in the journal
<fresheyeball> I see there is an option for it
<fresheyeball> enabling
knupfer has joined #nixos
mexisme has quit [Ping timeout: 244 seconds]
orivej has joined #nixos
DariusTheMede has joined #nixos
mexisme has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
DariusTheMede has quit [Ping timeout: 246 seconds]
DariusTheMede has joined #nixos
mexisme has quit [Ping timeout: 268 seconds]
knupfer has quit [Quit: knupfer]
dansho has joined #nixos
hio has joined #nixos
mexisme has joined #nixos
<fresheyeball> clever: ok so it's enabled
<fresheyeball> shall I trigger a crash?
Rusty1 has quit [Quit: Konversation terminated!]
<clever> fresheyeball: yep
mexisme has quit [Ping timeout: 272 seconds]
<fresheyeball> clever: actually, systemctl status shows its not running
<fresheyeball> it wont start either
<fresheyeball> I think a reboot may be needed
hedgie has quit [Ping timeout: 248 seconds]
fresheye1 has joined #nixos
m0rphism has joined #nixos
hyper_ch has quit [Quit: ZNC 1.7.4 - https://znc.in]
fresheyeball has quit [Ping timeout: 258 seconds]
<charukiewicz> Why is it that some packages install using just `nix-env --install pkg-name` and others require `nix-env -iA nixpkgs.category.pkg-name` ?
<charukiewicz> e.g. You can get away with --install cabal2nix, but for other haskell packages, neither the package name, nor haskellPackages.package-name works
<gchristensen> ,-iA
hyper_ch has joined #nixos
wfranzini has quit [Remote host closed the connection]
<gchristensen> hrm.
<gchristensen> charukiewicz: in short, -i is never preferrable to -iA. -i requires enumerating every package. -iA means giving a precise location in nixpkgs, so much less work needs doin
day|flip has quit [Quit: ERC (IRC client for Emacs 26.1)]
<charukiewicz> ah, makes sense
<{^_^}> [nixpkgs] @kalbasit opened pull request #65288 → pythonPackages.joblib: fix the build on Darwin → https://git.io/fjDUO
palo1 has joined #nixos
vmandela has joined #nixos
hedgie has joined #nixos
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
hedgie has quit [Ping timeout: 248 seconds]
Drakonis has quit [Quit: WeeChat 2.4]
<fresheye1> clever: advice on viewing the output of mcelog?
DariusTheMede has quit [Ping timeout: 258 seconds]
<clever> fresheye1: did you try `journalctl -f -u mcelog` ?
<fresheye1> boo
<fresheye1> Jul 22 22:59:58 dunlap systemd[1]: Started Machine Check Exception Logging Daemon.
<fresheye1> thats all I got
Drakonis has joined #nixos
<clever> fresheye1: just leave it on and check it later after things fail at few times
<fresheye1> clever: I am trying to get it to just stay on
<fresheye1> atleast in any detectable way
<fresheye1> I see no process for it
<fresheye1> I did `nix-shell -p mcelog` and tried running the same command as the systemd process
<fresheye1> mcelog --ignorenodev --daemon --foreground
<fresheye1> and it exists instantly
drakonis1 has quit [Ping timeout: 264 seconds]
<fresheye1> ahh
<fresheye1> those extra options swallow the error
<fresheye1> mcelog: Cannot open `/dev/mcelog': No such file or directory
<clever> fresheye1: --daemon makes it fork into the background
<clever> usually
<fresheye1> right
<fresheye1> unless mcelog: Cannot open `/dev/mcelog': No such file or directory
<fresheye1> keeps it from staying alive
<clever> yeah, you may need to load the right kernel module, *looks*
<clever> arch/x86/kernel/cpu/mcheck/dev-mcelog.c: * /dev/mcelog driver
<clever> arch/x86/kernel/cpu/mcheck/Makefile:obj-$(CONFIG_X86_MCELOG_LEGACY) += dev-mcelog.o
<clever> Documentation/x86/x86_64/machinecheck:from /dev/mcelog. Normally mcelog should be run regularly from a cronjob.
<clever> fresheye1: check this doc file, in the linux github repo
<clever> [clever@system76:~/apps/linux]$ cat /proc/config.gz | gunzip | grep -i MCE
<clever> CONFIG_X86_MCE=y
<clever> # CONFIG_X86_MCELOG_LEGACY is not set
mkoenig has quit [Remote host closed the connection]
<clever> fresheye1: not clear what module has to be loaded
* clever heads off to bed
<fresheye1> night
<fresheye1> thank you
mkoenig has joined #nixos
tmaekawa has joined #nixos
khumba has quit [Ping timeout: 244 seconds]
ldlework has quit [Ping timeout: 258 seconds]
ldlework has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65280 → eksctl: 0.1.40 -> 0.2.0 → https://git.io/fjMhG
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDUu
abathur has quit [Ping timeout: 272 seconds]
hyper_ch2 has joined #nixos
<iqubic> Why is it called hplip and not hplib?
<iqubic> I'm talking about the HP printer driver.
<etu> "HP Linux Imaging and Printing"
<Izorkin> etu: https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/php-packages.nix#L496 options - assert (pkgs.config.php.zts or false); not correct work. How to fix?
<etu> Izorkin: I don't get what you're trying to say? How is it not correct? What's expected?
veske has joined #nixos
veske has quit [Client Quit]
anon has joined #nixos
zupo has joined #nixos
anon is now known as Guest78203
<Izorkin> if change ztsSupport ? (config.php.zts or false) to ztsSupport ? (config.php.zts or true) - package pthreads not builded
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65238 → helio-workstation: init at 2.2 → https://git.io/fjMi1
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDUV
endformationage has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #65285 → squashfuse - fix sha for 0.1.103 → https://git.io/fjDv8
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjDUi
hamishmack has joined #nixos
veske has joined #nixos
liberiga has joined #nixos
cinimod has joined #nixos
drakonis_ has joined #nixos
<Izorkin> etu: check with this patch - https://pastebin.com/U58y32ei - error - assertion failed at nixpkgs/pkgs/top-level/php-packages.nix:496:14
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65218 → lolcat: 99.9.69 -> 99.9.99 → https://git.io/fjMaN
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDUM
Drakonis has quit [Ping timeout: 250 seconds]
wucke13 has quit [Quit: ZNC 1.7.3 - https://znc.in]
mumuluxi has quit [Quit: ZNC 1.7.3 - https://znc.in]
abbiya has joined #nixos
enuiarte has joined #nixos
hamishmack has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64764 → bitwig-studio3: add version 3 → https://git.io/fjXV6
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDU5
Havvy has quit [Ping timeout: 268 seconds]
cinimod has quit [Ping timeout: 272 seconds]
Chiliparrot has joined #nixos
cinimod has joined #nixos
Havvy has joined #nixos
sellout-1 has quit [Ping timeout: 258 seconds]
__monty__ has joined #nixos
rauno has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64711 → pythonPackages.lightgbm: fix build on darwin → https://git.io/fjXGF
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDTT
enuiarte has quit [Ping timeout: 250 seconds]
Tucky has joined #nixos
wfranzini has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
mexisme has joined #nixos
cfricke has joined #nixos
dansho has quit [Ping timeout: 245 seconds]
Chiliparrot has quit [Quit: Textual IRC Client: www.textualapp.com]
DariusTheMede has joined #nixos
Jackneill has joined #nixos
nornagon has quit [Ping timeout: 248 seconds]
nornagon has joined #nixos
<rauno> Any idea why only one interfaces get renamed and other doesnt ?
alex``` has joined #nixos
<rauno> Like eth0 is getting renamed to eno1, but eth1 isnt..
<rauno> Any idea ?
DariusTheMede has quit [Ping timeout: 245 seconds]
<ivan> rauno: I guess either you have a udev rule for it with eth1, or systemd didn't rename it
<ivan> check journalctl -b
mumuluxi has joined #nixos
<rauno> systemd-udevd[591]: Error changing net interface name 'eth1' to 'eno1': File exists
wucke13 has joined #nixos
hyper_ch2 has joined #nixos
<rauno> It tries to name both eno1 ?!
ris has quit [Ping timeout: 258 seconds]
<ivan> do they have the same mac address?
<ivan> (is this a VM?)
<rauno> moment
<rauno> nope, different mac
<rauno> no it isnt vm
<rauno> its nixo 18.09
<ivan> try 19.03? otherwise I think it's a systemd or linux bug, maybe thinking both NICs are plugged into the same thing
<rauno> kernel: e1000e 0000:00:19.0 eth0 and kernel: e1000e 0000:02:00.0 eth1
<rauno> address is different
<rauno> Cant upgrade at the moment
<cinimod> nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz -E 'with import <nixpkgs> {}; callPackage ./whatever.nix {}'
<cinimod> gives
<cinimod> error: anonymous function at /Users/dom/cmaes/whatever.nix:1:1 called without required argument 'mkDerivation', at /nix/store/3pk6mk3y3yszcyyd07hfmwwrrjj9qy3w-nixos-19.03.tar.gz/lib/customisation.nix:69:12
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64617 → kak-lsp: init at 6.2.1 → https://git.io/fjPax
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDTi
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64743 → google-fonts: 2018-07-13 -> 2019-07-14 → https://git.io/fjXg7
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fjDTP
dashkal has quit [Ping timeout: 245 seconds]
detran has quit [Quit: ZNC 1.7.1 - https://znc.in]
dansho has joined #nixos
o1lo01ol1o has joined #nixos
detran has joined #nixos
Chiliparrot has joined #nixos
mfernandez has quit [Ping timeout: 245 seconds]
statusbot has quit [Ping timeout: 245 seconds]
elibrokeit has quit [Quit: No Ping reply in 180 seconds.]
Guest78203 has quit [Ping timeout: 245 seconds]
nocoolnametom has quit [Ping timeout: 245 seconds]
charukiewicz has quit [Ping timeout: 245 seconds]
polman has quit [Ping timeout: 245 seconds]
shiver has quit [Ping timeout: 245 seconds]
akaWolf has quit [Ping timeout: 245 seconds]
sbj has quit [Ping timeout: 245 seconds]
Rovanion has quit [Ping timeout: 245 seconds]
akaWolf1 has joined #nixos
troydm has quit [Ping timeout: 245 seconds]
skatista has joined #nixos
ztrawhcse has joined #nixos
shiver has joined #nixos
sbj has joined #nixos
charukiewicz has joined #nixos
Rovanion has joined #nixos
dashkal has joined #nixos
Guest78203 has joined #nixos
nocoolnametom has joined #nixos
troydm has joined #nixos
Xal has quit [Ping timeout: 248 seconds]
gratto has quit [Ping timeout: 272 seconds]
tg has quit [Ping timeout: 272 seconds]
mexisme has quit [Ping timeout: 245 seconds]
polman has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #65291 → Flatpak updates → https://git.io/fjDTD
Xal has joined #nixos
<rauno> ivan, so only option is next nixos version ?
<rauno> Tried newer kernel, seems still same issue
tg has joined #nixos
<cinimod> But running nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz whatever.nix --run "ghci" gives
<cinimod> <command line>: cannot satisfy -package-id cmaes-0.2.2-inplace
hyper_ch2 has quit [Remote host closed the connection]
lambda-11235 has quit [Quit: Bye]
tmaekawa has quit [Quit: tmaekawa]
<{^_^}> [nixpkgs] @joachifm merged pull request #61701 → tree-from-tags: init at 1.1 → https://git.io/fj8oj
<{^_^}> [nixpkgs] @joachifm pushed 3 commits to master: https://git.io/fjDT5
enuiarte has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/314775040bb (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
mexisme has joined #nixos
cinimod has quit [Ping timeout: 244 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<aria> anyone know how to use emacs 27 with nixos? i couldn't find a package for it
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to master « nixos/pantheon: don't add extraPortals »: https://git.io/fjDTF
<etu> aria: I don't think we have a package for it yet :/
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/fcc682382a9 (from 58 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
enuiarte has quit [Ping timeout: 250 seconds]
<aria> etu: damn :/
<aria> etu: any chance you're keen to take up the task :D? the default.nix looks too complex for me rn
hyper_ch2 has joined #nixos
inkOne has quit [Quit: WeeChat 2.4]
zaeph has quit [Ping timeout: 252 seconds]
<etu> aria: It's not tagged at all from upstream, I have no idea how finished it is... So yeah, unclear. I'm waiting for features that will land in 27 so I hope it gets released this year or so :D
enuiarte has joined #nixos
zaeph has joined #nixos
<rauno> anyone else has any ideas how to workaround this: systemd-udevd[591]: Error changing net interface name 'eth1' to 'eno1': File exists ?
<aria> etu: it would probably be emacs-HEAD. it has some pretty desirable features already, like a native json parser (literally 50x faster than emacs 26) so anyone using LSP will have a much much faster json impl
bakakuna has joined #nixos
cinimod has joined #nixos
DariusTheMede has joined #nixos
thc202 has joined #nixos
<etu> aria: Yeah, and I want to be able to "dump emacs" which kinda dumps emacs with all config to a single binary to improve startup-time etc
<etu> aria: And in theory it's already possible since a long time. But it will be easier in 27 and onwards
<aria> etu: that sort of already exists with bytecompiling
johanot has joined #nixos
szicari has quit [Ping timeout: 264 seconds]
<etu> aria: not exactly, because it still have to look up all the pats in environment variables and check that the byte-compiled version is up to date with the source version. If "dumped" it's all in memory and mushed together :)
iqubic` has joined #nixos
<etu> s/pats/paths/
cinimod has quit [Ping timeout: 268 seconds]
DariusTheMede has quit [Ping timeout: 268 seconds]
<aria> i'll definitely be checking that out when it lands. I take it from your reply you probably wont be taking a shot at emacs then :(
<etu> aria: And since I configure emacs with nix, having dumping built in as an option in nix would make is amazing :)
<aria> emacs 27*
Okinan has quit [Quit: Konversation terminated!]
<etu> aria: I wish to, but not sure I have the time. Busy life :)
iqubic has quit [Ping timeout: 250 seconds]
<aria> understandable mate, thanks anyways
hmpffff has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
domogled has joined #nixos
pmiddend has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<pmiddend> I build a docker image using nix. Can I show it's closure with sizes somehow?
gratto has joined #nixos
statusbot has joined #nixos
ardumont has quit [Ping timeout: 250 seconds]
szicari has joined #nixos
ardumont has joined #nixos
<{^_^}> [nixpkgs] @WilliButz merged pull request #65102 → docs prometheus.exporters: typo fix. → https://git.io/fjMmI
<{^_^}> [nixpkgs] @WilliButz pushed 2 commits to master: https://git.io/fjDkO
<{^_^}> [nixos-hardware] @Mic92 pushed to fstrim « enable fstrim on SSDs »: https://git.io/fjDk3
<{^_^}> [nixos-hardware] @Mic92 opened pull request #116 → enable fstrim on SSDs → https://git.io/fjDks
o1lo01ol1o has joined #nixos
Soo_Slow has joined #nixos
jb55 has quit [Ping timeout: 260 seconds]
tilpner_ is now known as tilpner
ilya-fedin has joined #nixos
Shoubit has joined #nixos
<{^_^}> [nixpkgs] @domenkozar pushed to master « antora: include site-generator-default »: https://git.io/fjDk8
cinimod has joined #nixos
johanot has quit [Ping timeout: 268 seconds]
enuiarte has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @domenkozar pushed to master « system-boot: configurationLimit should be null as default »: https://git.io/fjDkR
jb55 has joined #nixos
johanot has joined #nixos
ardumont has quit [Ping timeout: 276 seconds]
<{^_^}> [.github] @zimbatm pushed to master « Hi »: https://git.io/fjDk0
<{^_^}> [.github] @zimbatm pushed to master « Hi »: https://git.io/fjDkg
szicari has quit [Ping timeout: 245 seconds]
cinimod` has joined #nixos
ardumont has joined #nixos
szicari has joined #nixos
cinimod has quit [Ping timeout: 272 seconds]
<{^_^}> [.github] @zimbatm pushed to master « add SUPPORT file »: https://git.io/fjDko
ThatDocsLady has joined #nixos
<sphalerite> pmiddend: you mean of the image's contents?
ardumont has quit [Ping timeout: 246 seconds]
<pmiddend> sphalerite: Yeah.
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ar1a opened pull request #65293 → barrier: 2.1.1 -> 2.2.0 → https://git.io/fjDkH
<aria> hey that's me!
<aria> cc worldofpeace
<aria> i think you said you wanted to do some more reviews
<worldofpeace> aria: I just hit 100 today for july 🎆
<aria> woo!
<aria> gonna keep going?
<tilpner> worldofpeace++
<{^_^}> worldofpeace's karma got increased to 24
aswanson has quit [Quit: WeeChat 2.4]
<aria> wow what an inferior karma bot 😉
<sphalerite> pmiddend: ah, maybe `nix path-info -sr $(nix-build --no-out-link docker.nix -A contents)` will do the trick
<worldofpeace> lol
<aria> speaking of, `nix path-info -S` just errors out on all of my systems, so i can't check closure size like the PR wants me to :( https://i.imgur.com/QMK9N5e.png
mexisme_ has joined #nixos
hyper_ch2 has joined #nixos
<sphalerite> aria: you need to pass it a specific attr, e.g. nix path-info -S -f . barrier
<aria> ooooooooooooooooooooooooooooooh :D
<aria> and gives results in bytes?
<sphalerite> yes
<worldofpeace> aria: you need to format your expression the same as the example in https://hydra.nixos.org/build/96738667/download/1/nixpkgs/manual.html#sec-language-qt
<worldofpeace> didn't mention on github because it kinda dry for a review :)
<aria> oh, i really should read the whole bloody thing shouldn't i >_>
<sphalerite> aria: specifically, bytes in the nar dump, which is stored in the nix store database and bypasses having to query the filesystem for everything's size
mexisme has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @steshaw opened pull request #65294 → linkchecker: 9.3.1 -> 9.4.0 → https://git.io/fjDkd
lonelytroutman2 has joined #nixos
cinimod` has quit [Remote host closed the connection]
cinimod` has joined #nixos
<aria> worldofpeace: how's that? i think it complies now...
<aria> my brain is totally not working today
sach has joined #nixos
<lucus16> How can I specify the default channel nix-env and nix-shell -p use from my configuration.nix?
<worldofpeace> aria: good, it's ready for my review 👍️
ardumont has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
<tilpner> lucus16: You can't easily. The best sphalerite-compatible solution is probably defining a systemd service that deletes ~/.nix-defexpr and sets it to use NIX_PATH
<lucus16> thanks
<pmiddend> sphalerite: I'll try your command asap, thanks :)
<tilpner> lucus16: Then you want to set NIX_PATH. You can do that from nix.nixPath, but keep in mind it will require you to login again for changes to take effect
<sphalerite> lucus16: nix-shell -p will always use nixpkgs from NIX_PATH anyway, nix-env is… annoying. I set an alias nix-env='nix-env -f "<nixpkgs>"'
<sphalerite> tilpner: sphalerite-compatible?
<aria> ^ was wondering about that too tilpner :P
<tilpner> sphalerite: Doesn't unnecessarily use activation scripts
<sphalerite> lol
<pmiddend> While we're on the topic, I've copied Zoidberg's solution from here https://discourse.nixos.org/t/specifying-unstable-commit-directly-in-configuration-nix/3366/8 and am having weird issues with it.
<pmiddend> See the last comment.
<rauno> 3rd time is for charm: systemd-udevd[591]: Error changing net interface name 'eth1' to 'eno1': File exists ? :)
<rauno> Anyone has ideas how to workaround it ?
<rauno> Would like to avoid full system upgrade, maybe only systemd upgrade ?
alex``` has quit [Ping timeout: 268 seconds]
Zer0xp has joined #nixos
alex``` has joined #nixos
zupo_ has joined #nixos
hamishmack has joined #nixos
mexisme_ has quit [Ping timeout: 250 seconds]
zupo has quit [Ping timeout: 268 seconds]
<cinimod`> I am trying to use nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz -p "haskellPackages.ghcWithPackages (pkgs: [pkgs.my-cmaes])" where I have an overlay in a file for my-cmaes
<sphalerite> rauno: you already have an eno1 interface I'm guessing?
<cinimod`> How do I make the overlay visible?
mexisme_ has joined #nixos
<sphalerite> cinimod`: either place it in ~/.config/nixpkgs/overlays.nix or pass --arg overlays '[./overlay.nix]', I think
hamishmack has quit [Client Quit]
<pmiddend> For improving stuff on the manual, is opening an issue okay?
<rauno> sphalerite, well its nixos job not to try name both interfaces to eno1 :D
magnetophon has joined #nixos
DariusTheMede has joined #nixos
<andi-> rauno: https://github.com/systemd/systemd/issues/8994 sounds like pretty much your issue?
<{^_^}> systemd/systemd#8994 (by haubi, 1 year ago, closed): Error changing net interface name eth0 to eno1: File exists (on Lenovo ThinkStation P710)
veske2 has joined #nixos
ubert has joined #nixos
DariusTheMede has quit [Ping timeout: 258 seconds]
veske has quit [Ping timeout: 245 seconds]
<pbb> @everyone: how do you debug/bisect issues introduced in staging?
<pbb> qutebrowser is broken since a staging merge a few days ago, and I could figure that out quite easily, but those commits don't compile on staging
liberiga has quit [Ping timeout: 260 seconds]
psy3497 has quit [Ping timeout: 245 seconds]
lonelytroutman2 has quit [Remote host closed the connection]
ContainsLiquid has joined #nixos
psyanticy has joined #nixos
<andi-> just git bisect with a `nix-build … -A qutebrowser`?
Khetzal has quit [Remote host closed the connection]
maxelysium has joined #nixos
hamishmack has joined #nixos
ToxicFrog has quit [Ping timeout: 245 seconds]
Khetzal has joined #nixos
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
abbiya has quit [Quit: abbiya]
<Zer0xp> How do I remove channels from the Nix channels list ?
asheshambasta has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65293 → barrier: 2.1.1 -> 2.2.0 → https://git.io/fjDkH
abcxyzchris has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDIN
abcxyzchris has quit [Client Quit]
cfricke has quit [Quit: WeeChat 2.5]
<Zer0xp> I have 3 channels now and I added 2 accidentally
<asheshambasta> How does on view the logs of some process on nixos? For example, I've got mariadb up and running on my system but my connectios to it are timing out. I'd like to see the logs and see what's going on.
<Zer0xp> Nevermind, I got it on the man page
<worldofpeace> pbb: I'm pretty sure there's already an open PR to fix qutebrowser
cfricke has joined #nixos
shomodj has joined #nixos
Zer0xp has quit [Quit: WeeChat 2.5]
DariusTheMede has joined #nixos
fendor has joined #nixos
nornagon has quit [Ping timeout: 268 seconds]
Ariakenom has joined #nixos
carlosdagos has joined #nixos
<{^_^}> [nixpkgs] @smaret opened pull request #65295 → pythonPackages.astropy: add checkPhase. → https://git.io/fjDLl
<pmiddend> My python application (build with buildPythonApplication) contains .py files in its closure. Anyone know how I can just bundle the .pyc files?
<rauno> andi-, indeed, any idea if there's some workaround ?
<pmiddend> Oh nevermind, that's not normal.
fendor has quit [Ping timeout: 246 seconds]
DariusTheMede has quit [Ping timeout: 245 seconds]
johanot has quit [Quit: WeeChat 2.4]
maxelysium has quit [Ping timeout: 245 seconds]
<pbb> worlofpeace: thanks for mentioning it
__Sander__ has joined #nixos
<aria> etu: here's a preliminary patch https://0x0.st/zpfS.patch
teej has quit [Quit: Connection closed for inactivity]
<alexarice[m]> has the way to disable suspend on lid changed, I have `logind.extraConfig = "HandleLidSwitch=ignore";` in `configuration.nix` but it doesn't seem to work
Zer0xp has joined #nixos
<magnetophon> I'm upgrading to the latest unstable, and it's building libre-office. I guess that means the build won't finish, right? otherwise I would've gotten a binary. Or am I missing something?
<Zer0xp> Hey does anyone know how I can update my KDE Plasma in NixOS ?
<Zer0xp> There are a lot of issues that begun ever since I switched to NixOS unstable channel
<Zer0xp> I've switched back to the stable channel and so far my Plasma is still glitchy
<Zer0xp> Like hitting Alt+Tab to switch between applications will simply crash KWin.
<Zer0xp> And it is annoying but I don't want to switch to Gnome or any other desktop environment
<Zer0xp> Is anyone here facing the same issue or know a way to rectify these problems ?
nornagon has joined #nixos
<jasongrossman> Zer0xp: You might have to ask at a few different times of day to catch someone who uses it.
<etu> aria: Looks like a good start! I don't have time to look much at it now due to work:)
<aria> no worries
<pmiddend> magnetophon: Generally true I'd say.
<Zer0xp> Oh
<magnetophon> Zer0xp: I'm not using plasma, but Alt+Tab seems like a very basic function that every plasma-user needs. If it'd be broken there'd be an issue on github for it (did you check?) So I guess it's a configuration issue. Did you try removing your config or if that's not easy, making a new user and testing as that?
<magnetophon> pmiddend: Thanks!
<Yaniel> can confirm alt+tab crashing kwin, happens every time
<Zer0xp> magnetophon: What do you mean by removing the config ? And no, I haven't tried a new user.
sauyon has quit [Quit: WeeChat 2.5]
<Zer0xp> Yaniel: Any solutions to that ?
<Yaniel> super key to open the launcher and focus follows mouse to switch to another window :D
<magnetophon> Zer0xp: A lot of programs have the configuration in a file, that you can easily rename/move/delete in order to get the default config.
<magnetophon> If plasma doesn't have that, a new user is easier
<Zer0xp> magnetophon: I don't know if it does or not.
<Zer0xp> Yaniel: I didn't follow.
<magnetophon> Zer0xp: me neither, but I'm sure you can find out! :)
<Yaniel> for the case of getting out of a fullscreen application
<Yaniel> my current solution is to press super to open the launcher/start menu and then try to move my mouse over the window I want to switch to
<Zer0xp> Yaniel: Oh okay
<Yaniel> obviously not a real solution
sach has left #nixos ["Leaving"]
<Zer0xp> Yes it isn't
<Zer0xp> I've searched on KDE blogs for a solution and I found nothing
domogled has quit [Ping timeout: 244 seconds]
<Yaniel> there's a post on nvidia forums apparently
<Zer0xp> Is this a GPU issue ?
tmaekawa has joined #nixos
<magnetophon> Seriously? A window manager that crashes doing one of the most basic WM functions? How long has it been doing that? I'd be on the lookout for something else pretty quick! Maybe try i3 as a wm with plasma for the goodies? You can combine the two, I've heard.
ng0 has joined #nixos
<Zer0xp> Yes you can combine them.
<Yaniel> arch forums mention that it's not just alt+tab
<Yaniel> but also desktop switching
<Yaniel> there is also a report of it happening on radeon so not gpu-related I guess
adamt has joined #nixos
<Zer0xp> I'm currently using desktop switching instead of dealing with crashing the Kwin from Alt + Tab, and it seems to work fine.
domogled has joined #nixos
<Zer0xp> But this all started ever since I switched to the nixos-unstable channel so I'm wondering if that broke my Plasma with a feature update of some sort
<Yaniel> do you have windows on both desktops
<Zer0xp> Yes
<Zer0xp> I've to separate them out at the start though so that they don't appear on each desktop
<Zer0xp> But the moment I hit Alt+Tab by mistake, it starts to open windows from other desktops on my main desktop.
tmaekawa has quit [Quit: tmaekawa]
<adamt> Is anybody working on fixing python3Packages.cherrypy in 19.03? It has been fixed in master here, after the upgrade to python 3.7.4 broke it: https://github.com/NixOS/nixpkgs/pull/65217
<{^_^}> #65217 (by marsam, 2 days ago, merged): pythonPackages.cherrypy: fix build
<Zer0xp> I see that there are a limited number of desktop managers supported in NixOS, when compared to Arch
iyzsong has joined #nixos
fendor has joined #nixos
domogled has quit [Ping timeout: 248 seconds]
fendor_ has joined #nixos
fendor_ has quit [Client Quit]
alex``` has quit [Quit: WeeChat 2.5]
fendor has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #65297 → pythonPackages.scrapy: update upstream configparser patch → https://git.io/fjDtG
domogled has joined #nixos
Ariakenom has quit [Read error: Connection reset by peer]
domogled has quit [Ping timeout: 245 seconds]
<manveru> Zer0xp: well, it's simply what people on NixOS use :)
<manveru> arch is well known for having a lot of ricers, so there's more variety i guess
<carlosdagos> Hello all! Anybody mind taking a look at my PR for a new package? Seems like the original people who helped me haven't had time to go back to it https://github.com/NixOS/nixpkgs/pull/63970
<{^_^}> #63970 (by carlosdagos, 3 weeks ago, open): sonobuoy: init at 0.15.0
<{^_^}> [nixpkgs] @marsam opened pull request #65298 → python3: add "--enable-optimizations" to configure flags → https://git.io/fjDtB
<manveru> carlosdagos: the package looks fine to me, but i don't have approval rights :)
<manveru> let's hope someone notices it
<carlosdagos> manveru :D
<{^_^}> [nixpkgs] @danbst pushed to master « postgresql: update docs »: https://git.io/fjDtu
asheshambasta has quit [Ping timeout: 252 seconds]
Drakonis has joined #nixos
shomodj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Zer0xp has quit [Quit: WeeChat 2.5]
drakonis_ has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @Ma27 opened pull request #65299 → nixos/nextcloud: fix inclusion of trusted_domains in override config → https://git.io/fjDtr
tjg1 has quit [Quit: The Lounge - https://thelounge.chat]
tjg1 has joined #nixos
ciil has quit [Quit: Lost terminal]
bakakuna has quit [Read error: Connection reset by peer]
bakakuna has joined #nixos
__monty__ has quit [Ping timeout: 245 seconds]
ciil has joined #nixos
srid6390803 has quit [Ping timeout: 268 seconds]
srid6390803 has joined #nixos
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #51947 → thelounge: init at 3.0.1 → https://git.io/fpd2C
<{^_^}> [nixpkgs] @Infinisil pushed 4 commits to master: https://git.io/fjDtx
drakonis_ has joined #nixos
__monty__ has joined #nixos
<angerman> if I have an ifd, how do I get it to show me the .drv I'm importing from it? I'd like to get that --tree view on it to track down some misconfiguration
<infinisil> angerman: You might be able to spot it with a number of -v's
Drakonis has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @FRidh closed pull request #65298 → python3: add "--enable-optimizations" to configure flags → https://git.io/fjDtB
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3d84cffe955 (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> [nixpkgs] @Infinisil pushed to haskell-updates « hackage2nix: Unmark discord-haskell as broken »: https://git.io/fjDqm
DariusTheMede has joined #nixos
<infinisil> angerman: Alternatively, insert a `builtins.trace the-thing-you-import.drvPath` somewhere
<infinisil> Don't know of any nice ways
<angerman> infinisil: thanks! That might get me further
Zer0xp has joined #nixos
DariusTheMede has quit [Ping timeout: 272 seconds]
vmandela has quit [Quit: Leaving]
rsoeldner has quit [Remote host closed the connection]
strobelight has quit [Ping timeout: 250 seconds]
virus_dave has joined #nixos
virus_dave has quit [Client Quit]
<aria> if i want to make a wip/rfc pr, how should i title it?
<FRidh> just that, rfc or wip, is fine
<{^_^}> [nixpkgs] @adisbladis merged pull request #63970 → sonobuoy: init at 0.15.0 → https://git.io/fjKI9
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/fjDq2
<carlosdagos> Cheers adisbladis :)
<adisbladis> carlosdagos: Np :)
<adisbladis> Thanks yourself
hamishmack has quit [Ping timeout: 248 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f99063f6a1c (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
virus_dave has joined #nixos
Neo--- has joined #nixos
<{^_^}> [nixpkgs] @ar1a opened pull request #65300 → RFC: Emacs 27 derivation → https://git.io/fjDqi
<aria> ok, made it #65300
<{^_^}> https://github.com/NixOS/nixpkgs/pull/65300 (by ar1a, 11 seconds ago, open): RFC: Emacs 27 derivation
<aria> a nice round number
<aria> etu:
<adisbladis> Aww yiss, emacs 27 \o/
<adisbladis> aria: Do we really need to copy-paste the whole expression?
asheshambasta has joined #nixos
<aria> adisbladis: probably not, i initally started by editing default.nix, but figured i would just copy the file and revert default.nix to 26 to PR it
<aria> i figured it would be easier to just copy it all now and de-dupe later
<adisbladis> Hmm
<adisbladis> I'd really like to have this in an auto-updating overlay :)
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<etu> hmm
<etu> One thought, how is the gtk2 support in emacs27, dropped yet?
<aria> if im honest i haven't read the NEWS file yet
veske2 has quit [Quit: This computer has gone to sleep]
<etu> "Emacs now requires GTK 2.24 and GTK 3.10 for the GTK 2 and GTK 3 builds respectively."
<etu> mhe
<etu> meh
<etu> was hoping that gtk2 would be gone
<alexarice[m]> is this likely to play nicer with wayland or does it still rely on X trickery?
veske has joined #nixos
<etu> It's emacs, don't expect it to change a lot or fast :p
Soo_Slow has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 268 seconds]
inquisitiv3 has joined #nixos
<aria> https://i.imgur.com/BxX4R7S.png this goddamn icon keeps making me think someone has commented
<inquisitiv3> I'm having trouble with enabling wireless networking on my laptop. When I try to rebuild my config I get an error message https://paste.debian.net/1092743
npmccallum has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2019-07-13 -> 2019-07-22 »: https://git.io/fjDmf
<alexarice[m]> etu: I can live in hope
aswanson has joined #nixos
cfricke has quit [Quit: WeeChat 2.5]
mexisme_ has quit [Ping timeout: 276 seconds]
zupo has joined #nixos
<infinisil> inquisitiv3: Look at the full logs with `journalctl -u wpa_supplicant -e`
nurelin_ has quit [Quit: WeeChat 1.6]
xkapastel has joined #nixos
DariusTheMede has joined #nixos
cinimod` has quit [Ping timeout: 272 seconds]
__monty__ has quit [Ping timeout: 272 seconds]
inquisitiv3 has quit [Remote host closed the connection]
veske has quit [Quit: Leaving]
inquisitiv3 has joined #nixos
__monty__ has joined #nixos
<inquisitiv3> infinisil: It seems that /etc/wpa_supplicant.conf doesn't exist. https://paste.debian.net/1092747/
Ariakenom has joined #nixos
dansho has quit [Quit: Leaving]
<aria> inquisitiv3: what's your configuration.nix look like?
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/cfd507d5818 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<infinisil> inquisitiv3: You need to specify networking.wireless.networks or alternatively write /etc/wpa_supplicant.conf yourself
<{^_^}> [nixpkgs] @jtobin opened pull request #65301 → urbit: 0.7.4 -> 0.8.0 → https://git.io/fjDmE
<aria> yeah you need to create a file and put a network in it, or do what infinisil said and use networking.wireless.networks
markus1189 has quit [Ping timeout: 248 seconds]
adamt has quit [Quit: WeeChat 2.4]
<inquisitiv3> infinisil: Aha, okey! Didn't know that.
<infinisil> That should be documented a bit better probably..
<aria> i think it is
DariusTheMede has quit [Ping timeout: 258 seconds]
<infinisil> Ahh
<{^_^}> [nixpkgs] @xrelkd opened pull request #65302 → eksctl: 0.2.0 -> 0.2.1 → https://git.io/fjDmD
<infinisil> I was thinking of it being documented in the option description, but that works too
zaeph has quit [Ping timeout: 272 seconds]
<infinisil> I wonder if we should move such docs to the option descriptions
zaeph has joined #nixos
<infinisil> Because it makes much more sense there
<infinisil> And reserve the NixOS manual for things that don't fit to any single option
<manveru> infinisil++
<{^_^}> infinisil's karma got increased to 112
veske has joined #nixos
markus1189 has joined #nixos
<infinisil> Although, it's harder to find docs in options, they're not as easy to navigate through, and there's so many of them
strobelight has joined #nixos
bahamas has joined #nixos
jb55 has quit [Ping timeout: 260 seconds]
<aria> i feel like the docs being in both place is my idea of utopia
otti0815 has quit [Quit: ZNC 1.6.5 - http://znc.in]
<manveru> how about referencing option docs from the docs :)
<bahamas> hello. I'm trying to use the method to pin nixpkgs outlined here: https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs. my nixpkgs.nix is https://bpaste.net/show/Iost. when I run nix-shell -vv, I get to the line that says "Fetching the repo" and then it just sits there. should it take long? am I doing something wrong?
vmandela has joined #nixos
<infinisil> manveru: Oh nice, I like that idea
<tilpner> bahamas: Yes, prefer fetchFromGitHub for a quicker build
<tilpner> bahamas: git is terrible at quickly fetching a single revision, so you may be downloading nixpkgs with all its history
<bahamas> tilpner: I see
<aria> tilpner: why is fetchFromGitHub faster than fetchurl?
<tilpner> fetchFromGitHub uses fetchTarball and a GitHub-specific API to skip git entirely
<tilpner> => builtins.fetchTarball { url = "https://github.com/nixos/nixpkgs-channels/archive/a607a931f6f7db2ba97a9788d36192326c63c92f.tar.gz"; sha256 = "1p308cp30bhqqg2zv2qqbqayalch1waw91iipg6mvw4w2d7j4p14"; }
__Sander__ has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @FRidh merged pull request #64581 → tilt: 0.8.8 -> 0.9.4 → https://git.io/fjPnD
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/fjDYI
shomodj has joined #nixos
Neo--- has quit [Ping timeout: 268 seconds]
<Zer0xp> Does anyone here use Polybar ?
<{^_^}> [nixpkgs] @zimbatm pushed to master « Remove .github/FUNDING.yml »: https://git.io/fjDYt
cinimod has joined #nixos
<{^_^}> [nix] @zimbatm opened pull request #3004 → Remove .github/FUNDING.yml → https://git.io/fjDYm
<jackdk> is there any reason builtins.fetchgit can't do a shallow clone?
<cinimod> If I run nix-shell --pure -I
<cinimod> nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
<cinimod> -p "haskellPackages.ghcWithPackages (pkgs: [pkgs.my-cmaes])" -p
<cinimod> python2 -p pythonPackages.numpy in two different directories should
<cinimod> I get the same result? And if not why not?
<cinimod> Sorry about the formatting
<{^_^}> [nix] @domenkozar merged pull request #3004 → Remove .github/FUNDING.yml → https://git.io/fjDYm
<{^_^}> [nix] @domenkozar pushed 2 commits to master: https://git.io/fjDYO
<{^_^}> Zer0xp: Please expand your question to include more information, this will help us help you :)
khumba has joined #nixos
DariusTheMede has joined #nixos
<aria> Zer0xp: i do
<tilpner> jackdk: IIRC git just doesn't support that for any revision
otti0815 has joined #nixos
<jackdk> tilpner: what a shame
<bahamas> why am I getting an error on line 1 in this file https://bpaste.net/show/Tl3s? the error says: "attempt to call something which is not a function but a set"
<tilpner> bahamas: What is the content of ./nixpkgs.nix?
<tilpner> (Assuming you're not passing any value to your pasted function)
<bahamas> tilpner: https://bpaste.net/show/ys9b.
<tilpner> bahamas: You don't need to call nixpkgs twice
inquisitiv3 has quit [Ping timeout: 245 seconds]
<tilpner> Either remove the {} from the end of nixpkgs.nix, or from the first line of your paste
<tilpner> So { nixpkgs ? import ./nixpkgs.nix }:
<bahamas> tilpner: ah. thank you!
<DariusTheMede> I am going to ask my question again as the formatting was screwed
<tilpner> You didn't ask a question during the last hour
<cinimod> If I run `nix-shell --pure ...` in two different directories, I get two different results
<cinimod> Sorry DariusTheMede is me on another computer
<cinimod> irc doesn't seem to want you log on twice
<cinimod> My question is why?
<cinimod> I realise I probably haven't given enough information
<infinisil> cinimod: nix-shell uses shell.nix or default.nix from the current directory
<infinisil> And nix expressions themselves can also see what directory they're in
<infinisil> --pure only means that any env vars from outside won't persist in the nix-shell
<infinisil> It doesn't have anything to do with pure evaluation, which is what --pure-eval is for
<infinisil> ,pure-eval
<{^_^}> Pure evaluation was introduced in Nix 2.0, it makes Nix evaluation completely reproducible, see https://github.com/NixOS/nix/commit/d4dcffd64349 for details
<cinimod> So not as pure as it suggests
<cinimod> ;)
<infinisil> I wouldn't mind having a better name for that flag, maybe --clean-env
<infinisil> But then again, purity in nix has three different meanings, and --pure is part of one of them
AluisioASG has joined #nixos
<cinimod> I invoked ghci and got an error message <command line>: cannot satisfy -package-id cmaes-0.2.2-inplace in one directory
<{^_^}> [nixpkgs] @danbst pushed to release-19.03 « postgresql: update docs »: https://git.io/fjDYd
<cinimod> But everything worked when I was in another directory
<cinimod> Neither of them have shell.nix or default.nix
<infinisil> cinimod: Were you in a nested nix-shell? Did you start a fresh terminal?
<cinimod> I don't think so
<cinimod> I can reproduce it on at least one computer
<cinimod> Let me try the other
<infinisil> A reproducible list of steps would be nice
<cinimod> lol - I can't reproduce it on the other computer
<cinimod> Much as I would like to dig into this I'm going to have to pause for the moment
Thra11 has joined #nixos
polman has quit [Ping timeout: 268 seconds]
hmpffff has quit [Quit: nchrrrr…]
polman has joined #nixos
moet has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
veske has joined #nixos
<Thra11> Is there something like `nixos-rebuild switch --rollback` which will switch to a specific generation instead of the "previous" generation?
<clever> [root@amd-nixos:~]# ls -l /nix/var/nix/profiles/
<clever> Thra11: use this to find a given profile
<clever> /nix/var/nix/profiles/system-500-link/bin/switch-to-configuration switch
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c4fec1c6314 (from 39 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<clever> Thra11: and this to simply switch to a given one
turion has joined #nixos
<turion> $ stack --no-docker init
<turion> Cannot determine project root directory for Docker sandbox.
khumba has quit [Quit: Leaving]
<turion> I don't understand stack anymore
<edef> i think that might make you even with the people who write it
<clever> turion: i just avoid stack like the plague :P
<turion> clever: What's your Haskell setup then?
<clever> turion: cabal files and cabal2nix
<turion> Or, to everyone: How do you set up your Haskell projects in a way that anyone can clone and run them?
<clever> turion: nix does everything stack would normally provide
<clever> all must use nix!
<turion> Without having to do "sudo mkdir /nix/store"
<turion> clever: Does nix provide any notion of stackage lts?
<clever> turion: nixpkgs contains a pinned export of stackage, but its not based on a specific lts
<jackdk> as another ~cultist~ satisfied user, I make sure my packages provide shell.nix/default.nix that work. If i work on a package that doesn't have nix set up for it, the following usually works pretty well as a starting default.nix: https://www.irccloud.com/pastebin/3SkpW3Ge/
<clever> turion: i just build against whatever haskell versions are in my current nixpkgs, and pin that whole nixpkgs
<turion> Hmm, fair enough
<clever> turion: and if i ever need a special version, i can just add overrides to the nix
<turion> Still, can anyone easily install nix & nixpkgs locally? I always used su so far.
<bahamas> since you brought the subject, does anyone have a complete nix setup for yesod that works and doesn't use stack at all?
<clever> turion: if your current user owns /nix, it can install without sudo present
<clever> turion: so you can just make and chown an empty /nix dir, and then run the install.sh from the website
<turion> clever: But how would an unprivileged user even create /nix?
<Zer0xp> My bad. Does anyone know how to set up Polybar in Plasma ?
<turion> bahamas: Ooohhh, what an evil thing to ask.
<clever> turion: nix-user-chroot can do it with namespaces
<bahamas> turion: why?
cinimod` has joined #nixos
<turion> Ok, that's something new I haven't heard about yet...
<turion> clever: From github: "Note that this is not available for unprivileged users in some Linux distributions such as Red Hat Linux, CentOS and Archlinux when using the stock kernel"
<turion> bahamas: Because stack and Yesod developers overlap to a great amount? ;) I'm just joking. It's a great question, and I hope the answer is yes!
<Unode> Hi all, does nixos have any userlevel systemd target that can be depended upon for user services that need to launch GUI apps (need access to X)?
<clever> turion: debian removed the ability to use usernamespaces
cinimod has quit [Ping timeout: 268 seconds]
bahamas has quit [Quit: leaving]
DariusTheMede has quit [Ping timeout: 245 seconds]
veske has quit [Quit: This computer has gone to sleep]
veske has joined #nixos
meck has quit [Quit: WeeChat 2.5]
meck has joined #nixos
<adisbladis> Unode: There are a few services like that
<adisbladis> Take unclutter for one
<turion> clever: So there is no good way to install nix locally in this case? What about macOS and Windows?
<Unode> adisbladis: thanks I'll have a look
<clever> turion: mac has no real chroot or namespace mechanisms, but once you own /nix its the same as linux
<clever> turion: windows is a much bigger mess and doesnt have a really usable nix yet
<clever> turion: but linux can cross-compile to windows
<gchristensen> (only works a little bit)
<turion> clever: Well, stack works without touching / or su rights, and on windows. As long as these features don't exist for nix, I won't switch, I'm afraid
bakakuna has quit [Read error: Connection reset by peer]
bakakuna has joined #nixos
DariusTheMede has joined #nixos
<turion> Even though nix is of course the better solution in principle.
szicari has quit [Ping timeout: 258 seconds]
szicari has joined #nixos
<{^_^}> [nixpkgs] @SimonSapin opened pull request #65303 → cbindgen: Disable tests rather than abusing RUSTC_BOOTSTRAP → https://git.io/fjDOx
<turion> clever: Cross-compiling is not enough for me, I want Windows and macOS users be able to build/hack/use my library
pmiddend has quit [Ping timeout: 252 seconds]
Hedgework has quit [Quit: ZNC - http://znc.in]
bakakuna has quit [Read error: Connection reset by peer]
<adisbladis> aria: Hm, I wonder why our clean-env patch is not upstream
bakakuna has joined #nixos
<aria> adisbladis: what does it even do? I just commented it out when it failed
<Thra11> clever: Thanks!
<adisbladis> aria: There is a comment in the patch: "Dump temacs in an empty environment to prevent -dev paths from ending up in the dumped image"
<adisbladis> So it's about reducing the closure size of emacs
<aria> ah ok thanks
mexisme_ has joined #nixos
mexisme_ has quit [Ping timeout: 252 seconds]
buckley310 has quit [Remote host closed the connection]
iyzsong has quit [Remote host closed the connection]
iyzsong has joined #nixos
bakakuna has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @globin merged pull request #65266 → rubocop: 0.72.0 -> 0.73.0 → https://git.io/fjM5p
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/fjD3E
<adisbladis> aria: http://ix.io/1Pg9
veske has quit [Quit: This computer has gone to sleep]
<aria> adisbladis: if that's a working patch please post it in the issue and I'll push it tomorrow!
<{^_^}> [nixpkgs] @alexeymuranov opened pull request #65304 → [19.03] flashplayer: 32.0.0.207 -> 32.0.0.223 (cherry-picked from master) → https://git.io/fjD3w
<{^_^}> [nixpkgs] @mmahut closed pull request #64910 → [WIP] unzip: CVE-2019-13232 (release-19.03) → https://git.io/fj1vt
<eraserhd> If I have some scripts in my dotfiles repo, and I don't want to make a derivation for them, can I add a full path to `environment.profiles`, or is that terrible?
Guest78203 has quit [Ping timeout: 245 seconds]
bakakuna has joined #nixos
o1lo01ol1o has joined #nixos
iyzsong has quit [Ping timeout: 264 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @averelld opened pull request #65305 → wine: disable zbar in gst-plugins-bad → https://git.io/fjD3S
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
endformationage has joined #nixos
Jackneill has quit [Ping timeout: 245 seconds]
bakakuna has quit [Quit: bakakuna]
bakakuna has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #65273 → linux/kernel: enable automatic cpu hotplug support → https://git.io/fjMNb
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/fjD3F
stepcut has joined #nixos
<asymmetric> does anyone know why in a shell.nix like this, coreutils is included within a pure shell? https://github.com/dapphub/klab/blob/master/shell.nix
<asymmetric> i.e. who's pulling it in?
DariusTheMede has quit [Ping timeout: 244 seconds]
srid6390803 has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @tfc opened pull request #65306 → nodePackages.gtop: init at 1.0.0 → https://git.io/fjD3j
<asymmetric> clever: i looked at bashInteractive and i don't see mention of coreutils.. looking in the wrong place?
<clever> asymmetric: coreutils is probably part of the stdenv too
<asymmetric> clever: yeah it is, but i thought that would only be available at package build time. so does it mean that anything in stdenv doesn't need to be declared in a shell.nix?
<asymmetric> e.g. gcc
<clever> asymmetric: yeah, the stdenv supplies a lot of things by default
<asymmetric> clever: and they're available to the nix-shell too, right?
<asymmetric> at least that's what it seems
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DariusTheMede has joined #nixos
seanparsons has quit [Ping timeout: 245 seconds]
Jackneill has joined #nixos
bakakuna has quit [Ping timeout: 246 seconds]
Drakonis has joined #nixos
anton_ has quit [Remote host closed the connection]
<psyanticy> hey @ln7l . woumd you please share your opinion concerning this : https://github.com/NixOS/nixpkgs/pull/65166
<{^_^}> #65166 (by PsyanticY, 3 days ago, open): [WIP] vault: update packaging to include the UI
<psyanticy> @lnl
<LnL> what's up?
<psyanticy> would you please share your opinion concerning this : https://github.com/NixOS/nixpkgs/pull/65166
<{^_^}> #65166 (by PsyanticY, 3 days ago, open): [WIP] vault: update packaging to include the UI
Zer0xp has quit [Ping timeout: 246 seconds]
drakonis_ has quit [Ping timeout: 276 seconds]
seanparsons has joined #nixos
<LnL> right, I agree we shouldn't drop the source build
<psyanticy> what about adding a package called vault-bin is that an option that we can go with ?
<LnL> yeah that or a single one with an override, but they'll probably diverge too much
pie_ has quit [Ping timeout: 252 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/01422520124 (from 47 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jumblemuddle has joined #nixos
<jumblemuddle> Is there a better way of wrapping a function to set an attribute than this? (`args: (f (args // {attr = "value"}))`)
<psyanticy> Ok then i ll add a separate one. For the module is it ok to add an option for ui (and set it to false on default) or that would be not that needed
<LnL> a package option is more common
shomodj_ has joined #nixos
<LnL> I would add that instead and mention the ui in the description
shomodj has quit [Ping timeout: 258 seconds]
<infinisil> jumblemuddle: callPackage allows you to do this with .override
<infinisil> Assuming you have default arguments
<infinisil> And it makes sense for your usecase..
shomodj has joined #nixos
<infinisil> Or rather, makeOverridable
<infinisil> > fun = makeOverridable ({ a, b ? 10 }: a + b) { a = 0; }
<{^_^}> error: undefined variable 'makeOverridable' at (string):98:8
<infinisil> > fun = lib.makeOverridable ({ a, b ? 10 }: a + b) { a = 0; }
<{^_^}> fun defined
<jumblemuddle> Well, I'm not sure my usecase makes sense in the first place. There's a module/package which is only in the unstable channel; I'm trying to import only that from the unstable channel and use it: http://sprunge.us/ODDkTC.
<infinisil> > fun
<{^_^}> 10
<infinisil> > fun.override { a = 5; }
<{^_^}> value is an integer while a set was expected, at (string):255:1
<infinisil> Damnit
<infinisil> > fun = lib.makeOverridable ({ a, b ? 10 }: { result = a + b; }) { a = 0; }
<{^_^}> fun defined
<infinisil> > fun.result
<{^_^}> 10
<infinisil> > (fun.override { a = 5; }).result
<{^_^}> 15
<infinisil> There
shomodj_ has quit [Ping timeout: 272 seconds]
<infinisil> jumblemuddle: Hm yeah with modules this is a bit more tricky
moet has quit [Ping timeout: 245 seconds]
<infinisil> jumblemuddle: Ah, you don't need to override any arguments
<infinisil> jumblemuddle: You can just do `imports = [ <unstable/nixos/modules/services/misc/jellyfin.nix> ]`
<psyanticy> @lnl there is already a package option so we are good. thank you :)
<jumblemuddle> The module uses a package that doesn't exist though. I get an error if I don't override `pkgs`.
<infinisil> jumblemuddle: Then you need to add an overlay that adds that package
<jumblemuddle> Oh, how does that work? (Link to docs?)
<infinisil> ,overlay jumblemuddle
<{^_^}> jumblemuddle: Overlays look like `self: super: { foo = ...; }`. Use the self argument to get dependencies, super for overriding things and library functions (including callPackage). More info: https://nixos.org/nixpkgs/manual/#sec-overlays-install
<jumblemuddle> That would make the package available everywhere and not just inside the module, right?
<infinisil> Well for your case you want to set `nixpkgs.overlays = [ (self: super: { jellyfin = ...; }) ];`
<infinisil> Yeah
<jumblemuddle> Cool, thanks
<infinisil> jellyfin = (import <unstable> {}).jellyfin
<infinisil> Or even: `self: super: { inherit (import <unstable> {}) jellyfin; }`
<jumblemuddle> Perfect; must cleaner. Thanks! :)
<infinisil> Np :)
liberiga has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/556fbb79591 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
jumblemuddle has quit [Remote host closed the connection]
anon has joined #nixos
orivej has joined #nixos
anon is now known as Guest30683
DariusTheMede has quit [Ping timeout: 248 seconds]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
wfranzini has quit [Remote host closed the connection]
DariusTheMede has joined #nixos
stites has joined #nixos
Hedgework has joined #nixos
erasmas has joined #nixos
<stites> I can't seem to get an old version of numpy to be visible as an import to python36 from python.withPackages. Is numpy somehow a special package in nixos? I did notice that everything is fine if I include numpy as a top-level package (not via python36.withPackages)
dejanr has joined #nixos
<dejanr> hi, is anyone using https://api.github.com/users/:user/keys to fetch his pub keys, and set nixos authorizedKeys.keys with it? i am stuck with a part where i want to transform json array to nix list
hmpffff has joined #nixos
<adisbladis> stites: Can you paste your expression?
<dejanr> what i want is at every nixos-rebuild switch fetch github keys, and update user authorized keys
<adisbladis> dejanr: You don't need to, you can use builtins.fromJSON or lib.importJSON
<adisbladis> dejanr: This is obviously impure, but should do the trick: builtins.map (x: x.key) (lib.importJSON (builtins.fetchurl "https://api.github.com/users/adisbladis/keys"))
<dejanr> ok thx, i could also then map over it, cool
<dejanr> fetchurl also supports md5 if called with url and md5?
<dejanr> builtins.map (x: x.key) (lib.importJSON (builtins.fetchurl { url = "https://api.github.com/users/adisbladis/keys"; md5 = "asd"; ))
<infinisil> Don't use md5
<infinisil> Use sha256 instead
<adisbladis> What infinisil said :)
<infinisil> Nix should probably deprecate md5 support really
<dejanr> cool thanks
ng0 has quit [Quit: Alexa, when is the end of world?]
o1lo01ol1o has quit [Remote host closed the connection]
ng0 has joined #nixos
o1lo01ol1o has joined #nixos
<infinisil> Ah relevant is https://github.com/NixOS/nix/issues/802
<{^_^}> nix#802 (by copumpkin, 3 years ago, open): Is it time to deprecate md5?
<stites> adisbladis: Here's a screenshare (I'm pinning nix so I'm not sure if it's important to pastebin it) https://i.imgur.com/RRgLyi0.png
<stites> pastebin the code*
<stites> oddly, both python versions are the same and neither have numpy in their lib/python3.6/site-packages
<stites> oops -- by "both versions of python are the same" I mean, they both point to the same python binary in the /nix/store
Tucky has quit [Quit: WeeChat 2.5]
<Thra11> When run with --max-freed, what order does nix-collect-garbage delete dead store paths in?
<clever> Thra11: invalid paths first (those not in db.sqlite), then everything else in random order
<clever> until it hits the quota
<Thra11> clever: I don't suppose there's a way to influence the order? When I'm making experimental changes, I end up generating a lot of 'failed' intermediate stuff. When I run out of space, I'd rather delete that than delete e.g. a source archive which I will immediately re-fetch.
<Thra11> (I know you can delete specific paths with nix-store, but I'd have to keep track of which paths to delete)
<clever> Thra11: `nix-store --delete /nix/store/foo` to target a specific thing and nothing else
<clever> Thra11: you can use wildcards to, for x in /nix/store/*name-1.3; do nix-store --delete $x; done
<clever> Thra11: are the failed things valid store paths, or builds that fail to finish?
<DariusTheMede> I'm not really loving nix-pills - is there something else I can read
<sphalerite> DariusTheMede: the nix source code :p
<stites> adisbladis: nevermind -- I think it has to do with the pinned version of numpy
<stites> I can't reproduce this in unstable
<DariusTheMede> sphalerite: the source code is C++?
<sphalerite> DariusTheMede: yes
<DariusTheMede> That means I would have to learn C++
<Thra11> clever: valid store paths, such as /nix/store/...-nixpkgs and lots of /nix/store/*.drv
<clever> Thra11: simplest thing then is the for loop in bash, and dont use --force
<Thra11> clever: Technically the *simplest* thing is just to run nix-collect-garbage, then watch it fetch them all again :p
<Thra11> Most of them are fetched from the remote build server anyway
<clever> Thra11: you could also look into auto gc
<clever> Thra11: if i go under 3gig free, it will run nix-collect-garbage --max-freed automatically, targeting 6gig free
<Thra11> Although ironically, I don't think it really *needs* to copy the source archives onto this machine, given that max-jobs is 0. But it thinks it does
mexisme_ has joined #nixos
<clever> Thra11: nix needs the deps locally before going out to a build slave
<Thra11> clever: what for exactly?
<Thra11> I believe it's an artifact of the way the system is set up, rather than an actual necessity?
<clever> Thra11: nix doesnt know what the remote machine has, or even which remote machine its going to use, until after it has fetched all of the inputs
<Thra11> clever: but it's fetching most of the input from the remote machine
<clever> Thra11: it may also be trying to build the fixed-output drv, on the slave
<clever> and it doesnt know it will be copying it back up to that machine yet
<Thra11> If the builder, acting as a binary cache, had the final output ready-built, it doesn't bother transferring the sources to the local machine.
<clever> Thra11: if its configured as a cache (not just a build slave), yeah, it can skip ahead
mexisme_ has quit [Ping timeout: 264 seconds]
cinimod` has quit [Ping timeout: 246 seconds]
<Thra11> clever: but it will still never say, "No, I don't have x. Hang on a sec while I build it", so you always end up getting the sources first, even though you don't need them, it does
<dejanr> adisbladis: that worked great, thanks again https://gist.github.com/dejanr/967aaa13f8be1deed3e1239e18a2bd6d
<Thra11> However, I believe the order is roughly 1. Check if binary caches have x. 2. Get the means to build x. 3. See if anyone can build x.
dejanr has quit [Quit: WeeChat 2.5]
carlosdagos has quit [Ping timeout: 245 seconds]
<Thra11> By the time we get to 3, we've already wasted our time, bandwidth and disk space
selfsymmetric-pa has joined #nixos
<clever> Thra11: basically, it will start at the thing you want to build, and check for it on caches
<clever> if it cant find that, it will (recursively) check the deps of it
<clever> and once that phase is done, it will tell you what its fetching from a cache, and what it wants to build
<clever> then, in the reverse order (deps first), it will build them (possibly on a build slave)
<clever> if your build slave is not a cache, it will fetch the deps for a thing the slave already built
<clever> then (try to) copy those deps to the slave
<clever> then copy the already built product back
<Thra11> clever: I think that case is a little quirkly, but to be expected. I'm more interested in the case where the builder is a binary cache (/substituter)
<clever> Thra11: you may also want to double-check that your not depending on something at runtime
<clever> then it has to always download it, even after its built
<clever> nix-store -qR
<Thra11> clever: Yes I understand that. It's mainly large source archives I'm thinking about (although of course compilers are sometimes only needed at build time, sometimes also at runtime)
ubert has quit [Quit: Leaving]
<clever> Thra11: can you paste some logs, like when nix says "will download X and build Y" ?
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/556fbb79591 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<Thra11> clever: I'll probably open a Nix (/nixpkgs?) issue, so I can write a proper description
buckley310 has joined #nixos
<xantoz> (On git nixpkgs) I have an issue with not being able to activate the filechooser in firefox: " Can't open portal file chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.FileChooser” on object at path /org/freedesktop/portal/desktop"
<{^_^}> [nixpkgs] @costrouc closed pull request #64643 → [WIP] pythonPackages.fipy: init at 3.3 → https://git.io/fjPyO
<emacsomancer> with Nix installed on a foreign distro, I'm having trouble getting an application installed via Nix to access either locally installed fonts or fonts installed via Nix
pmiddend has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
<emacsomancer> when I try installing fontconfig in Nix and run Nix's font-cache I can see that it's only accessing Nix's dejavu-fonts-minimal
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
___laika has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #58640 → redo-apenwarr: init at unstable-2019-06-21 → https://git.io/fjkMw
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/fjDGh
<xantoz> so apparently firefox has switched to using portals for the filechooser... and I seem to be missing the dbus service for it
klntsky has quit [Remote host closed the connection]
klntsky has joined #nixos
<manveru> emacsomancer: the fonts are specified in the xorg config, afaik
<manveru> emacsomancer: usually that file is generated by nix on nixos, so that's how fonts are found
drakonis_ has joined #nixos
jabranham has joined #nixos
pmiddend has quit [Ping timeout: 276 seconds]
<manveru> on non-nixos you'll have to manually add the paths to the store or script it somehow
buckley310 has quit []
<emacsomancer> manveru: do you have examples of what this might look like?
buckley310 has joined #nixos
chloekek has joined #nixos
<manveru> emacsomancer: sorry, i was wrong, it's fontconfig
<jabranham> Hi all. I'm trying to get nix repl to list all available kernels following instructions here (https://nixos.wiki/wiki/Linux_kernel). However, the pkgs.linuxPackages step fails and complains about unfree packages. I don't want to list packages with unfree licenses, can I tell it somehow to just ignore those?
<manveru> somehow had X11 in mind :)
Drakonis has quit [Ping timeout: 245 seconds]
asheshambasta has quit [Ping timeout: 252 seconds]
<emacsomancer> manveru: oh! so it literally specifies fonts in fontconfig
<manveru> jup
<emacsomancer> not just, say, default serif fonts &c.
<emacsomancer> that's what you meant by 'scripting it', I suppose, in the sense of some way of automatically modifying the file
<manveru> you could also use home-manager i think, it has a fontconfig option
buckley310 has quit [Quit: leaving]
<manveru> well, paths like `~/.nix-profile/share/fonts` are made so you can install fonts via `nix-env` for example
<manveru> you could have some path of your choosing that gets created by `nix-build` and simply has links to your fonts
<manveru> there are a lot of options, you just have to pick one :)
liberiga has quit [Ping timeout: 260 seconds]
<emacsomancer> ok, thanks! I'll have to play around to see what I can get working.
wildtrees has joined #nixos
<manveru> check your existing config, there might be a path already for your $HOME
jb55 has joined #nixos
slyfox_ has joined #nixos
slyfox has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @kalbasit opened pull request #65308 → buildBazelPackage: autodetect nix toolchain instead of Xcode on Darwin → https://git.io/fjDZW
webster23 has joined #nixos
lovesegfault has joined #nixos
<emacsomancer> manveru: fontconfig needs to be installed in Nix, I assume? There's already a share/fonts/truetype directory in my ~/.nix-profile , but Nix applications don't seem to be able to access these fonts
Garbanzo has joined #nixos
<emacsomancer> or should I be doing something with my base system's ~/.config/fontconfig/fonts.conf file?
<emacsomancer> or creating a Nix-specific fontconfig/fonts.conf file somewhere ?
pie_ has joined #nixos
mmlb has quit [Ping timeout: 246 seconds]
buckley310 has joined #nixos
srid6390803 has joined #nixos
npmccallum has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
slyfox has joined #nixos
slyfox_ has quit [Ping timeout: 248 seconds]
Jackneill has quit [Remote host closed the connection]
ThatDocsLady has quit [Quit: Leaving]
zupo has joined #nixos
acarrico has joined #nixos
Shoubit has quit [Ping timeout: 258 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
MmeQuignon has joined #nixos
Neo--- has joined #nixos
___laika has quit [Ping timeout: 248 seconds]
gratto has quit [Ping timeout: 245 seconds]
___laika has joined #nixos
ToxicFrog has joined #nixos
bakakuna has joined #nixos
takeda has joined #nixos
bakakuna has quit [Read error: Connection reset by peer]
takeda has quit [Read error: Connection reset by peer]
___laika has quit [Ping timeout: 248 seconds]
veske has joined #nixos
<alienpirate5> how do I enter xorg's (specifically font-util) build environment through nix-shell?
takeda_ has joined #nixos
takeda_ has quit [Read error: Connection reset by peer]
<sphalerite> alienpirate5: `nix-shell '<nixpkgs>' -A xorg.xorgserver`
___laika has joined #nixos
<sphalerite> if you mean a shell for building the X server
<alienpirate5> you can do this?
<alienpirate5> what
<sphalerite> yes
takeda_ has joined #nixos
takeda_ has quit [Read error: Connection reset by peer]
<alienpirate5> than kyou!
<alienpirate5> * thank you
<alienpirate5> hmm
<{^_^}> [nixpkgs] @danbst opened pull request #65309 → postgresql: running `initdb` from command line now works → https://git.io/fjDnE
takeda_ has joined #nixos
takeda__ has joined #nixos
takeda__ has quit [Read error: Connection reset by peer]
takeda__ has joined #nixos
takeda__ has quit [Read error: Connection reset by peer]
nurelin_test has quit [Quit: ZNC 1.7.2 - https://znc.in]
<stites> hmm... how do i escape curly braces in a nix string?
Ptival100 has joined #nixos
<takeda_> I'm wondering if there's a proper way to generate a customized nixos image. I basically have nixos configuration, I also was able to deploy it through nixops to vbox and ec2 (it is great for testing), but I would like to generate an AMI with that configuration so machine can get up and running faster and doesn't need a reboot on provisioning
<stites> as in: write "${FILENAME:(-3)}" in a multi-line bash script
Henson has joined #nixos
Okinan has joined #nixos
<Henson> does anybody know where the source for builtins.parseDrvName is? I'm trying to figure out exactly how it works.
<takeda_> stites: I believe you can place '' (two apostrophes) in front of $
takeda__ has joined #nixos
takeda__ has quit [Read error: Connection reset by peer]
<stites> thank you takeda_!
takeda__ has joined #nixos
takeda__ has quit [Read error: Connection reset by peer]
Ptival100 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #65304 → [19.03] flashplayer: 32.0.0.207 -> 32.0.0.223 (cherry-picked from master) → https://git.io/fjD3w
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-19.03: https://git.io/fjDn9
npmccallum has joined #nixos
npmccallum has quit [Excess Flood]
karetsu has joined #nixos
<maralorn> is there way to give parameters to a module.nix included via "imports = [ module.nix ]"?
<{^_^}> [nixpkgs] @Gerschtli opened pull request #65310 → dwm-status: 1.6.0 -> 1.6.2 → https://git.io/fjDn7
spacekookie has quit [Quit: **agressive swooshing**]
spacekookie has joined #nixos
mexisme_ has joined #nixos
chreekat has joined #nixos
<karetsu> is there a gdm equivalent to ${pkgs.lightdm}/bin/dm-tool ?
ris has joined #nixos
<karetsu> I want to make user switching work but it does nothing
sellout- has joined #nixos
mexisme_ has quit [Ping timeout: 250 seconds]
domogled has joined #nixos
gratto has joined #nixos
hmpffff has quit [Quit: Bye…]
stites has quit [Remote host closed the connection]
bgamari_ is now known as bgamari
vmandela has quit [Quit: Leaving]
o1lo01ol1o has joined #nixos
chreekat has quit [Quit: quitting]
yurb has quit [Ping timeout: 252 seconds]
o1lo01ol1o has quit [Ping timeout: 248 seconds]
<edef> takeda_: heya
<edef> takeda_: Have you seen the amazon image tooling we use to build the regular NixOS AMIs?
<worldofpeace> karetsu: there's is no cli in GDM for that purpose
<karetsu> is there a dbus action?
lordcirth_ has joined #nixos
xelxebar has quit [Remote host closed the connection]
<edef> takeda_: Specifically, nixos/maintainers/scripts/ec2/amazon-image.nix and nixos/maintainers/scripts/ec2/create-amis.sh?
lordcirth has quit [Read error: Connection reset by peer]
xelxebar has joined #nixos
<worldofpeace> karetsu: yes the only other way would be using dbus-send
liberiga has joined #nixos
<karetsu> any idea what I'd be sending to DBUS to trigger a user switch?
lordcirth has joined #nixos
<worldofpeace> probably this method https://imgur.com/a/efDmpHh
<takeda_> edef: I tried, but I'm struggling a bit with it, there is a wiki page, but says it is outdated, I looked at the create-ami script in maintenance directory but has several steps
lordcirth_ has quit [Ping timeout: 276 seconds]
MmeQuignon has quit [Ping timeout: 248 seconds]
gagbo has joined #nixos
tonic1 has joined #nixos
MmeQuignon has joined #nixos
xvello has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
xvello has joined #nixos
<edef> takeda_: It boils down to uploading the image to an S3 bucket, then uploading it to S3 in VHD format, and then converting that into an EC2 disk snapshot
<edef> takeda_: And then registering an EC2 image once that's done.
<edef> takeda_: It does some extra trickery to do intra-region copying of images once it has made the first one, but there's not all that much to it overall.
<edef> takeda_: You can ignore all the pv stuff, that's for older machine types.
karetsu has quit [Ping timeout: 252 seconds]
xvello has quit [Client Quit]
mexisme_ has joined #nixos
xvello has joined #nixos
karetsu has joined #nixos
inquisitiv3 has joined #nixos
moet has joined #nixos
selfsymmetric-pa has quit [Remote host closed the connection]
<takeda_> edef: I'm assuming when generating an image I supposed to include amazon-image.nix module, but there's also one from the maintainers directory, should I use that instead?
* alienpirate5 uploaded an image: Screenshot from 2019-07-23 12-20-52.png (30KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/mlpzjgoCTjERzIeiuxuCcpwf >
<alienpirate5> what
<alienpirate5> how does this kind of thing happen
<edef> takeda_: If you import the maintainers one, it'll recursively import the other one, yesh.
<takeda_> is there a benefit of including things from maintainers one?
<{^_^}> [nixpkgs] @danbst merged pull request #65269 → x11docker: v5.4.4 -> v6.0.0 → https://git.io/fjMdF
<{^_^}> [nixpkgs] @danbst pushed 2 commits to master: https://git.io/fjDcz
fusion809 has quit [Remote host closed the connection]
<takeda_> also can I build it from os x (cross compiling perhaps?) or at least through a docker (it didn't seem to work on lnl7/nix image)
<edef> takeda_: Personally I'd probably write a small Nix file that does the make-image.nix invocation from the maintainers one, used purely for generating images, and have it include a main configuration using eval-config.nix
arahael1 has joined #nixos
<edef> takeda_: And that main config would include modules/virtualisation/amazon-image.nix
Arahael has quit [Ping timeout: 272 seconds]
<takeda_> oh I didn't know about eval-config
karetsu has quit [Quit: WeeChat 2.4]
psyanticy has quit [Quit: Connection closed for inactivity]
lordcirth_ has joined #nixos
<{^_^}> [nixpkgs] @danbst merged pull request #65122 → postgresqlPackages.timescaledb: 1.3.2 -> 1.4.0 → https://git.io/fjMGf
<{^_^}> [nixpkgs] @danbst pushed 2 commits to master: https://git.io/fjDco
<{^_^}> [nixpkgs] @vbgl opened pull request #65311 → ocamlPackages.toml: init at 5.0.0 → https://git.io/fjDcK
<{^_^}> [nixpkgs] @danbst merged pull request #65121 → postgresqlPackages.pgroonga: 2.2.0 -> 2.2.1 → https://git.io/fjMsp
<{^_^}> [nixpkgs] @danbst pushed 2 commits to master: https://git.io/fjDc6
mexisme_ has quit [Ping timeout: 245 seconds]
lordcirth has quit [Ping timeout: 276 seconds]
inquisitiv3 has quit [Ping timeout: 258 seconds]
magnetophon has quit [Remote host closed the connection]
moet has quit [Ping timeout: 246 seconds]
<takeda_> edef: so to understand it right when using eval-config, I would list the maintainers config first, then reference mine in modules attribute, correct?
lordcirth has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63677 → gst-plugins-good: Remove jack2 by default → https://git.io/fjw26
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDcN
lordcirth_ has quit [Ping timeout: 276 seconds]
<edef> takeda_: The maintainers config mostly just provides a make-image.nix invocation, you could do that yourself quite easily.
ztrawhcse is now known as elibrokeit
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #64674 → fcitx-qt5: 1.2.1 -> 1.2.3 → https://git.io/fjXvC
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjDcx
xkapastel has quit [Quit: Connection closed for inactivity]
srid6390803 has quit [Ping timeout: 248 seconds]
tonic1 has quit [Ping timeout: 252 seconds]
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
mexisme_ has joined #nixos
tonic1 has joined #nixos
<{^_^}> [nixpkgs] @jlesquembre opened pull request #65312 → clojure: 1.10.1.462 -> 1.10.1.466 → https://git.io/fjDCT
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ef4753de2aa (from 78 minutes ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ef4753de2aa (from 78 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
domogled has quit [Ping timeout: 244 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
DariusTheMede has quit [Ping timeout: 268 seconds]
mexisme_ has quit [Ping timeout: 244 seconds]
mexisme has joined #nixos
knupfer has joined #nixos
<Miyu-chan> From what I'm understanding, Flakes are basically "just" repo metadata?
jol has joined #nixos
<alienpirate5> hello all, I'm having trouble with cross compiling `fontadobe100dpi` to ARM. I'm getting an issue where the `fontutil` package is not getting detected by pkg-config. Here is something I ran to test the issue: https://hb.wrmsr.io/uwuxogahif.shell Here is the relevant log snippet: https://hb.wrmsr.io/iwasotacef.txt
<alienpirate5> I would really appreciate if someone could help me troubleshoot this issue
<Miyu-chan> > pkgs.fontadobe100dpi.fontutil.nativeBuildInputs
<{^_^}> attribute 'fontadobe100dpi' missing, at (string):255:1
<Miyu-chan> Eh.
<Miyu-chan> > pkgs.xorg.fontadobe100dpi.fontutil.nativeBuildInputs
<{^_^}> attribute 'fontutil' missing, at (string):255:1
<alienpirate5> > pkgs.xorg.fontadobe100dpi.nativeBuildInputs
<{^_^}> [ <CODE> <CODE> <CODE> <CODE> ]
<alienpirate5> wow
<alienpirate5> thanks
<Miyu-chan> > builtins.map (x: x.name) pkgs.xorg.fontadobe100dpi.nativeBuildInputs
<{^_^}> [ <CODE> <CODE> <CODE> <CODE> ]
<Miyu-chan> Wait what the fuck?
<{^_^}> [nixpkgs] @aristidb opened pull request #65314 → make nixos.stateVersion mandatory → https://git.io/fjDCg
<Miyu-chan> > :p builtins.map (x: x.name) pkgs.xorg.fontadobe100dpi.nativeBuildInputs
<{^_^}> [ "pkg-config-0.29.2" "bdftopcf-1.1" "font-util-1.3.1" "mkfontscale-1.2.1" ]
<alienpirate5> <CODE> <CODE>
<Miyu-chan> Okay, that's actually weird. Seems like font-util is in nBI. Can't help with that lol
xkapastel has joined #nixos
<{^_^}> [nixpkgs] @GRBurst opened pull request #65315 → protonmail-bridge: 0.1.5 -> 0.1.6 → https://git.io/fjDCa
<Miyu-chan> I don't do cross-compilation at all, so you'll have to wait for someone who knows more about it.
<Miyu-chan> ...holy crap. The flakes RFC changes a looooot
<alienpirate5> what is it?
<Miyu-chan> I don't understand it that much either, but seems like it's repo metadata.
suvash_away has joined #nixos
inquisitiv3 has joined #nixos
<{^_^}> [nixpkgs] @aristidb pushed commit from @r-ryantm to master « geekbench: 4.3.3 -> 4.4.0 (#65080) »: https://git.io/fjDCM
<{^_^}> [nixpkgs] @aristidb merged pull request #65080 → geekbench: 4.3.3 -> 4.4.0 → https://git.io/fjMUo
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c4fec1c6314 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
civodul has joined #nixos
<{^_^}> [nixpkgs] @aristidb merged pull request #65031 → mathematica: 11.3.0 -> 12.0.0 → https://git.io/fj19G
<{^_^}> [nixpkgs] @aristidb pushed commit from @herberteuler to master « mathematica: 11.3.0 -> 12.0.0 (#65031) »: https://git.io/fjDCy
Jackneill has joined #nixos
inquisitiv3 has quit [Quit: Leaving]
<takeda_> edef: apologies, but I'm still struggling, I am familiar somewhat with nixpkgs but nixos is still somewhat a black magic, so could you tell me how those pieces (eval-config, make-disk-image, amazon-image + my config supposed to be connected) and then how to invoke them in the end with nix-build?
<{^_^}> [nixpkgs] @veprbl closed pull request #63843 → Mathematica: 11.3.0 -> 12.0.0 → https://git.io/fjrjG
<{^_^}> [nixpkgs] @veprbl closed pull request #63620 → mathematica: 11.3 -> 12.0 → https://git.io/fjwte
<edef> takeda_: it's nearly 1AM here so i'm a little tired
veske has quit [Quit: This computer has gone to sleep]
<takeda_> ah, sorry then had no idea
<edef> takeda_: i'll give it a shot in a bit, my laundry isn't done washing yet anyhow
<{^_^}> [nixpkgs] @aristidb merged pull request #65281 → coqPackages.equations: 1.2beta2 -> 1.2 → https://git.io/fjMh9
<{^_^}> [nixpkgs] @aristidb pushed commit from @vbgl to master « coqPackages.equations: 1.2beta2 -> 1.2 (#65281) »: https://git.io/fjDCb
<aristid> FYI, I want to change stateVersion: #65314
<{^_^}> https://github.com/NixOS/nixpkgs/pull/65314 (by aristidb, 17 minutes ago, open): make nixos.stateVersion mandatory
<edef> Oh boy.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b4522d230ee (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
liberiga has quit [Ping timeout: 260 seconds]
<infinisil> Miyu-chan: Oh boy, github just gave me a "This page is taking way too long to load." for https://github.com/NixOS/rfcs/pull/49 (worked on the second try though)
<{^_^}> rfcs#49 (by edolstra, 1 week ago, open): [RFC 0049] Flakes
Drakonis has joined #nixos
<{^_^}> [nixpkgs] @aristidb merged pull request #65297 → pythonPackages.scrapy: 1.7.1 -> 1.7.2 → https://git.io/fjDtG
<{^_^}> [nixpkgs] @aristidb pushed commit from @marsam to master « pythonPackages.scrapy: 1.7.1 -> 1.7.2 (#65297) »: https://git.io/fjDCA
pie_ has quit [Remote host closed the connection]
<eyJhb> Can anybody help me with how to compile this doc?
yurb has joined #nixos
dejanr has joined #nixos
mac10688 has joined #nixos
o1lo01ol1o has joined #nixos
alanz has joined #nixos
<{^_^}> [nix] @kenahoo opened pull request #3005 → Mention that Nix isn't currently working in Docker → https://git.io/fjDWv
<dejanr> hi, does anyone have a good setup of pass (password store), and gpg, so that gpg agent is connected with x11 session, goal is to not having gpg agent prompting me for password when i am logged inside x11
o1lo01ol1o has quit [Ping timeout: 248 seconds]
Thra11 has quit [Quit: WeeChat 2.5]
<simpson> I'm not at my community GitHub login, but nix/nix#3005 looks bogus (and kenahoo isn't on IRC). `FROM nixos/nix` should still work fine.
lordcirth_ has joined #nixos
srid6390803 has joined #nixos
lordcirth has quit [Ping timeout: 276 seconds]
Henson has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<immae> dejanr: can you be more precise? I have a setting that I appreciate that works well with X11 and non-X11, but I’m not sure I understand what you want
<dejanr> immae: currently when i use pass, i have to type gpg passphrase every so often, i would like to unlock and lock my gpg agent with the x11 session, so when i login via lightdm my gpg agent is also unlocked
<dejanr> and i dont have to type gpg passphrase anymore
<worldofpeace> sounds like something gnome-keyring would do in GNOME
<tilpner> dejanr: Have you considered using default-cache-ttl and max-cache-ttl to reduce the number of times you need to enter it, without leaving it unlocked indefinitely?
lordcirth has joined #nixos
<immae> dejanr: ah right I misunderstood your concern, I cannot help with that
<dejanr> tilpner: yes that would be one thing to try, but doesnt solve it
<dejanr> i think i need something like this https://github.com/cruegge/pam-gnupg
moet has joined #nixos
lordcirth_ has quit [Ping timeout: 276 seconds]
<tilpner> dejanr: If you set the TTL to a few hours, it should only be a minimal bother
lordcirth_ has joined #nixos
inquisitiv3 has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/ef4753de2aa (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b4522d230ee (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<inquisitiv3> Is there any way to connect to networks using NetworkManager in Plasma without specifying them in a Nix configuration_
<inquisitiv3> ?
<adisbladis> inquisitiv3: Yeah, you can use the networkmanager gui in plasma
Jackneill has quit [Remote host closed the connection]
<inquisitiv3> adisbladis: Do I need to have wireless networking enabled in my configuration.nix?
lordcirth has quit [Ping timeout: 276 seconds]
<inquisitiv3> For that ^
dl4mfo has joined #nixos
<dejanr> worldofpeace: so i just need gnome-keyring service? i use i3 without desktop environment
<dejanr> worldofpeace: i would give it a try
<adisbladis> inquisitiv3: You need networkmanager enabled https://nixos.org/nixos/manual/index.html#sec-networkmanager
<makefu> inquisitiv3: most probably, yes. but you do not need to configure all wireless networks declaratively. instead you could have it handled statefully by the networkmanager service
pamplemousse has joined #nixos
o1lo01ol1o has joined #nixos
knupfer has quit [Ping timeout: 250 seconds]
<inquisitiv3> adisbladis: Thanks! That part answer my question. That part should probably be linked from the `Wireless` section.
turion has quit [Ping timeout: 252 seconds]
shibboleth has joined #nixos
wfranzini has joined #nixos
chloekek has quit [Ping timeout: 258 seconds]
tonic1 has quit [Ping timeout: 264 seconds]
pamplemousse has quit [Ping timeout: 272 seconds]
takeda_ has quit [Remote host closed the connection]
takeda has joined #nixos
<{^_^}> [nixpkgs] @kalbasit opened pull request #65316 → Nixpkgs fix moto collision → https://git.io/fjDWb
betawaffle has quit [Ping timeout: 258 seconds]
__monty__ has quit [Quit: leaving]
<kalbasit> FRidh: re https://github.com/NixOS/nixpkgs/issues/65287#issuecomment-514387839 any pointer for finding the offending package?
dejanr has quit [Quit: WeeChat 2.5]
pie_ has joined #nixos
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos
pie_ has quit [Remote host closed the connection]
MmeQuignon has quit [Ping timeout: 246 seconds]
pie_ has joined #nixos
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos
hmpffff has joined #nixos
MmeQuignon has joined #nixos
pie_ has quit [Remote host closed the connection]
nDuff has joined #nixos
pie_ has joined #nixos
virus_dave has quit [Quit: virus_dave]
pie_ has quit [Remote host closed the connection]
<nDuff> Would it be accurate to say that it's categorically safe to call unsafeDiscardStringContext on the result of a hash function (where the disallowed reference is input to that hash)?
MmeQuignon has quit [Ping timeout: 258 seconds]
MmeQuignon has joined #nixos
pie_ has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
strobelight has quit [Ping timeout: 250 seconds]
adamantium has joined #nixos
<adamantium> I'm trying to declare boot.loader.grub.mirroredBoots and i'm not sure how to format it proper. Playing around with the example, I have this so far, but it doesn't look correct to me: http://ix.io/1PhY/nix . Help?
pie_ has quit [Client Quit]
pie_ has joined #nixos
DariusTheMede has joined #nixos
moet has quit [Ping timeout: 245 seconds]
<worldofpeace> ,help
<{^_^}> Use `,` to list all commands, `,foo = Foo!` to define foo as "Foo!", `,foo =` to undefine it, `,foo` to output "Foo!", `,foo somebody` to send "Foo!" to the nick somebody
<worldofpeace> ,
<{^_^}> Special commands: find tell locate expand - Commands sorted by use count, page 0 (use ,<n> to view page <n>): tofu help libraries unstable unfree library escape'' declarative ping escape" overlay pinning profiling pr ask -a callpackage howoldis imperative which-channel cache xy exec wololo fancy-uninstall nixlang++ pills ifd paste channels home-manager loot stateversion haskell stuck tias timer pointers pure-eval runtimedeps botsnack cloak dontask
DariusTheMede has quit [Ping timeout: 272 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<edef> nDuff: If you cannot recover the path from the string, then yes.
<edef> nDuff: I'd say passing through a cryptographically secure one-way function counts.
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
eagle2com has joined #nixos
eagle2com has left #nixos [#nixos]
shomodj_ has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
abathur has joined #nixos
eagle2com 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]
shibboleth has quit [Quit: shibboleth]
shomodj has quit [Ping timeout: 245 seconds]
stepcut has joined #nixos
m0rphism has quit [Ping timeout: 245 seconds]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
eagle2com has quit [Remote host closed the connection]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
Guest30683 has quit [Quit: WeeChat 2.4]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
drakonis1 has joined #nixos
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
zupo has joined #nixos
zupo has quit [Client Quit]
stepcut has quit [Remote host closed the connection]
<takeda> edef: thank you
eagle2com has joined #nixos
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
erasmas has quit [Quit: leaving]
stepcut has quit [Remote host closed the connection]
drakonis_ has quit [Ping timeout: 252 seconds]
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
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
shibboleth has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @t184256 opened pull request #65317 → python3Packages.nixpkgs: 0.2.3 -> 0.2.4 → https://git.io/fjD8q
webster23 has quit [Ping timeout: 264 seconds]
eagle2com has quit [Ping timeout: 268 seconds]
inquisitiv3 has quit [Ping timeout: 244 seconds]
<alienpirate5> hello all, I'm having trouble with cross compiling fontadobe100dpi to ARM. I'm getting an issue where the fontutil package is not getting detected by pkg-config. Here is something I ran to test the issue: https://hb.wrmsr.io/uwuxogahif.shell Here is the relevant log snippet: https://hb.wrmsr.io/iwasotacef.txt
<alienpirate5> I would really appreciate if someone could help me troubleshoot this issue
<aristid> i only now noticed the new opencollective page
<gchristensen> aristid: quite new! :)
<aristid> gchristensen: you're a very generous donor! :)
<gchristensen> nixos has done a lot for my life :)
<aristid> gchristensen: hmm, for me it hasn't really changed my life but i just think it's the correct way to do things and i want to support that :D
<aristid> (referring to https://opencollective.com/nixos )
<samueldr> alienpirate5: looks like the pkg-config hook right now only handle adding from targetOffset https://github.com/NixOS/nixpkgs/blob/abac6afe93a60c6078c7d86b93fbbace4da3b363/pkgs/development/tools/misc/pkg-config/setup-hook.sh
<alienpirate5> oh yikes
<alienpirate5> how would i fix the build error?
<aristid> gchristensen: do i understand it correctly that this will bring transparency on what the donations are spent on?
mitsuhiko has joined #nixos
<mitsuhiko> heyho. is there a way to unpack a nix archive without having to have nix installed?
<mitsuhiko> i'm trying to unpack .nar archives containing debug files
<gchristensen> aristid: that is the goal, yes :)
<aristid> gchristensen: because the lack of transparency was exactly why i had stopped contributing money to the foundation directly, so i'm really happy about this
ericsagnes has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #65085 → xygrib: init at 1.2.6.1 → https://git.io/fjMT5
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fjD8c
<{^_^}> [nixpkgs] @flokli merged pull request #65092 → Add spotifyd package and service → https://git.io/fjML4
<{^_^}> [nixpkgs] @flokli pushed 4 commits to master: https://git.io/fjD8W
adamantium has quit [Remote host closed the connection]
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
shomodj_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shomodj has joined #nixos
shomodj has quit [Client Quit]
<{^_^}> [nixpkgs] @adisbladis merged pull request #65317 → python3Packages.nixpkgs: 0.2.3 -> 0.2.4 → https://git.io/fjD8q
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/fjD8u
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/95233e1d390 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<Baughn> So after many fruitless days of debugging, I figured out why WiFi is flaky on NixOS.
<Baughn> Turns out the CRDA package isn't included in the udev rules by default.
nixnothing has joined #nixos
<nixnothing> greetings
<Baughn> And I'm in Norway atm, so there are frequencies available which aren't *allowed* using the default 'global' (aka. intersection) regime.
<Baughn> And my AP likes to use them.
<Baughn> And I aaargh.
<Baughn> ...yep yep, I'll just send a PR to fix it I think.
<nixnothing> been using for a while, but first time here, a friend converted me, my name/user is just a happy coincidence
<nixnothing> This the best place to ask a breif config question?
<{^_^}> [nixpkgs] @jonringer opened pull request #65318 → Update moto → https://git.io/fjD8S
___laika has quit [Read error: Connection reset by peer]
<nixnothing> unsure if there is anything I need to enable in configuration.nix to allow ntfs partition mounting, ntfs3g is already installed as a system package with a nixos-rebuild switch
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @nicknovitski opened pull request #65319 → ngrok: fix build on darwin → https://git.io/fjD8H
shomodj has joined #nixos
shomodj has quit [Client Quit]
Neo--- has quit [Remote host closed the connection]
wildtrees has quit [Quit: Leaving]
takeda has quit [Ping timeout: 260 seconds]
mbrgm has quit [Ping timeout: 250 seconds]
mbrgm has joined #nixos
<alienpirate5> >pkgs.hello.name
xelxebar has quit [Remote host closed the connection]
shomodj has joined #nixos
hio has quit [Quit: Connection closed for inactivity]
xelxebar has joined #nixos
adamantium has joined #nixos
nDuff has quit [Quit: zzz]
gratto has quit [Ping timeout: 258 seconds]