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
ddellacosta has quit [Ping timeout: 245 seconds]
jluttine has quit [Ping timeout: 248 seconds]
Rusty1 has joined #nixos
mexisme has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Ekleog pushed commit from @mmahut to master « gitlab: 11.10.4 -> 11.10.5 »: https://git.io/fj2LB
<{^_^}> [nixpkgs] @Ekleog pushed commit from @mmahut to release-19.03 « gitlab: 11.10.4 -> 11.10.5 »: https://git.io/fj2LR
kvda has joined #nixos
jrolfs has joined #nixos
ricekrispie has joined #nixos
jrolfs has quit [Client Quit]
alp has quit [Ping timeout: 245 seconds]
jb55 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Ekleog opened pull request #63048 → gitlab: add link to nixos test in passthru.tests → https://git.io/fj2Lo
raedah has joined #nixos
Matthieu_ has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 246 seconds]
Matthieu_ has joined #nixos
<{^_^}> [nixpkgs] @flokli closed pull request #63045 → gitlab: 11.10.4 -> 11.10.5 → https://git.io/fj2I6
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fj2L1
jgt has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lostman has quit [Quit: Connection closed for inactivity]
jgt has quit [Ping timeout: 248 seconds]
ris has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @aanderse merged pull request #63008 → svgbob: init at 2018-10-05 → https://git.io/fjgHJ
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/fj2LH
jluttine has joined #nixos
cpc26 has quit [Read error: Connection reset by peer]
cpc26 has joined #nixos
ilya-fedin has joined #nixos
kvda has joined #nixos
ym555 has joined #nixos
psy3497 has joined #nixos
gagbo has quit [Ping timeout: 248 seconds]
<iqubic> ,locate nmap
<{^_^}> Found in packages: ncat, cheat, oh-my-zsh, nmap_graphical, bash-completion
gagbo has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #62984 → redmine: 4.0.3 -> 4.0.4, 3.4.10 -> 3.4.11 → https://git.io/fjgij
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/fj2tJ
<{^_^}> [nixpkgs] @aanderse merged pull request #62988 → redmine: 4.0.3 -> 4.0.4, 3.4.10 -> 3.4.11 [backport] → https://git.io/fjgPQ
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to release-19.03: https://git.io/fj2tU
o1lo01ol1o has joined #nixos
<PyroLagus> hm, is there something equivalent in nix already? https://www.gnu.org/software/guix/manual/en/html_node/Security-Updates.html#Security-Updates
alex`` has quit [Ping timeout: 248 seconds]
alex`` has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @ghuntley opened pull request #63049 → [WIP] Windows Subsystem for Linux → https://git.io/fj2t3
madhukar has joined #nixos
<madhukar> wouldn't it be nice to be able to give a message with nix-rebuild so that we could more easily decide what to boot?
<PyroLagus> like set the menu item text for grub?
<aanderse> yeah, i think you can do that
<madhukar> kind of yeah. Only used refind before, but I expect they
<madhukar> are similar
Matthieu_ has quit [Ping timeout: 248 seconds]
<madhukar> aanderse: it's already possible?
gagbo has quit [Ping timeout: 245 seconds]
<aanderse> i thought so...
<aanderse> hmm
<madhukar> I meant "is it already possible?"
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/57132325b51 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
gagbo has joined #nixos
<NemesisD> i'm building a docker image with nix and it seems like some tool i'm using inside of it is calling something like `whoami` (I guess, it is throwing `getpwuid(): uid not found: 0`). it seems like the image is missing /etc/passwd? is there something i'm missing here?
jgt has joined #nixos
o1lo01ol1o has joined #nixos
<jackdk> pastebin your nix expr that's building the image? I usually point my dockerTools.buildImage calls at an alpine base image
<jackdk> I don't do much with containers though, so take with salt
selfsymmetric-mu has joined #nixos
<NemesisD> jackdk: oh i guess that might be it. until now i've not even used a base image, i've just loaded my executables and a few packages into what i presume is a `scratch` base image
<madhukar> aanderse: you can add a profile, which isn't the same as naming/message for a build like a commit message
Anton-Latukha has quit [Ping timeout: 248 seconds]
<NemesisD> i had to GC before i left for the coffee shop so i guess i'll be rebuilding things for a long time :(
jgt has quit [Ping timeout: 258 seconds]
cjpbirkbeck has joined #nixos
<NemesisD> i've yet to find a good way to spare my projects from garbage collection but i run out of disk space like once or twice a week
<infinisil> madhukar: aanderse: https://nixos.org/nixos/options.html#system.nixos.label
<aanderse> infinisil: yes! that is the one i was thinking of (...but too lazy to search for -_-)
InFlames has joined #nixos
<madhukar> thanks a lot! I didn't know you could search for options there o.0 looks useful
mexisme has joined #nixos
madhukar has quit [Quit: Page closed]
<PyroLagus> both label and tags are pretty cool options
mexisme has quit [Ping timeout: 245 seconds]
InFlames has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63036 → pythonPackages.flask_script: fix hash → https://git.io/fjgjd
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fj2tE
mexisme has joined #nixos
ym555_ has joined #nixos
ym555 has quit [Ping timeout: 248 seconds]
selfsymmetric-mu has left #nixos ["gone to the land of dead hiccups and extinguished light bulbs"]
<jasongrossman> Aha. That label option is interesting. I use named profiles in order to see what I'm doing on my boot menu ... but profiles have been giving me trouble when I want to gc my boot partition.
freeman42y has quit [Ping timeout: 258 seconds]
<cjpbirkbeck> jasongrossman, the gc doesn't collect old profiles?
sb0 has quit [Quit: Leaving]
<li_matrix> is the flakes feature ready for early usage
<gchristensen> no
<gchristensen> maybe for very advanced users
<gchristensen> who are comfortable reading Nix's source code
xkapastel has quit [Quit: Connection closed for inactivity]
gagbo has quit [Ping timeout: 245 seconds]
<li_matrix> iv been working on a similar behavior using dirty hacks, so Im fairly interested, looks like a lot of code landed recently and then things got more quiet, hence my question. I might give it a try today
<li_matrix> it would help my flow a lot
<jasongrossman> cjpbirkbeck: It doesn't. It collects old GENERATIONS of the main profile, but not (the boot files of) other profiles.
<jasongrossman> cjpbirkbeck: I'm talking about the initrds on the boot partition, not the things in /nix/store.
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.2)]
gagbo has joined #nixos
<o1lo01ol1o> 'LD_LIBRARY_PATH=${pkgs.libspatialindex}:$LD_LIBRARY_PATH' <- I'm trying to set the location of libspatialindex_c.so in a derivation whose build step requires it be in LD_LIBRARY_PATH; does this look like the correct way to do so?
<{^_^}> [nixpkgs] @worldofpeace closed pull request #63004 → pytest-testmon: init at 0.9.16 → https://git.io/fjg9m
jasongrossman has joined #nixos
<cjpbirkbeck> so how do you get rid of the initrds from the boot partition?
drakonis has joined #nixos
<jasongrossman> cjpbirkbeck: I don't know. It's a problem.
<jasongrossman> OK, weird. I'm trying 'export NIXOS_LABEL_VERSION="test"; nixos-rebuild switch', and nix is redownloading most of my packages, for no reason that I can see.
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cjpbirkbeck has quit [Quit: Leaving]
jgt has joined #nixos
<jasongrossman> Maybe even all of my packages.
<gchristensen> did you upgrade your channel?
cjpbirkbeck has joined #nixos
toppler has quit [Ping timeout: 245 seconds]
<jasongrossman> gchristensen: No. And unstable (which I'm on) hasn't needed an update recently.
<gchristensen> ah.
<jasongrossman> gchristensen: I mean, I updated my channel last time I switched channels, if that's what you mean. I'm not sure why "ah"!
<jasongrossman> It sure looks like nix thinks I've just switched channels.
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
jgt has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #63050 → cloud-nuke: init at 0.1.7 → https://git.io/fj2tS
<jasongrossman> I won't mind, as long as it doesn't do anything similarly strange every time I change NIXOS_LABEL_VERSION.
<gchristensen> I would be surprised
toppler has joined #nixos
<gchristensen> since the label is't used by much :)
rpg has joined #nixos
nD5Xjz has quit [Ping timeout: 246 seconds]
<jasongrossman> gchristensen: Just out of intellectual curiosity though I wonder why it's downloading anything even once, on a channel where my nix store was already up to date. Don't need to know why. Just would like to.
nD5Xjz has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #63051 → noah: init at 0.5.1 → https://git.io/fj2tH
<jasongrossman> I see it's downloading slightly old versions of things. I guess it's using stable, i.e. not using the correct channel.
<jasongrossman> This is slow to test properly on my main machine. If I have time later I'll use a VM or something to test it more thoroughly.
o1lo01ol1o has quit [Remote host closed the connection]
kim0 has quit [Quit: Connection closed for inactivity]
pinote has joined #nixos
kvda has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #63002 → pythonPackages.flask_migrate: 2.3.1 -> 2.5.2 → https://git.io/fjgSm
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fj2tp
<jasongrossman> Temporary conclusion in case anyone searches the logs for information on this: there seems to be SOME sort of bug when NIXOS_LABEL_VERSION is set to something other than the default.
rpg has quit [Ping timeout: 245 seconds]
gagbo has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
duoi has quit [Remote host closed the connection]
gagbo has joined #nixos
duoi has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
pinote has left #nixos ["Leaving"]
nD5Xjz_ has joined #nixos
InFlames has joined #nixos
nD5Xjz has quit [Ping timeout: 248 seconds]
jgt has joined #nixos
jb55 has joined #nixos
nD5Xjz has joined #nixos
cjpbirkbeck has quit [Quit: Leaving]
nD5Xjz_ has quit [Ping timeout: 248 seconds]
jgt has quit [Ping timeout: 252 seconds]
cjpbirkbeck has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
ericsagnes has quit [Quit: WeeChat 2.4]
cjpbirkbeck has quit [Quit: Leaving]
dansho has quit [Read error: Connection reset by peer]
dansho has joined #nixos
ericsagnes has joined #nixos
cjpbirkbeck has joined #nixos
jasongrossman has quit [Ping timeout: 246 seconds]
dbmikus has quit [Quit: WeeChat 2.4]
domogled has joined #nixos
cjpbirkbeck has quit [Quit: Leaving]
drakonis has quit [Read error: Connection reset by peer]
ericsagnes has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @kalbasit opened pull request #63052 → bazel: fix nix-hacks.patch with the latest version of Bazel → https://git.io/fj2q0
alex`` has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<PyroLagus> the manuals really need to be cleaned up and updated. they're good, but there's quite a few typos, and some info seems very out of date
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/49dc8087a20 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
gagbo has quit [Ping timeout: 268 seconds]
gagbo has joined #nixos
<mjrosenb> so, I finally have some time-- does anyone know about haskell? I'm trying to get ghcjs installed, and it isn't what I'd call happy.
<PyroLagus> is there any reason why vscode isn't built from source? then it wouldn't need the unfree flag either
<PyroLagus> seems weird to me
ericsagnes has joined #nixos
<{^_^}> #26698 (by Profpatsch, 1 year ago, open): Build VSCode from Source
<ivan> "Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations (including source code), released under a traditional Microsoft product license." https://code.visualstudio.com/docs/supporting/faq#_is-vs-code-free
<ivan> heh is vscodium also not built from source
<PyroLagus> nope
<PyroLagus> nobody seems to have bothered to build either (vs)code or vscodium from source
<PyroLagus> the vscode source is definitely MIT as well
cjpbirkbeck has joined #nixos
jgt has joined #nixos
jasongrossman has joined #nixos
<jasongrossman[m]> mjrosenb: There are lots of Haskell people in this channel... only not at the moment, apparently.
<jasongrossman[m]> mjrosenb: So ask again later.
<mjrosenb> jasongrossman[m]: that's my plan.
jgt has quit [Ping timeout: 250 seconds]
<jasongrossman[m]> :)
gagbo has quit [Ping timeout: 248 seconds]
gagbo has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> hey out there
<fresheyeball> I got postgresT to build mostly
<fresheyeball> but tests do not pass
<fresheyeball> I could easily just use dontCheck to get past this
<fresheyeball> but I would rather see the tests pass
<fresheyeball> so I need to provide postgresql to this haskell package so its available durring it's testing
<cjpbirkbeck> so NIXOS_LABEL is suppose to override system.nixos.label or am i mistaken?
<cjpbirkbeck> NIXOS_LABEL_VERSION contains the version, right?
<Gopal[m]> can anyone help me with this?
<Gopal[m]> > so I'm running awesomewm with lightdm. Wire-Desktop crashes when I try to restore a backup with the error: no Glib schmas are installed on the system
<{^_^}> error: syntax error, unexpected WITH, expecting ')', at (string):254:26
reinhardt has joined #nixos
gagbo has quit [Ping timeout: 258 seconds]
gagbo has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #63053 → kythe: 0.0.28 -> 0.0.30 → https://git.io/fj2qH
<jackdk> Gopal[m]: seems similar to https://github.com/NixOS/nixpkgs/pull/61738 ?
<{^_^}> #61738 (by endgame, 3 weeks ago, merged): arandr: Stop crashing when trying to open dialog boxes
marusich has joined #nixos
<Gopal[m]> <jackdk "Gopal: seems similar to https://"> Yeah I think it is.
<jackdk> see also: links to "ongoing issue" that's the GSettings stuff in general, and links to wip docs
<jackdk> also: this is the fun stuff you learn by reviewing and testing nixpkgs PRs, which I recommend. It's fun.
cjpbirkbeck has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @kalbasit opened pull request #63054 → bazel-watcher: 0.9.1 -> 0.10.3 → https://git.io/fj2qp
cjpbirkbeck has joined #nixos
<Gopal[m]> <jackdk "also: this is the fun stuff you "> it would be fun but I don't know any nix :(
reinhardt has quit [Quit: Leaving]
<jackdk> that was more of a general PSA. It takes time, and you can pick up a lot by osmosis
<Gopal[m]> one more thing, is there a binary version of libreoffice? `libreoffice-fresh` seems to build from source
o1lo01ol1o has joined #nixos
<Gopal[m]> yeah I've been trying to learn but eveytime I start, nix just overwhelms me which is why I've been constantly moving between nixos and arch
jb55 has quit [Ping timeout: 256 seconds]
nikola_i has joined #nixos
o1lo01ol1o has quit [Ping timeout: 248 seconds]
fresheyeball has quit [Quit: WeeChat 2.4]
cjpbirkbeck has quit [Quit: Leaving]
Rusty1 has quit [Quit: Konversation terminated!]
<nikola_i> hi, does any one use steam with nvidia prime as mentioned here https://nixos.wiki/wiki/Nvidia. How to use the script primerun.sh for launching on a pergame basis. It keeps asking for sudo password.
<Gopal[m]> jackdk: can you point me the source of one nix file? like what something like services.xserver.libinput.enable = true actually does?
<jackdk> I don't know that nixos configgy stuff very well. packaging for simple (to build) programs might be a good starting point: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/hello/default.nix
ks0ne has quit [Ping timeout: 272 seconds]
<jackdk> I've also heard people recommend reading the nix/nixos/nixpkgs manuals in a circle as they all fill out bits of information. I think nix pills builds up some of the machinery nixpkgs uses, so following that series might help too, but I read it later
<Gopal[m]> Is there a reference of all the options inside stdenv or lib?
nD5Xjz has quit [Ping timeout: 245 seconds]
<Ashy> Gopal[m]: man configuration.nix
<Ashy> also the manuals mebtioned above
<jackdk> there might be some stuff in nixpkgs manual for that. I often find myself source-diving, and getting good at grep
gagbo has quit [Ping timeout: 248 seconds]
mexisme has quit [Ping timeout: 244 seconds]
<Ashy> yeah check out the nixpkgs repo and use ripgrep too
nD5Xjz has joined #nixos
<Ashy> Gopal[m]: I'm about 6 months in to using nixos on my main machines and consider myself intermediate at best
endformationage has quit [Ping timeout: 248 seconds]
<Gopal[m]> <Ashy "Gopal: man configuration.nix"> `configuration.nix` contains all standard options no? I'm asking for options like lib.mkDefault or lib.mkForce and a reference of what they actually do?
<Ashy> it's worth it though, nixos is onto something amazing that the whole industry is struggling with atm
gagbo has joined #nixos
<Ashy> snap, Flatpak, kube and orchestration in general
<Ashy> Gopal[m]: there's a function reference in one of the manuals
<{^_^}> [nixpkgs] @kalbasit merged pull request #63054 → bazel-watcher: 0.9.1 -> 0.10.3 → https://git.io/fj2qp
<{^_^}> [nixpkgs] @kalbasit pushed 3 commits to master: https://git.io/fj2mL
<Ashy> Gopal[m]: there's 3 manuals, flick through them all at the same time: nixos, nixpkgs, nix
<jackdk> probably not all of them (grep-fu is a good life skill), but it's a start
<Gopal[m]> oh thank you :D
<Gopal[m]> I'll spend the day going through them
jgt has joined #nixos
jgt has quit [Ping timeout: 248 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/bfb5209dc59 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
gagbo has quit [Ping timeout: 248 seconds]
mexisme has joined #nixos
zupo has joined #nixos
gagbo has joined #nixos
dansho has quit [Ping timeout: 245 seconds]
dansho has joined #nixos
fusion809 has quit [Remote host closed the connection]
sb0 has joined #nixos
jgt has joined #nixos
palo1 has joined #nixos
<Gopal[m]> Has anyone tried to build a compton package for the tryone144 fork? You know the one with dual kawase blur?
<ar1a> can i have someone have a look at #62939? it's just a short 20 line thing
<{^_^}> https://github.com/NixOS/nixpkgs/pull/62939 (by ar1a, 2 days ago, open): jost: init at 3.3
palo has quit [Ping timeout: 245 seconds]
palo1 is now known as palo
hyper_ch2 has joined #nixos
nD5Xjz has quit [Ping timeout: 248 seconds]
astrofog has joined #nixos
evhan has quit [Read error: Connection reset by peer]
evhan` has joined #nixos
nD5Xjz has joined #nixos
nikola_i has quit [Remote host closed the connection]
gagbo has quit [Ping timeout: 248 seconds]
gagbo has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #63055 → makemkv: 1.14.3 -> 1.14.4 → https://git.io/fj2Ye
pmiddend has joined #nixos
clacke_movim has left #nixos [#nixos]
johnw has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @etu merged pull request #62939 → jost: init at 3.3 → https://git.io/fjgqs
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/fj2YU
<ar1a> thanks etu
<etu> ar1a: No worries :)
Anton-Latukha has joined #nixos
kaliumxyz has joined #nixos
clacke_movim has joined #nixos
mexisme has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #63056 → [WIP] gitlab: 11.10.4 -> 11.11.3 → https://git.io/fj2YI
wfranzini has joined #nixos
ericsagnes has quit [Ping timeout: 258 seconds]
gagbo has quit [Ping timeout: 246 seconds]
gagbo has joined #nixos
ks0ne has joined #nixos
annadane has joined #nixos
<annadane> hi just a question of verification, is it necessarily to also get the signature? i don't see it on the downloads page
<{^_^}> [nixpkgs] @vbgl opened pull request #63057 → ocamlPackages.bistro: init at 0.4.0 → https://git.io/fj2Ym
<{^_^}> [nixpkgs] @vbgl opened pull request #63058 → coqPackages.{bignums, coqprime}: enable for Coq 8.10 → https://git.io/fj2YO
lambda-11235 has quit [Quit: Bye]
InFlames has quit [Ping timeout: 258 seconds]
cfricke has joined #nixos
vidbina has joined #nixos
toppler has quit [Ping timeout: 248 seconds]
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @saschagrunert opened pull request #63059 → coreutils: Skip inotify dir-recreate test → https://git.io/fj2Y8
<{^_^}> [nixpkgs] @vbgl merged pull request #62776 → [coq] simple-io: 1.0.0 -> 1.2.0; QuickChick: init at 1.1.0 for Coq 8.9 → https://git.io/fjzLl
<{^_^}> [nixpkgs] @vbgl pushed 3 commits to master: https://git.io/fj2Y4
gagbo has quit [Ping timeout: 245 seconds]
toppler has joined #nixos
gagbo has joined #nixos
Soo_Slow has joined #nixos
InFlames has joined #nixos
jasongrossman has quit [Ping timeout: 272 seconds]
kvaster_ has quit [Ping timeout: 272 seconds]
clacke_movim has left #nixos [#nixos]
mexisme has joined #nixos
pie__ has quit [Ping timeout: 250 seconds]
reinhardt has joined #nixos
imalison has joined #nixos
marusich has quit [Remote host closed the connection]
<imalison> Does anyone have a per device xkb setup that I could look at?
civodul has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gagbo has quit [Ping timeout: 245 seconds]
jasongrossman has joined #nixos
gagbo has joined #nixos
alp has joined #nixos
clacke_movim has joined #nixos
asheshambasta_m has joined #nixos
asheshambasta_m has quit [Client Quit]
<{^_^}> [nixpkgs] @layus opened pull request #63060 → gtk3: re-enable demos → https://git.io/fj2YF
mexisme has quit [Ping timeout: 244 seconds]
Tucky has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/49dc8087a20 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
sigmundv has joined #nixos
mexisme has joined #nixos
FRidh has quit [Ping timeout: 258 seconds]
clacke_movim has left #nixos [#nixos]
johanot has joined #nixos
Makaveli7 has joined #nixos
veske has joined #nixos
clacke_movim has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Shoubit has joined #nixos
knupfer has joined #nixos
jb55 has joined #nixos
<{^_^}> [nixpkgs] @dmvianna opened pull request #63071 → maintainers: add dmvianna → https://git.io/fj2Oy
thc202 has joined #nixos
m0rphism has joined #nixos
nD5Xjz has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/fj23f
nD5Xjz has joined #nixos
anton has joined #nixos
fendor has joined #nixos
Jetien_ has joined #nixos
cfricke has quit [Quit: WeeChat 2.5]
goibhniu1 has joined #nixos
<{^_^}> [nixpkgs] @vcunat merged pull request #63071 → maintainers: add dmvianna → https://git.io/fj2Oy
talqu has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to staging « libwebp: enable parallel building »: https://git.io/fj23Y
justanotheruser has quit [Ping timeout: 248 seconds]
hmpffff has joined #nixos
<MasseR> has there been some changes to patchShebangs in 19.03 vs unstable? I have a build that works on unstable, but with 19.03 I get 'bad interpreter: No such file or directory'
Obscurity[m] has joined #nixos
<MasseR> --build is a new thing as well as patchShebangsAuto
<MasseR> so .. a different usage..?
ricekrispie has quit [Read error: Connection reset by peer]
ricekrispie has joined #nixos
<{^_^}> [nixpkgs] @danbst merged pull request #62712 → NixOS module system: improve one of error messages → https://git.io/fju2F
<{^_^}> [nixpkgs] @danbst pushed 3 commits to master: https://git.io/fj23w
Synthetica has joined #nixos
gratto has quit [Ping timeout: 268 seconds]
johanot has quit [Ping timeout: 245 seconds]
gagbo has quit [Ping timeout: 272 seconds]
gagbo has joined #nixos
johanot has joined #nixos
alp has quit [Ping timeout: 272 seconds]
astrofog has quit [Remote host closed the connection]
alp has joined #nixos
fusion809 has joined #nixos
ThatDocsLady has joined #nixos
ks0ne has quit [Quit: Lost terminal]
ym555_ is now known as ym555
gagbo has quit [Ping timeout: 245 seconds]
<MasseR> Yup. No need for the --build
FRidh has joined #nixos
gagbo has joined #nixos
asheshambasta_m has joined #nixos
johanot has quit [Ping timeout: 245 seconds]
johanot has joined #nixos
<LnL> something was changed to support cross builds IIRC
ubert has joined #nixos
alp has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b58ada326aa (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
alp has joined #nixos
civodul has quit [Read error: Connection reset by peer]
civodul has joined #nixos
gratto has joined #nixos
talqu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #63074 → nodePackages.scss-to-json: init @ 2.0.0 → https://git.io/fj2s0
Kakky has joined #nixos
phreedom has quit [Ping timeout: 256 seconds]
mith[m] has joined #nixos
ks0ne has joined #nixos
phreedom has joined #nixos
vidbina has quit [Ping timeout: 248 seconds]
orivej has quit [Ping timeout: 248 seconds]
Kakky has quit [Quit: Goodbye]
fendor has quit [Read error: Connection reset by peer]
gratto has quit [Ping timeout: 268 seconds]
gratto has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/49dc8087a20 (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
mthst has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
mthst has quit [Client Quit]
reinhardt has quit [Ping timeout: 245 seconds]
mthst has joined #nixos
hio has joined #nixos
hmpffff has joined #nixos
mthst has quit [Client Quit]
cfricke has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @etu merged pull request #60375 → slack: dark mode css can be passed as argument → https://git.io/fjG8M
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/fj2GG
<kraem> im starting to use nix-shell and am running `nix-shell -p python37Packages.pip` however the version of pip in the nix-shell is 19.0.3 - since the nix-store is immutable i'm unable to upgrade pip when i'm inside the shell. Can I somehow update pip before entering the shell? Or should i just install pip to /tmp while inside of the shell?
mthst has joined #nixos
<etu> kraem: Feel free to check if there's a PR to update pip and review it, or open a PR if nobody has submitted one.
<etu> kraem: If you build it in your own checkout of nixpkgs, you can use it from there as a newer version as well if you update the package
zupo has quit [Ping timeout: 268 seconds]
reinhardt has joined #nixos
<arianvp> Hey. Does nixos-install build the system derivation in the /mnt/nix path or does it first put it in /nix and then copy it over?
__monty__ has joined #nixos
asheshambasta_m has quit [Quit: Leaving.]
mthst has quit [Ping timeout: 248 seconds]
mexisme has quit [Ping timeout: 258 seconds]
Lears has joined #nixos
[Leary] has quit [Ping timeout: 248 seconds]
mthst- has joined #nixos
Soo_Slow has quit [Remote host closed the connection]
mthst- has quit [Ping timeout: 259 seconds]
<kraem> etu: i'm trying to figure out where the `fetchPypi` function downloads the files from to check what sha256 i should insert in nixpkgs - but searching for the function on git gives me 2k+ results - can i search for it in a better way?
<etu> ,tofu kraem
<{^_^}> kraem: To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected.
<etu> So bump the version, change the hash to something that is probably wrong (and not the one for the old version because the store willll remember that) and then build the package
Zer000 has quit [Ping timeout: 245 seconds]
<etu> Then it will fail and tell you that the hash is wrong and what the downloaded file had as a hash
toppler has quit [Ping timeout: 244 seconds]
nikola_i has joined #nixos
ym555 has quit [Quit: leaving...]
<kraem> etu: alright cool - i'm not getting `nix-build -A pip` to work - do i need to include <nixpkgs> when building from the cloned nixpkgs root directory? like so: `nix-build '<nixpkgs>' -A pip`
mexisme has joined #nixos
<nikola_i> hi i wish to use the LTS kernel instead of latest one. how do i specify it in configuration.nix
<etu> kraem: `nix-build -A python3Packages.pip`
<etu> kraem: When standing in the root of the nixpkgs repo
pie__ has joined #nixos
<etu> nikola_i: Not specifying a kernel will give you the latest LTS (the one we usually consider "stable")
<kraem> etu: cool! it built :) Can i run the result within a nix-shell somehow?
<nikola_i> so there's never a non lts kernel in the channel if understand correctly
sb0 has quit [Quit: Leaving]
<etu> kraem: if you want to you can install it to your profile using: `nix-env -i result` but that will save it to your profile and you probably want to remove it later using nix-env commands
<etu> kraem: But that way it should be available in your nix-shell's as well unless you run them with --pure
xkapastel has joined #nixos
<nikola_i> etu: so no configuration needed
<etu> nikola_i: Well, there's non-lts kernels as well. They are just never marked as the default kernel :)
<nikola_i> etu: okay. cool
<nikola_i> etu: is there a way to switch to the last lts kernel instead of the present one
toppler has joined #nixos
<etu> nikola_i: Which one do you have and which one do you want?
<nikola_i> i have 4.19. i want to try 4.14 the previous lts
iyzsong has joined #nixos
<nikola_i> or even 4.9 as it is supported till 2023
Zer0xp has joined #nixos
<nikola_i> :etu 4.9 or 4.14
<etu> nikola_i: oh, 4.19 is the latest lts so I assumed that you wanted that. boot.kernelPackages = pkgs.linuxPackages_4_14;
dansho has quit [Quit: Leaving]
<etu> nikola_i: pkgs.linuxPackages_4_9 and pkgs.linuxPackages_4_4 seems to exist as well (at least in my channel)
<nikola_i> etu: how will using the non default kernel impact the system. will i need to downgrade other packages as well
andreabedini has joined #nixos
<etu> nikola_i: Shouldn't have to. Linux tend to not break userspace. So "should be fine" but it's obviously less tested this much later.
<nikola_i> etu: but shouldn't the lts kernel i.e. 4.9 supported till 2023 be more tested and against wider hardware specs by this time
<nikola_i> it was released in dec 2016
mthst has joined #nixos
fendor has joined #nixos
<etu> nikola_i: It's supported with patches from upstream yes. But in NixOS there's probably fewer users of 4.9 than 4.19, so less tested in NixOS with updated packages etc.
gagbo has quit [Ping timeout: 272 seconds]
<kraem> nix-env -i results in "error: selector 'result' matches no derivations" - the manual states i should use "nix-env -f . -iA libfoo" - i haven't really learned the profiles yet as you probably can figure out
<kraem> etu
<etu> kraem: result/ then
<etu> nikola_i: What's the reason for running the older kernel? Bugs with a newer one? Things that shoud be reported?
kim0 has joined #nixos
gagbo has joined #nixos
Soo_Slow has joined #nixos
<nikola_i> etu: hmm. not really. i just saw someone say that steam games work properly in 4.9. here https://github.com/ValveSoftware/Dota-2/issues/1521
<{^_^}> ValveSoftware/Dota-2#1521 (by AlmightyFloppyFish, 28 weeks ago, closed): [Linux] Strange occasional stuttering with 60fps
<{^_^}> [nixpkgs] @dmvianna opened pull request #63075 → pythonPackages.infix: init at 1.2 → https://git.io/fj2Ze
mthst has quit [Ping timeout: 250 seconds]
veske2 has joined #nixos
andreabedini has left #nixos ["Textual IRC Client: www.textualapp.com"]
veske has quit [Ping timeout: 245 seconds]
Jackneill has quit [Ping timeout: 258 seconds]
<Zer0xp> My NixOS is currently running on the in-built Intel graphics. Does anyone know how I can switch on my Nvidia GPU ?
gagbo has quit [Ping timeout: 258 seconds]
mthst has joined #nixos
gagbo has joined #nixos
johanot has quit [Ping timeout: 268 seconds]
mthst has quit [Ping timeout: 258 seconds]
johanot has joined #nixos
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @kraem opened pull request #63076 → pip: 19.0.3 -> 19.1.1 → https://git.io/fj2ZG
alex`` has joined #nixos
psy3497 has quit [Ping timeout: 245 seconds]
<kraem> etu: thanks! just did my first PR to nixpkgs - would you have time to review to see if i've done something wrong? I don't know how to do the testing using sandboxing though
<kuznero[m]> Hi All! Does anyone have any experience with tensorflow haskell package? Currently marked as broken :(
<kuznero[m]> ?
<kuznero[m]> Zer0xp: I have it like this on my Dell XPS: https://pastebin.com/e4AJUPU0
<eyJhb> kraem looks fine to me, just need the bot to verify it, and it should be good to merge ;)
<etu> kraem: Looks fine, I triggered the builder bot to see that it builds on all platforms :)
<eyJhb> etu: do all have access to the bot, or only maintainers?
<etu> eyJhb: It's a whitelist of users in this repo: https://github.com/NixOS/ofborg
johanot has quit [Ping timeout: 268 seconds]
<Zer0xp> kuznero[m]: Do I have to install any additional packages ?
<eyJhb> etu: power. Are there any requirements to get added? :p
<etu> eyJhb: That I don't know the answer to :)
<etu> eyJhb: "If you need it and people see you doing stuff" I think is the answer at the moment
<kuznero[m]> Zer0xp: nope, nothing else as far as I know.
<eyJhb> etu fair, might start being a little more active, and hoping I can get some PRs closed. But, properly AFTER my exams would be a better time to start
Neo-- has joined #nixos
<etu> eyJhb: More help on reviewing is always welcome, but putting exams first seems to be a good priority for your sake :)
<eyJhb> Yeah, even though I am getting tired of these algortihms.. But, after monday, I am done with them all, hopefully
<Zer0xp> kuznero[m]: Alright then, I'll try it out. Thanks a lot.
<kuznero[m]> np
<pmiddend> As of lately, nixos-rebuild switch doesn't create new boot loader entries anymore. What could be the reason?
<eyJhb> pmiddend any errors?
<Zer0xp> kuznero[m]: How do I find the bus ID of the Nvidia GPU ?
[Leary] has joined #nixos
<pmiddend> eyJhb: Sadly no
Lears has quit [Read error: No route to host]
dwdr has joined #nixos
<etu> kraem: Oh wow, yeah, your PR is almost fine. But it causes a lot of rebuilds because many things uses pip. Nothing wrong with that. But when that happens we usually target the branch named "staging" to let it brew there for a bit and rebuild things to warm up the binary cache.
<etu> kraem: So if you could change that (maybe by closing and creating a new PR) that would be great :)
<Zer0xp> kuznero[m]: Nevermind, I figured it out :)
orivej has joined #nixos
<kuznero[m]> Zer0xp: nice, please share if it works/does not work
<kuznero[m]> You might also want to enable: `hardware.opengl.enable = true; hardware.opengl.driSupport32Bit = true;` if you want your steam to work ;)
<kraem> etu: alright! cool! give me a sec and i'll do that
neeasade has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Profpatsch opened pull request #63077 → bazel: add update script to update srcDeps from WORKSPACE file → https://git.io/fj2ZV
<Zer0xp> kuznero[m]: I just tried rebuilding the config but I'm getting the following error:
<Zer0xp> When NVIDIA Optimus via PRIME is enabled, the GPU bus IDs must configured.
<Zer0xp> Failed assertion
<Zer0xp> And how did you know that I use Steam ? :D
<Zer0xp> I'
drakonis has joined #nixos
<Zer0xp> l'll enable those too.
fusion809 has quit [Remote host closed the connection]
<kraem> Zer0xp: I'm running NVIDIA Optimus via PRIME - https://nixos.wiki/wiki/Nvidia
cfricke has quit [Ping timeout: 244 seconds]
drakonis_ has quit [Ping timeout: 258 seconds]
<Zer0xp> So basically I've been trying to add the Nvidia drivers via static mode
<kraem> Zer0xp: here's the relevent config if you want: https://bpaste.net/show/109afc887b86 - make sure to insert your busID's
justanotheruser has joined #nixos
<kuznero[m]> Optimus mode didn't work for me. But you just need to try
mumuluxi has quit [Quit: ZNC 1.7.2 - https://znc.in]
wucke13 has quit [Quit: ZNC 1.7.2 - https://znc.in]
mumuluxi has joined #nixos
wucke13 has joined #nixos
<kuznero[m]> Zer0xp: there are some comments in my original pastebin, try to follow recommendations on how to choose bus id
<Zer0xp> I've chosen the bus ID
<Zer0xp> I have a Dell too
<Zer0xp> And the Nvidia bus ID was the same as yours
<kuznero[m]> Basically, ` # Bus ID of the NVIDIA GPU. You can find it using lspci; # for example if lspci shows the NVIDIA GPU at "01:00.0", set this option to "PCI:1:0:0".`
veske2 has quit [Quit: This computer has gone to sleep]
<eyJhb> Is there a way to open up the .nix file for a package?
<Zer0xp> kuznero[m]: Yes, I've done exactly that
<srhb> eyJhb: nix edit nixpkgs.hello
<srhb> eyJhb: Works Most Of The Time^{tm}
<kraem> kuznero[m]: Sorry didn't see your pastebin - i'll remove myself :)
<eyJhb> srhb thanks ! :D
<{^_^}> [nixpkgs] @Ma27 merged pull request #58036 → nixos/programs.captive-browser: init → https://git.io/fjfy3
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/fj2Z9
<Zer0xp> kuzero[m]: It's done
<Zer0xp> kuznero[m]: It's done
<Zer0xp> kraem: Thanks for your help too :)
qqlq has joined #nixos
<kraem> etu: which one of the staging branches would you like me to make PR to?
<eyJhb> Do we have something to patch appimages?
vidbina has joined #nixos
Anton-Latukha has quit [Remote host closed the connection]
Jackneill has quit [Ping timeout: 245 seconds]
<__monty__> eyJhb: I think I saw something the other day along the lines of flatpack support is good, appimage can be gotten to run but it's hackish and annoying and snaps are not at all supported. Don't take my word for it though.
<kuznero[m]> Works?
Anton-Latukha has joined #nixos
<eyJhb> :( I really want to get into Blender, and use Megascans....
<eyJhb> Will look at it.. Later.. *keep getting sidetracked
veske2 has joined #nixos
<Yaniel> why do you need appimages for blender
<Yaniel> just use the existing package
<eyJhb> Yaniel Quixel Megascans, textures etc.
<eyJhb> Their bridge is a appimage
<Yaniel> ah
<eyJhb> Would also be nice, if there was a option to use the 2.80 Beta build
veske2 has quit [Client Quit]
<{^_^}> [nixpkgs] @kraem closed pull request #63076 → pip: 19.0.3 -> 19.1.1 → https://git.io/fj2ZG
<{^_^}> [nixpkgs] @kraem opened pull request #63078 → pip: 19.0.3 -> 19.1.1 → https://git.io/fj2nI
<kraem> etu: I don't now if you have to trigger the tests again manually - looks like the old tests were saved from the previous PR though
<eyJhb> kraem why close/create a new?
<eyJhb> Ahh, sorry, nvm
<eyJhb> Didn't read etu message
<eyJhb> But kraem you properly need to base it on staging to start with, currently there are like.. 60 extra commits
<Yaniel> eyJhb: I have an overlay that replaces the package with 2.80
<Yaniel> downside is that you have to wait for an hour as it builds
<eyJhb> Yaniel I have been rebuilding NixOS for three days none-stop this week, that is fine by me!
<eyJhb> Also.. Used to Vbox rebuilding each.. Time.. So hit me up with it :D
acarrico has quit [Ping timeout: 272 seconds]
<eyJhb> Are you a Blender expert Yaniel ?
<Yaniel> no
<Yaniel> i can post the overlay when I get home
Jackneill has joined #nixos
<Yaniel> sohopefully in half an hour
<Yaniel> I'm pretty much a beginner wrt blender
<{^_^}> [nixpkgs] @dmvianna opened pull request #63079 → inconsolata-nerdfont: init at 2.0.0 → https://git.io/fj2nG
<kraem> eyJhb: tried googling but couldn't figure out what base on staging means - care to explain? is there something i can do?
<eyJhb> kraem when you have cloned nixpkgs, you basically checkout `staging`, which is a branch in nixpkgs. After this you edit your file (pip in this case), and make the commit like you did before
<{^_^}> [hydra] @edolstra merged pull request #654 → Allow to search builds by hash → https://git.io/fjuiQ
<{^_^}> [hydra] @edolstra pushed 3 commits to master: https://git.io/fj2n4
<eyJhb> So instead of using master as your base branch, you end up using staging as your base branch => and then when you open your PR against staging, you only get your commit, and not all the other commits which are not in staging, but in master, etc.
<srhb> eyJhb: staging should really only be used for mass rebuild-y things though
<eyJhb> srhb yeah, but it is pip, lots of things are based on that :) also, etu said so pretty much :D
<srhb> Oops, sorry
<srhb> Still, I'd tend to do it on nixos-unstable and merge into staging afterwards anyway :-P
<eyJhb> kraem did that make sense?
<eyJhb> srhb: pst.. Git tricks! This seems easier :p
Zer0xp has quit [Ping timeout: 256 seconds]
<srhb> eyJhb: Usually just grab nixos-unstable from the nixpkgs-channels repo (its head should be approximately master after hydra builds have gone through) then essentially just try to PR against staging if needed. If you have to, you can rebase onto it locally to fix conflicts, etc.
<eyJhb> Hmm, yeah. I think first things first, I should remove some of my 5+ git clones og nixpkgs/channels :p
<kraem> eyJhb: yeah - so i should close the PR and checkout staging locally - push changes to staging on my fork and open a new PR on staging?
<eyJhb> kraem, yeah pretty much! That is at least, the easiet for my own hard to comprehend :) - or do as srhb said! Whatever you feel is the easiest way
<eyJhb> But I don't think you need to , close it etc. but it might make it easier instead of having to force push etc.
<eyJhb> And I can't remember if you can change branch of a active PR
<eyJhb> So yeah, just close and reopen
<kraem> cool. thanks!
numac has joined #nixos
<eyJhb> np :D And then you can ping someone to rebuild it with the bot. :)
knupfer has quit [Remote host closed the connection]
kvaster_ has joined #nixos
knupfer has joined #nixos
<betaboon_> is it possible to have a shell.nix for a default.nix which defines a python-package and define additional packages (in shell.nix) while keeping the python-package in development-mode ?
Tucky has quit [Quit: WeeChat 2.5]
kvaster_ has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @kraem closed pull request #63078 → pip: 19.0.3 -> 19.1.1 → https://git.io/fj2nI
<{^_^}> [nixpkgs] @kraem opened pull request #63080 → pip: 19.0.3 -> 19.1.1 → https://git.io/fj2ce
<eyJhb> Looks good kraem ! :)
<kraem> nice, were the tests triggered automatically?
aramiscd has joined #nixos
InFlames has quit [Ping timeout: 258 seconds]
<etu> kraem: Nah, ones need to be whitelisted for that to happen, and the commit message would need to be "python3Packages: 19.0.3 -> 19.1.1" for it to detect the package name as well
veske3 has joined #nixos
<eyJhb> Aka. I am not special enough to trigger them ^
<kraem> etu: ah ok. Not python37Packages.pip?
hmpffff has quit [Quit: nchrrrr…]
<etu> kraem: python3Packages point to the latest point-relelase of python, so at the moment it's the same as python37Packages :)
nikola_i has quit [Quit: Leaving]
<eyJhb> PythonPackages points to... 2.7? Or is that none-exisistent?
<etu> We still have python27Packages, but they should go away soon
drakonis has quit [Read error: Connection reset by peer]
hmpffff has joined #nixos
drakonis_ has joined #nixos
<eyJhb> But do we have PythonPackages that just points to the latest Python release?
<etu> eyJhb: Hmm, that seems to point at 2.7
<eyJhb> That should properly be changed :/ Even though it will result in.. Chaos
drakonis has joined #nixos
<etu> Indeed
<kraem> alright but pip shouldn't be included in the commit message since it was the module that was updated?
<Yaniel> eyJhb: https://paste.rs/oc4
<etu> kraem: Yeah, it shoulld
drakonis_ has quit [Ping timeout: 252 seconds]
drakonis_ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis1 has joined #nixos
drakonis has quit [Ping timeout: 248 seconds]
hmpffff has quit [Quit: nchrrrr…]
ubert has quit [Quit: Leaving]
dm9 has joined #nixos
toppler has quit [Ping timeout: 248 seconds]
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/fj2ca
<{^_^}> [nixpkgs] @caadar opened pull request #63081 → Improve ZFS Bash completions user expirience → https://git.io/fj2cP
<{^_^}> [nixpkgs] @vcunat merged pull request #63016 → firefox: 67.0.1 -> 67.0.2 → https://git.io/fjgQZ
toppler has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
reinhardt has quit [Quit: Leaving]
lostman has joined #nixos
vidbina has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @bzizou opened pull request #63082 → SPAdes: init at 3.13.1 → https://git.io/fj2CT
o1lo01ol1o has joined #nixos
<wucke13> Is someone over here using lumina desktop?
<pie__> so uhh do appimages work or something? because i need to get this working Real Soon https://github.com/plotly/orca/releases
* pie__ nudges joepie91 hey its node stuff :v
Shoubit has quit [Ping timeout: 272 seconds]
Makaveli7 has quit [Quit: WeeChat 2.5]
<pie__> or can i steam-run it or something
astal has quit [Quit: WeeChat 1.9.1]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d1990cff8d8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
zupo has joined #nixos
hio has quit [Quit: Connection closed for inactivity]
Shoubit has joined #nixos
<{^_^}> [nixpkgs] @bjornfor opened pull request #63083 → nixos-generate-config: don't generate swapDevices for *files*https://git.io/fj2Ca
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @bjornfor closed pull request #62963 → nixos-generate-config: add size attribute for swap *files*https://git.io/fjgnC
Wimpress has joined #nixos
* gchristensen waves Wimpress
<Wimpress> o/
annadane has left #nixos ["Leaving"]
Tucky has joined #nixos
ryantrinkle has joined #nixos
drakonis has joined #nixos
xkapastel has joined #nixos
<joepie91[m]> pie__: quick hack that sometimes works: install/nix-shell electron into your PATH, then do `electron ./path/to/app`
<joepie91[m]> pie__: if there is an appimage, you can also use `appimage-run`
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « oh-my-zsh: 2019-06-11 -> 2019-06-12 »: https://git.io/fj2CX
<joepie91[m]> ... most of the time anyway
nD5Xjz has quit [Ping timeout: 268 seconds]
<aveltras> has anyone encountered this error "error: haskellPackages.multi-ghc-travis has been renamedto haskell-ci, which is now on hackage" ? i'm on a pretty barebone haskell package
<pie__> joepie91[m], ok will take a look
PirBoazo has joined #nixos
drakonis1 has quit [Ping timeout: 268 seconds]
<PirBoazo> Hi all
<{^_^}> [nixpkgs] @Profpatsch merged pull request #63052 → bazel: fix nix-hacks.patch with the latest version of Bazel → https://git.io/fj2q0
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @kalbasit to master « bazel: fix nix-hacks.patch with the latest version of Bazel (#63052) »: https://git.io/fj2Cb
<PirBoazo> I install an application in my user environnement. i don't see the icon wher i must declare this issue
<aveltras> what's your desktop environment ?
<PirBoazo> kde
<aveltras> PirBoazo: and your problem is that after rebuilding your configuration.nix, the program doesn't show up in the menu ?
gagbo has quit [Ping timeout: 268 seconds]
gagbo has joined #nixos
<PirBoazo> I dont rebuild my configuration , i reboot to see the app in menu
<pmiddend> Quick question: Do you have your /boot mounted (via filesystems."blabla")?
<aveltras> PirBoazo: might be something like that https://github.com/NixOS/nixpkgs/issues/20776
<{^_^}> #20776 (by FRidh, 2 years ago, open): Application launcher menu is not updated
<PirBoazo> but i can not see the icon in the application
<pmiddend> I don't, and I'm having boot issues, so I'm not sure if it's supposed to be there.
<aveltras> i has this problem in the past when kde didn't rebuild the menu
nikola_i has joined #nixos
<aveltras> try running "kbuildsycoca5"
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to master: https://git.io/fj2WL
<ajs124> pie__: I seem to remember appimages working fine
<PirBoazo> I see the application in the menu
CcxWrk has quit [Read error: Connection reset by peer]
<PirBoazo> How i can upload a picture
<aveltras> ahh, this i don't know sorry
<ryantm_> (maybe not with the pre in there.
CcxWrk has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
<nikola_i> hi why do i get different results from `nix-env --list-generations` and `sudo nix-env --list-generations`
<nikola_i> and the results from both are less than what i see in the boot screen
Jorik[m] has left #nixos ["User left"]
<pie__> joepie91[m], looks like they got all kinds of binary stuff in there
<{^_^}> [nixpkgs] @vcunat merged pull request #62798 → gnumeric: 1.12.44 -> 1.12.45 → https://git.io/fjznH
<pie__> will try appimage-run
PirBoazo has quit [Quit: Bonne Fin de Journée]
<joepie91[m]> pie__: "in there" = ?
pmiddend has quit [Quit: WeeChat 2.5]
vidbina has joined #nixos
<pie__> joepie91[m], i extracted the appimage
<pie__> ok appimage-run seems to work, thanks \o/
<pie__> so now i need to make a wrapper script and maybe i can give this to the R library that wants it lol
<pie__> this feels cursed
<{^_^}> [nixpkgs] @vcunat opened pull request #63085 → gnumeric: try fixing up build on darwin → https://git.io/fj2W0
<joepie91[m]> oh
<joepie91[m]> electron comes with a few .so's
<nikola_i> should i run nix-store -gc or sudo nix-store-gc to get rid of unlinked generations
hyper_ch2 has quit [Quit: Page closed]
fusion809 has joined #nixos
gratto has quit [Read error: Connection reset by peer]
gratto has joined #nixos
gagbo has quit [Ping timeout: 244 seconds]
gagbo has joined #nixos
v88m has quit [Ping timeout: 245 seconds]
iyzsong has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @vcunat closed pull request #63085 → gnumeric: try fixing up build on darwin → https://git.io/fj2W0
FRidh has quit [Quit: Konversation terminated!]
v88m has joined #nixos
gratto has quit [Ping timeout: 245 seconds]
<Gopal[m]> Okay so when I create a firefox profile using home.programs.firefox.profiles, Firefox fails to find it and asks me to create a new one
<Gopal[m]> When I make a new one, it is unable to save that info because profiles.ini is read only
alex`` has quit [Quit: WeeChat 2.4]
sigmundv has quit [Ping timeout: 248 seconds]
emilsp is now known as unix_
domogled has quit [Quit: domogled]
unix_ is now known as emilsp
domogled has joined #nixos
PirBoazo has joined #nixos
alex`` has joined #nixos
gagbo has quit [Ping timeout: 248 seconds]
gagbo has joined #nixos
endformationage has joined #nixos
waleee-cl has joined #nixos
drakonis_ has joined #nixos
waleee-cl has quit []
gratto has joined #nixos
waleee-cl has joined #nixos
Soo_Slow has quit [Ping timeout: 248 seconds]
drakonis has quit [Ping timeout: 248 seconds]
ambro718 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos
fluffynukeit has joined #nixos
v88m has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #63087 → Fix ddclient extraConfig → https://git.io/fj28J
<fluffynukeit> Hi, all. Suppose I have a piece of software that requires Ubuntu 16.04 as its OS requirement. Is there any kind of Nix derivation or channel that will allow me to get dependencies matching UBuntu 16.04?
drakonis_ has quit [Ping timeout: 248 seconds]
jgt1 has joined #nixos
jgt has quit [Ping timeout: 252 seconds]
<simpson> fluffynukeit: Not really. What happens if you run it under Nix instead?
Tucky has quit [Ping timeout: 245 seconds]
<simpson> Are you worried about too-new packages?
ardumont has quit [Ping timeout: 252 seconds]
<lordcirth> fluffynukeit, I would run it using normal nixpkgs and see if it works.
<fluffynukeit> My concern is not getting support from the company because we are not using one of their supported OSes
<fluffynukeit> I think I could get it to work on Nix, and have gotten pretty close with a decent amount of effort for a newbie
<{^_^}> [nixpkgs] @vbgl opened pull request #63088 → gappa: update and add Coq support library → https://git.io/fj28q
codedmart has joined #nixos
rpg has joined #nixos
<marek> when to use "propagatedBuildInputs = with python3Packages" and when "propagatedBuildInputs = with pythonPackages"?
<lordcirth> fluffynukeit, I doubt that hacking together some 16.04-ish set of dependencies would get you any support either.
Neo-- has quit [Ping timeout: 252 seconds]
<fluffynukeit> lordcirth, right, but it's easier for me to point my derivation at this "ubuntu-like" layer instead of hacking together something
<fluffynukeit> my concern is that whatever I hack together will not match ubuntu as well as something that is hacked together for me and maintained
<lordcirth> fluffynukeit, what software is it? I wouldn't be surprised if it just worked with the latest nixpkgs.
<fluffynukeit> my concern is not that it works now. My concern is getting it to work and keeping it working. The software is Vivado from Xilinx
<fluffynukeit> with "keeping it working" to mean that I can easier upgrade to new versions of vivado
<fluffynukeit> *easily
<joepie91[m]> fluffynukeit: my experience with these sort of requirements is that that kind of software falls into one of two categories: 1) works fine on every recent Linux system, or 2) falls over the moment anything is even remotely different from a fresh install of the specified OS
<joepie91[m]> in the former case, you can just pretend that you are running Ubuntu and translate their instructions back to NixOS
<joepie91[m]> in the latter case, no amount of "trying to make it like Ubuntu" will ever get you close enough to actually make the software work
<joepie91[m]> oh man, FPGA stuff?
<fluffynukeit> yes, among other things
<fluffynukeit> ok all, thank you for helping me understand that there is not some kind of ready-made "ubuntu clone" channel or similar for Nix. If I want to get these things working, I need to put it together myself and test it out
<fluffynukeit> just to clarify, I would not put together an ubuntu clone, but just hack away at Nix until I could get Vivado running
<fluffynukeit> and I would be probably forfeiting vendor support by going that route
<fluffynukeit> forfeiting vendor might be a non-starter from the management team, though
<fluffynukeit> *forefeiting vendor support
hio has joined #nixos
veske3 has quit [Quit: This computer has gone to sleep]
ffdfdfdf has joined #nixos
<ffdfdfdf> Hi I am trying to install nixos on an old laptop and when running nixos-install
<ffdfdfdf> I get an error:
<ffdfdfdf> error: The option networking.enableIntel2200BGFirmware defined in /mnt/etc/nixos/hardware-configuration.nix does not exist
nD5Xjz has joined #nixos
<marek> or how do I make sure my package is build only within python3Packages, ingnoring python 2?
ardumont has joined #nixos
ilmu has joined #nixos
<srhb> ffdfdfdf: That sounds like a bug in the installer. It should be enableRedistributableFirmware I think.
<srhb> ffdfdfdf: hardware.enableRedistributableFirmware, that is
<srhb> ffdfdfdf: (or rather, a bug in nixos-generate-config)
<ffdfdfdf> srhb: when you say installer do you mean nixos-generate-config?
<srhb> Yes.
<ffdfdfdf> So should I change it manually even though I says to not change the hardware-configuration.nix file?
<srhb> ffdfdfdf: Yes.
<ffdfdfdf> Since it seems to be a bug, is there anything I should do?
<ffdfdfdf> In terms of reporting it
<ffdfdfdf> or smth
<srhb> ffdfdfdf: How do you feel about pull requests? :-)
<ffdfdfdf> I have never looked at the nixos source code
toppler has quit [Ping timeout: 245 seconds]
gagbo has quit [Ping timeout: 246 seconds]
<ffdfdfdf> My first install of nixos was yesterday on a virtual machine
nD5Xjz has quit [Ping timeout: 248 seconds]
<srhb> ffdfdfdf: If I'm correct that this is the fix, that's all you'd have to change. But an issue in the same repo will be helpful too :)
nD5Xjz has joined #nixos
<{^_^}> [nixpkgs] @wmertens pushed to nomodeset « kernel.nix: boot.vesa implies nomodeset »: https://git.io/fj28y
gagbo has joined #nixos
erasmas has joined #nixos
<ffdfdfdf> change it to hardware.enableRedistributableFirmware?
<ffdfdfdf> I could do that
<srhb> Yeah.
<srhb> ffdfdfdf++
<{^_^}> ffdfdfdf's karma got increased to 1
ilmu has quit [Ping timeout: 245 seconds]
<srhb> ffdfdfdf: At least, if it works and your card is fine ;-)
fluffynukeit has quit [Quit: Page closed]
<{^_^}> [nixpkgs] @wmertens opened pull request #63090 → kernel.nix: boot.vesa implies nomodeset → https://git.io/fj289
wfranzini has quit [Remote host closed the connection]
<srhb> I think the same is true for enableIntel3945ABGFirmware
<ffdfdfdf> change it to hardware.enableRedistributableFirmware as well?
ilmu has joined #nixos
<srhb> I believe so.
veske3 has joined #nixos
<ffdfdfdf> Ok, I'm going to create an issue and a PR addressing it
<srhb> ffdfdfdf: Thank you!
<srhb> ffdfdfdf: For reference, here's when it went broken: https://github.com/NixOS/nixpkgs/commit/3df126dbf742f984b226f974ecfa649c70eb634e
toppler has joined #nixos
<srhb> ffdfdfdf: Hmm, the comment about that specific module makes we wonder if it doesn't just work with enableRedistributable. Anyway, let us know!
<ffdfdfdf> I changed it to enableRedistributableFirmware and nixos-install is working
<srhb> Right, wondering if the firmware thingy does work.
<srhb> afaik the point of it is to load the card firmware at bootup.
<srhb> (The newest version of it, that is)
<ffdfdfdf> The PR is ready so
<ffdfdfdf> it's up to you
<ffdfdfdf> I don't no nothing
<srhb> ok, thanks :)
vidbina has quit [Ping timeout: 272 seconds]
Jetien_ has quit [Ping timeout: 245 seconds]
_e has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @NilsIrl opened pull request #63091 → Fix bug. Replace networking.enableIntel2200BGFirmware → https://git.io/fj24t
<{^_^}> #63091 (by NilsIrl, 11 seconds ago, open): Fix bug. Replace networking.enableIntel2200BGFirmware
PirBoazo has quit [Quit: Bonne Fin de Journée]
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
mmlb has quit [Ping timeout: 245 seconds]
veske3 has quit [Quit: This computer has gone to sleep]
nikola_ has joined #nixos
gratto has quit [Ping timeout: 258 seconds]
nikola_i has quit [Ping timeout: 248 seconds]
codedmart7 has joined #nixos
<codedmart7> I am reading through the manual getting ready to install NixOS for the first time. Currently I have a triple boot. Macbook Pro with OSX, ArchLinux, and VoidLinux. I am replacing Void with NixOS. I use systemd-boot currently. Is the install going to mess with my boot loader?
fragamus_ has joined #nixos
<srhb> codedmart7: Yes, essentially.
<srhb> codedmart7: NixOS sort of needs to take over the boot loader because the system generation to boot is part of it.
<srhb> I'm sure you could have multiple, but I find it's easier to let NixOS take over.
<joepie91[m]> it does scan for other OSes though
<codedmart7> Does that mean it will overwrite the current files I have in /boot?
<joepie91[m]> at least, GRUB does
mmlb has joined #nixos
<tilpner> And since you have backups and a live stick prepared, not a lot can go wrong
<srhb> codedmart7: Frankly I'm not sure whether it will nuke things already in your efisys, but I would expect that it does at least if you have the generically named efi blobs there.
<{^_^}> [nixpkgs] @mmahut opened pull request #63092 → pythonPackages.togglCli: init at 2.1.0 (and its dependencies) → https://git.io/fj24R
<codedmart7> OK I do have backups so no worries just planning ahead.
<srhb> codedmart7: I don't think systemd-boot will do well with OtherOS discovery either.
gagbo has quit [Ping timeout: 272 seconds]
<ffdfdfdf> srhb: I opened the PR https://github.com/NixOS/nixpkgs/pull/63091
<{^_^}> #63091 (by NilsIrl, 16 minutes ago, open): Fix bug. Replace networking.enableIntel2200BGFirmware
<codedmart7> Yeah I don't think it does. I have manually managed that before. Not sure if NixOS will make that difficult or not yet.
<srhb> ffdfdfdf: Thanks, saw it, I'm fairly confident it's good. :-)
<ffdfdfdf> ok
<srhb> ffdfdfdf: Very fast contribution indeed ;-)
<ffdfdfdf> I just wanted to have confirmation
<srhb> codedmart7: I think we just don't have the options for it
gagbo has joined #nixos
<ffdfdfdf> I did nothing wrong
<srhb> ffdfdfdf: Sure, sorry for being a slowpoke :-)
<ffdfdfdf> no
nikola_ has quit [Remote host closed the connection]
nikola_ has joined #nixos
<codedmart7> srhb OK thanks I will see how it goes.
<srhb> codedmart7: The most pain-free multiboot setup is probably through grub, at least currently.
<srhb> codedmart7: Because of the os proper options.
goibhniu1 has quit [Ping timeout: 245 seconds]
drakonis_ has joined #nixos
pierreis has joined #nixos
drakonis has quit [Ping timeout: 252 seconds]
<pierreis> Hi all -- I'm trying to create a derivation for Facebook's fizz (https://github.com/facebookincubator/fizz), with cmake as native build input
<pierreis> I'm getting an error of the form: CMake Error: The source directory "/tmp/nix-build-fizz-2019.06.10.00.drv-0/source" does not appear to contain CMakeLists.txt.
<pierreis> Problem is, this project has its CMakeLists.txt placed in a subdirectory, not at the root
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<pierreis> Any pointers on the proper way to handle this?
drakonis_ has quit [Read error: Connection reset by peer]
pankaj__ has joined #nixos
drakonis has joined #nixos
fragamus_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nikola_ has quit [Ping timeout: 248 seconds]
v88m has joined #nixos
travelion6 is now known as travelion
drakonis has quit [Ping timeout: 258 seconds]
<srhb> pierreis: if the source root is really that subdir, you might just want to use that as the source.
travelion is now known as travelion_
<srhb> pierreis: or cd into it before the phase that calls the cmake hook.
travelion_ is now known as travelion
<pierreis> I did actually just found cmakeDir option that makes the trick
<srhb> ah, even easier.
<pierreis> find*
<pierreis> thanks :)
imalison has quit [Ping timeout: 248 seconds]
psyanticy has joined #nixos
inad922 has joined #nixos
<inad922> hi
<inad922> Is there a way to branch off in the env history or is it only linear?
pankaj__ has quit [Ping timeout: 250 seconds]
<infinisil> inad922: Yeah it's just linear
<infinisil> But you can put your nix expressions under git
ilmu has quit [Ping timeout: 248 seconds]
<inad922> infinisil: Ah, that's a good idea actually
lovesegfault has joined #nixos
<gchristensen> (...could make differently named profiles, but tbh best to just use git...)
<srhb> inad922: I tend to use git history more than rollback really.
<srhb> inad922: Because I don't want my brain to manage nested branching models anyway :-P
gratto has joined #nixos
<inad922> srhb, :)
inad922 has quit [Quit: Leaving]
inad922 has joined #nixos
inad922 has quit [Client Quit]
inad922 has joined #nixos
clacke_movim has left #nixos [#nixos]
<inad922> Btw version control sounds good
<inad922> But what exactly do you need to put under version control?
rpg has joined #nixos
<etu> inad922: At least all the configs
drakonis has joined #nixos
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @gebner opened pull request #63095 → opencascade: build with vtk and freeimage, patch for fontconfig support → https://git.io/fj2BG
<Ericson2314> what's the right way to install virtualbox in nixos?
<gchristensen> virtualisation.virtualbox.host.enable = true
<gchristensen> or something like that
<Ericson2314> googling of course yields nixos in virtualbox
<Ericson2314> thanks graham!
<gchristensen> glad to help! :)
fendor has quit [Quit: Leaving]
gratto has quit [Read error: Connection reset by peer]
<rnhmjoj> having made a lots of changes spanning the whole nixpkgs tree, what's the best way to check everything still evaluates?
gratto has joined #nixos
pierreis has quit [Quit: Page closed]
<ajs124> how can I override/overlay something in pkgsi686Linux?
Matthieu_ has joined #nixos
alex`` has quit [Ping timeout: 272 seconds]
cfricke has joined #nixos
alex`` has joined #nixos
Soo_Slow has joined #nixos
freeman42x has joined #nixos
jgt1 is now known as jgt
shibboleth has joined #nixos
ThatDocsLady has quit [Quit: Leaving]
v88m has quit [Read error: Connection reset by peer]
<slabity> Setting `services.restya-board.enable = true` results in:
<slabity> error: The option value `services.phpfpm.poolConfigs.restya-board' in `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/services/web-apps/restya-board.nix' is not of type `strings concatenated with "\n"'.
<slabity> It looks like it started on https://github.com/NixOS/nixpkgs/commit/cddb117b96da3fd0316dd21d3377c786c7a4f5d1#diff-7b065bd47b3db589ed8f11fd48ca19e2 when it was changed to an attribute set instead of a string.
<slabity> Anyone got any idea why this was changed?
o1lo01ol1o has joined #nixos
v88m has joined #nixos
rfold has joined #nixos
Jackneill has quit [Remote host closed the connection]
dm9 has quit [Quit: WeeChat 2.5]
<eyJhb> If I say LGTM for #63080, can it then be merged?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63080 (by kraem, 4 hours ago, open): pip: 19.0.3 -> 19.1.1
rfold has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b6e10d79e96 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @gebner merged pull request #59159 → cura: support plugins, add octoprint-plugin → https://git.io/fjtlv
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/fj2Rl
<makefu> ,locate bin gzip
<{^_^}> Found in packages: gzip, busybox, klibcShrunk
orivej has quit [Ping timeout: 248 seconds]
cantstanya has joined #nixos
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<eyJhb> Does nix-shell -p use overlays?
<eyJhb> Like, if I have created a overlay for a package, will it use it?
<srhb> eyJhb: "Yes"
<eyJhb> I feel like there is more to it, when you type it like that :p
<srhb> eyJhb: Or to enlighten (perhaps): `import <nixpkgs> {}` uses overlays
<eyJhb> I just tried adding a Blender overlay to my conf.nix, but it seems like running nix-shell -p blender directly after, will not use it
<eyJhb> However, a rebuild will
<srhb> eyJhb: Try reading <nixpkgs/pkgs/top-level/impure.nix>
<srhb> It will answer under which conditions overlays are used when you don't explicitly specify them in your expression
Thra11 has quit [Ping timeout: 258 seconds]
<srhb> eyJhb: Search for overlays
<srhb> eyJhb: If you're talking about configuration.nix (as in NixOS configuration) then no, those overlays are only* used within the NixOS version of nixpkgs -- that is, essentially something like `import <nixpkgs> { overlays = ...; }` -- an explicit setting
<eyJhb> Yeah, I have basically included a overlay in configuration.nix, so yeah.. Rebuild for it to `work`.. :/
<srhb> eyJhb: There's an argument to be had for avoiding impurities here too :)
<eyJhb> In configuration.nix ?
<srhb> I kind of dislike the various "magical" locations that pick up overlays, but having a completely homogenous nixpkgs within and without NixOS is a bit tricky.
<srhb> eyJhb: No, like ~/.config/nixpkgs/overlays, ~/.config/nixpkgs/overlays.nix etc.
<srhb> And <nixpkgs-overlays> sort of..
<eyJhb> Ahh.. Magical locations are always, magical. I include them in my configuration.nix, with import. So, no magic there
<srhb> eyJhb: So, in order to get the same behaviour within and without nixos, I use <nixpkgs-overlays>
<srhb> That way my ad-hoc nix-shells pick them up too
<srhb> On the other hand, I might get them out of sync of my NixOS config
<srhb> So I guess your mileage may vary.
<eyJhb> Out of sync in which way?
<srhb> Say, i change my overlays to support some nix-shell workflow and accidentally break my NixOS config.
<srhb> Because some overlay is now incompatible with it.
<eyJhb> I think my trouble might be, that I have a hard time imgaining anything related to nix-shell, that might break NixOS config. But I get the idea!
<eyJhb> *I still basically struggle with everything related to overlays.
noqqe has joined #nixos
<srhb> eyJhb: I can easily write an overlay that breaks, say, firefox
<srhb> eyJhb: Now my NixOS config cannot build
<srhb> Because I changed/created the overlay out of band with my NixOS config, I only discovered it out-of-band too.
<srhb> eyJhb: Sort of wishy washy argument, but...
* joepie91[m] is not a fan of the bits of magic spread throughout the Nix ecosystem
rsoeldner has joined #nixos
<srhb> Mostly impure.nix is called that for a reason :P
<joepie91[m]> it's probably only a handful of things like this, but together it makes it really difficult to understand how and when the Nix tools decide to do something
<joepie91[m]> I still have a lot of black boxes in my understanding of Nix
<joepie91[m]> too many
<srhb> It's not so bad, frankly.. Once you see it, you realize there's not so many, imo.
<rsoeldner> Looking for a way to generate a derivation over all installed haskell packages with a generated ctag file, someone has done this ?
<joepie91[m]> srhb: yes, but that is exactly my point :)
rfold has joined #nixos
<joepie91[m]> it's only a few bits of magic, with significant impact
<joepie91[m]> that's a bad thing, not a good thing :P
<srhb> Hm, okay.
<joepie91[m]> srhb: like, the fact that there is only a handful of magic-y bits but it obscures the workings of *so many* things for so many people (because I am certainly not the first with this complaint) suggests that they are either *very* magic bits, or they are *very* poorly documented/argumented
<{^_^}> [nixpkgs] @pierreis opened pull request #63097 → fbthrift: init at v2019.06.10.00 → https://git.io/fj2Rb
<joepie91[m]> I couldn't tell you which, because like I said, I don't understand it :)
yastero has joined #nixos
fendor has joined #nixos
<noqqe> hi guys, in telegraf its possible to define a section twice i.e. [input.mqtt]. When i define this in services.telegraf.extraconfig, the parser fails (obviously)
<noqqe> any workaround idea?
orivej has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « scala: Init 2.13 »: https://git.io/fj2Rj
inquisitiv3 has quit [Ping timeout: 258 seconds]
Notkea has quit [Read error: Connection reset by peer]
Notkea has joined #nixos
<{^_^}> [nixpkgs] @srhb pushed 2 commits to master: https://git.io/fj20f
<{^_^}> [nixpkgs] @srhb merged pull request #63053 → kythe: 0.0.28 -> 0.0.30 → https://git.io/fj2qH
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « kafka: 2.2.0 -> 2.2.1 »: https://git.io/fj20U
drewr has quit [Quit: ERC (IRC client for Emacs 26.2)]
toppler has quit [Ping timeout: 245 seconds]
ffdfdfdf has quit [Quit: Page closed]
<{^_^}> [nixpkgs] @srhb merged pull request #62927 → broot: 0.7.5 -> 0.8.0 → https://git.io/fjgTS
<{^_^}> [nixpkgs] @srhb pushed 2 commits to master: https://git.io/fj20L
fusion809 has quit [Remote host closed the connection]
toppler has joined #nixos
veske has joined #nixos
nD5Xjz has quit [Ping timeout: 272 seconds]
<slabity> It looks like `services.restya-board.enable` - Can anyone else confirm?
pie__ has quit [Ping timeout: 272 seconds]
nD5Xjz has joined #nixos
inquisitiv3 has joined #nixos
kvaster_ has joined #nixos
<srhb> slabity: I think you part of your message? ? :)
shibboleth has quit [Quit: shibboleth]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #62613 → iamy: 2.1.1 -> 2.3.2 → https://git.io/fjEFN
<{^_^}> [nixpkgs] @kalbasit pushed commit from @suvash to master « iamy: 2.1.1 -> 2.3.2 (#62613) »: https://git.io/fj20c
<slabity> Whoops. Meant to say it looks like it's failing
kim0 has quit [Quit: Connection closed for inactivity]
<codedmart7> srhb For the record systemd boot works great. NixOS didn't mess with any of my current files and works perfectly.
<srhb> codedmart7: I am pleasingly surprised. How does boot selection work then? Do you choose a different loader in the firmware interface somehow?
<srhb> Or does the list magically get updated.
<codedmart7> The list is magically updated. So if there is just one generation it shows my Arch and OSX plus `NixOS`
rpg has joined #nixos
<srhb> Huh, surprising. Neat :)
<codedmart7> If there are more generations is shows `NixOS (Generation 1 ...`
<codedmart7> Yeah pretty cool
<codedmart7> Now I just need to figure out how to configure everything I need in my OS :).
<srhb> codedmart7: That's the fun part :3
<codedmart7> Install was super easy.
<srhb> Great to hear!
<codedmart7> With Luks and LVM to boot. Worked first try.
ris has joined #nixos
rsoeldner has quit [Ping timeout: 256 seconds]
<hyper_ch> I prefer native encrypted root zfs in mirror mode :)
<lordcirth> My home PC is 3x480GB SSDs in raidz, but it's Xubuntu 18.04 with ZFS 0.7. I may install NixOS one of these days.
alex`` has quit [Ping timeout: 248 seconds]
alex`` has joined #nixos
gratto has quit [Read error: Connection reset by peer]
gratto has joined #nixos
cfricke has quit [Quit: WeeChat 2.5]
sigmundv has joined #nixos
mexisme has quit [Ping timeout: 245 seconds]
mexisme has joined #nixos
<o1lo01ol1o> does anyone know how the gitlabpulls plugin works with private repositories?
Shoubit has quit [Ping timeout: 272 seconds]
<o1lo01ol1o> (on hydra)
psyanticy has quit [Quit: Connection closed for inactivity]
<hyper_ch> lordcirth: zfs is just really awesome :)
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/fj20z
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-pandoc: update overrides for latest version »: https://git.io/fj20g
kvaster_ has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-hlint: use the latest ghc-lib-parser version »: https://git.io/fj20w
PirBoazo has joined #nixos
lostman has quit [Quit: Connection closed for inactivity]
Netsu has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fj20o
<Netsu> Hello, I have a question: how to override package in channel?
<emilsp> are there any edinburgh folk here?
<gchristensen> pretty sure yes
<{^_^}> [nixpkgs] @edolstra opened pull request #63099 → rustc: 1.34.2 -> 1.35.0 → https://git.io/fj206
<Netsu> E.g. I have with import (import ./nix/channel.nix) { config.allowUnfree = true; }; (.....) for my nix shell development environment
<lordcirth> hyper_ch, any particular difficulties with installing root on ZFS in NixOS?
<hyper_ch> lordcirth: just read the wiki entry
<Netsu> How can I replace e.g. dune.version for this channel for all packages that depend on dune?
<hyper_ch> lordcirth: https://nixos.wiki/wiki/NixOS_on_ZFS you need to use legacy as mountpoint and define them in the hardware-configuration.nix and you can't use the zfs automount
<hyper_ch> that's about it
<lordcirth> hyper_ch, cool, thanks
<hyper_ch> even encryption (incl. remote unlocking) is easy
<lordcirth> Cool, I will tinker with that
<hyper_ch> that's what vms are predestined for ;)
<emilsp> can't wait for 0.8 to land in stable >_<
<hyper_ch> emilsp: why not use zfs unstable?
<hyper_ch> boot.zfs.enableUnstable = true;
<hyper_ch> boot.supportedFilesystems = [ "zfs" ];
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-tasty-lua: disable test suite to fix the build »: https://git.io/fj20D
<lordcirth> hyper_ch, is that what you are doing?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-tasty-lua: disable test suite to fix the build »: https://git.io/fj205
domogled has quit [Remote host closed the connection]
<hyper_ch> lordcirth: what am I doing?
<lordcirth> hyper_ch, enableUnstable
<hyper_ch> lordcirth: yes, I need encryption
<hyper_ch> and ssd trim
<lordcirth> Have you seen a notable difference when enabling trim?
<hyper_ch> lordcirth: trimming after 1h uptime on my notebook https://paste.simplylinux.ch/view/raw/7b05748f
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-hslua-module-system: re-enable the build; it succeeds fine now »: https://git.io/fj20b
<jb55> does anyone know of a tool like diffoscope but for auditing dependency source code changes? I want something where I upgrade my deps and get a shortlog of all the changes across all of my dependencies.
<gchristensen> nix-diff on the drv's?
<hyper_ch> gchristensen: isn't zfs 0.8 now also in stable?
<gchristensen> dunno
<hyper_ch> lemme check
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-cryptol: update overrides for new sbv version »: https://git.io/fj20N
<hyper_ch> yes, it is, zfs stable and unstable use same currently https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/zfs/default.nix#L157-L162
zupo has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
Jackneill has joined #nixos
<lordcirth> Oh, even better!
sigmundv has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-constraints-deriving: disable test suite to fix the build »: https://git.io/fj20h
tmaekawa has joined #nixos
_e has joined #nixos
drewr has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 8 commits to haskell-updates: https://git.io/fj2ET
wfranzini has joined #nixos
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: disable broken builds to fix Hydra evaluation »: https://git.io/fj2EI
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fj2EL
alex``` has joined #nixos
pie__ has joined #nixos
<hyper_ch> lordcirth: you use which nixos version?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « pandoc: update build dependency version for the new 2.7.3 release »: https://git.io/fj2Es
domogled has joined #nixos
<emilsp> hyper_ch: because I'd want to use it for backups :)
<hyper_ch> emilsp: what nixos version are you using?
alex`` has quit [Ping timeout: 248 seconds]
<emilsp> 18.03
<emilsp> or, no, the latest stable release
<hyper_ch> isn't that like really ancient?
<hyper_ch> latest stable would be 19.03 I think
<hyper_ch> it could alsready have zfs 0.8
<emilsp> Yep, I'm on 19.03. It has zfs 0.8 if I want to use zfsUnstable.
jgt has quit [Ping timeout: 248 seconds]
<hyper_ch> probably it also have 0.8 in zfsStable
<garbas> zimbatm: around? can you help me transfer pypi2nix to nix-community?
<zimbatm> hey garbas !
<zimbatm> let me add you to the org
<garbas> zimbatm: i was postponing with this thing for about a year now :)
PirBoazo has quit [Quit: Bonne Fin de Journée]
<zimbatm> procrastination badge acquired
<zimbatm> garbas: invitation sent!
* garbas still waiting for the invitation
civodul has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos
drakonis_ has joined #nixos
pie__ has quit [Remote host closed the connection]
Anton-Latukha has quit [Quit: Leaving.]
pie__ has joined #nixos
drakonis has quit [Ping timeout: 248 seconds]
sptz has quit [Quit: WeeChat 2.4]
<garbas> zimbatm: no email, can you send me the link in pm?
<zimbatm> garbas: you should see it if you go to https://github.com/orgs/nix-community
<zimbatm> github is confusing
<garbas> i see, got it
selfsymmetric-pa has joined #nixos
<garbas> zimbatm: can you also give push permissions to seppeljordan?
<garbas> and push permissions also to me
jgt has joined #nixos
<zimbatm> sure
alp has quit [Remote host closed the connection]
<zimbatm> invite sent
knupfer has quit [Ping timeout: 250 seconds]
alp has joined #nixos
<m1cr0man> holy heck. I just discovered "Open in remote terminal"
jgt has quit [Ping timeout: 248 seconds]
veske2 has joined #nixos
<m1cr0man> this is in nautilus, when you have an ssh remote folder mounted
veske has quit [Ping timeout: 268 seconds]
alp has quit [Remote host closed the connection]
mexisme has quit [Ping timeout: 244 seconds]
fenedor has joined #nixos
otulp has joined #nixos
fendor has quit [Ping timeout: 258 seconds]
<arianvp> Hmm
<arianvp> I can't switch to another tty on my ThinkPad with gdm
<arianvp> Ctrl+alt+f2 doesn't work
<arianvp> (fresh NixOS install)
<{^_^}> [nixpkgs] @aanderse opened pull request #63100 → drop unmaintained phabricator package, service, and httpd subservice → https://git.io/fj2uU
<o1lo01ol1o> I have a question about pypi2nix: I have a package that requires llvm: pypi2nix -V "3.6" -r requirements.txt -e setuptools_scm -e clang -e llvm -N 'LLVM_CONFIG=${pkgs.llvm}'. However, this leads to ERROR: Could not find a version that satisfies the requirement llvm. What am I doing wrong?
Jackneill has quit [Remote host closed the connection]
Soo_Slow has quit [Remote host closed the connection]
veske2 has quit [Read error: Connection reset by peer]
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
<{^_^}> [nixops] @Ma27 opened pull request #1164 → container backend: allow setting {local,host}Address → https://git.io/fj2us
kim0 has joined #nixos
drakonis has joined #nixos
rpg has quit [Quit: Textual IRC Client: www.textualapp.com]
drakonis_ has quit [Ping timeout: 248 seconds]
orivej has joined #nixos
drakonis_ has joined #nixos
drakonis has quit [Ping timeout: 258 seconds]
rfold has quit [Quit: WeeChat 2.4]
hmpffff has quit [Quit: nchrrrr…]
toppler has quit [Ping timeout: 248 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7815c86c104 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jgt has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
mexisme has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
toppler has joined #nixos
dwdr has quit [Remote host closed the connection]
jgt has quit [Ping timeout: 258 seconds]
niten has quit [Ping timeout: 248 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3d26aeea173 (from 2 days ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
drakonis has joined #nixos
sigmundv has joined #nixos
ambro718 has quit [Quit: Konversation terminated!]
<nyanloutre[m]> hello, does anyone noticed that Gimp is used as the default app for everything ?
<nyanloutre[m]> I am on KDE and I can't figure out why
<{^_^}> [nix] @danidiaz opened pull request #2945 → Expanded documentation for .nix-defexpr → https://git.io/fj2ud
<{^_^}> [nixpkgs] @dasJ opened pull request #63101 → nixos/gitea: Generate a JWT secret for git LFS → https://git.io/fj2uN
alex``` has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @CohenCyril opened pull request #63102 → coqPackages: fix + add multinomials 1.3 + coqeal 1.0.0 → https://git.io/fj2uj
alex`` has joined #nixos
<drakonis> that's a mime
lovesegfault has quit [Ping timeout: 258 seconds]
<mjrosenb> https://gist.github.com/mjrosenb/355dca220345585cd32eebdcc39db944 -- anyone know why it would fail like this? it looks like there's a dependency missing, or at the wrong version.
ddellacosta has joined #nixos
<nyanloutre[m]> for example KDE will happily try to open OGG files with Gimp as default 😁
jasongrossman has quit [Ping timeout: 248 seconds]
alp has joined #nixos
alp has quit [Ping timeout: 245 seconds]
Lears has joined #nixos
[Leary] has quit [Read error: No route to host]
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #63103 → Deprecate types.loaOf [WIP] → https://git.io/fj2zm
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/c8dedaddd64 (from 32 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
erasmas has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
fenedor has quit [Read error: Connection reset by peer]
Zer000 has joined #nixos
sigmundv has quit [Ping timeout: 248 seconds]
jgt has joined #nixos
freeman42y has joined #nixos
jgt has quit [Ping timeout: 258 seconds]
Matthieu_ has quit [Ping timeout: 248 seconds]
freeman42x has quit [Ping timeout: 259 seconds]
linkrage has joined #nixos
ks0ne has quit [Quit: Lost terminal]
adamantium has joined #nixos
thc202 has quit [Ping timeout: 258 seconds]
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/3674ff05ecd (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b58ada326aa (from 16 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<infinisil> This is probably too long and should go in the wiki, but:
<infinisil> ,mime = How to set default applications for file types using xdg-mime: Use `xdg-mime query filetype <file>` to figure out the mimetype of <file>, check for available .desktop files in /run/current-system/sw/share/applications (or other base dirs from $XDG_DATA_DIRS), then use `xdg-mime default <programname>.desktop <mimetype>` to change the default program for a file type. E.g. `xdg-mime default
<{^_^}> mime defined
<infinisil> firefox.desktop text/plain`. Mime type for HTTP and HTTPS is x-scheme-handler/http and x-scheme-handler/https
<infinisil> It is too long darn!
<drakonis> cut back the size a little bit
<drakonis> or split it in two
<drakonis> does the bot have ability to append instead of defining?
<drakonis> or is it all functional :V?
<infinisil> ,mime = `xdg-mime query filetype <file>` to get the mimetype of <file>, see available .desktop files in /run/current-system/sw/share/applications (or others from $XDG_DATA_DIRS), use `xdg-mime default <programname>.desktop <mimetype>` to change the default program, e.g. `xdg-mime default firefox.desktop text/plain`. Mime type for HTTP and HTTPS is x-scheme-handler/http and x-scheme-handler/https
<{^_^}> mime redefined, was defined as How to set default applications for file types using xdg-mime: Use `xdg-mime query filetype <file>` to figure out the mimetype of <file>, check for available .desktop files in /run/current-system/sw/share/applications (or other base dirs from $XDG_DATA_DIRS), then use `xdg-mime default <programname>.desktop <mimetype>` to change the default program for a file type. E.g. `xdg-mime default
<infinisil> There
<infinisil> drakonis: It does not
<drakonis> fair enough
<infinisil> But that's been suggested before, might be nice to have
<drakonis> anyways, flakes is the dopest thing out there, not having to wrestle with channels in order to develop is a boon
<drakonis> i am jumping up and down with hype now
<drakonis> does it merit a post on discourse right now?
erasmas has joined #nixos
<infinisil> nyanloutre[m]: Oh btw, this above there was for you
m0rphism has quit [Ping timeout: 268 seconds]
erasmas has quit [Ping timeout: 245 seconds]
acarrico has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @CohenCyril closed pull request #63102 → coqPackages: fix + add multinomials 1.3 + coqeal 1.0.0 → https://git.io/fj2uj
<samueldr> weird, I never had to wrestle with channels to do anything
szicari has joined #nixos
ricekrispie has quit [Quit: YEET]
jgt has joined #nixos
alex`` has quit [Quit: WeeChat 2.4]
jgt has quit [Ping timeout: 259 seconds]
endformationage has quit [Ping timeout: 248 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
fusion809 has joined #nixos
zfnmxt has quit [Read error: Connection reset by peer]
zfnmxt has joined #nixos
ricekrispie has joined #nixos