Supersonic112 has quit [(Disconnected by services)]
Supersonic112_ has joined #nixos
Supersonic112_ is now known as Supersonic112
b has quit [(Quit: Lost terminal)]
mbrgm has quit [(Ping timeout: 252 seconds)]
mbrgm has joined #nixos
Infinisi1 has joined #nixos
lambdamu has joined #nixos
justanotheruser has quit [(Ping timeout: 246 seconds)]
fresheyeball has joined #nixos
<fresheyeball>
I currently use no displayManager, and login shows the nix logo.
<fresheyeball>
Can I customize that login page in any way?
scribbler has quit [(Remote host closed the connection)]
Infinisil has quit [(Ping timeout: 240 seconds)]
lambdamu_ has quit [(Ping timeout: 248 seconds)]
fresheyeball has quit [(Ping timeout: 264 seconds)]
scribbler has joined #nixos
justanotheruser has joined #nixos
<fearlessKim[m]>
I wonder why nix-shell insists on loading a shell.nix, I have this command "nix-shell -I ~/nixpkgsbis -A linux_mykernel" (linux_mykernel being defined in my overlays), I don't need anything else. do I have to write a shell.nix either way ?
<maurer>
If nixpkgsbis contis what I think it is, instead try
<maurer>
nix-shell ~/nixpksbis -A linux_mykernel
<maurer>
*contains what I think it does
griff_ has quit [(Quit: griff_)]
<fearlessKim[m]>
maurer: seems working thanks <3
takle has joined #nixos
<mog>
can i make nixos create symlinks for me i tried doing it from environment.etc but it wouldnt do what i wanted
takle has quit [(Ping timeout: 260 seconds)]
<mog>
i want to store my logs on an external drive, which means several symlinks of those
<mog>
id rather have nixos create them so my machine has less state
<Infinisi1>
freusque: There is a default display manager being used, not sure what it is though, you could check
oida_ has joined #nixos
<Infinisi1>
mog: You could just have some script create the symlink (if it doesn't exist) when the x session starts
jellowj has quit [(Ping timeout: 248 seconds)]
oida has quit [(Ping timeout: 248 seconds)]
Brewski has quit [(Ping timeout: 248 seconds)]
jellowj has joined #nixos
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
stepcut has quit [(Ping timeout: 248 seconds)]
sellout- has joined #nixos
stepcut has joined #nixos
<fearlessKim[m]>
when I run my previous nix-shell command, I get "warning: dumping very large path (> 256 MiB); this may run out of memory". What is the path referred to ?
<fearlessKim[m]>
(i wonder if I can run sthg nicer to the system)
jsgrant has joined #nixos
<Infinisi1>
fearlessKim[m]: Are you putting a very large directory in your derivation?
<Infinisi1>
E.g. Anything like src = some/path; or "${some/path}" will import some/path into the nix store, which is probably not what you want with large directories
<fearlessKim[m]>
Infinisi1: my overlay has "src=/home/kim/kernel" (a linux kernel) so that could be it
<Infinisi1>
So it's actually over 256MB?
<Infinisi1>
You could use ncdu to inspect the directory to find out what's so big in that case
work has quit [(Quit: Connection closed for inactivity)]
<Infinisi1>
It could be that you're including the .git directory
<Infinisi1>
In that case you could use src = lib.cleanSource /home/kim/kernel; which should not include .git and similar irrelevant stuff
mizu_no_oto has joined #nixos
<fearlessKim[m]>
yep there is the git folder (2Gb), with your solution it looks much faster (even though it's still > 256Mb, the "drivers" folder alone being >300MB). Thanks !
<eacameron>
I'm having a very hard time getting nix-shell to work for a haskell package. nix-build (using default.nix) works fine. But when I try to open a nix-shell to that same derivation, none of the Haskell dependencies are there.
Radivarig__ has quit [(Ping timeout: 248 seconds)]
<eacameron>
Even doing `nix-shell -E '(import ./default.nix {}).env` doesn't work.
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
ktf has joined #nixos
scribbler has quit [(Ping timeout: 248 seconds)]
scribbler has joined #nixos
ktf has quit [(Ping timeout: 252 seconds)]
stepcut has quit [(Remote host closed the connection)]
stepcut has joined #nixos
stepcut has quit [(Ping timeout: 260 seconds)]
scribbler has quit [(Remote host closed the connection)]
<rotaerk>
eacameron, have a shell.nix? if so what's in it?
<rotaerk>
also what's in the default.nix
jellowj has quit [(Ping timeout: 260 seconds)]
<eacameron>
rotaerk: I'm pretty sure this is a new bug in nixpkgs at this point.
Nobabs27 has joined #nixos
<rotaerk>
hmm I upgraded to the latest nixpkgs fairly recently, and I have no problems
<rotaerk>
how new?
davidak has joined #nixos
<eacameron>
I'm guessing in the last 24 hours
<eacameron>
rotaerk: Hmm...no. I just upgraded to latest nixpkgs-unstable which is 3 days old
<rotaerk>
ah; I don't think I've been using unstable
<rotaerk>
though really, I reference github commits
<simpson>
I have a package that doesn't have a Makefile nor any kind of abstractions, but instead literally instructs in the README to call gcc.
<simpson>
Okay, no problems. But!
<simpson>
They mention a pile of various useful gcc flags, some of which I want, most of which I don't. It occurs to me that NixOS probably has some sort of standard CFLAGS; where would that be?
scribbler has quit [(Remote host closed the connection)]
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v5P1S
<NixOS_GitHub>
nixpkgs/master d6f9c0b Vladimír Čunát: nixos tests: restrict sysctl and plasma5 to x86_64-linux...
NixOS_GitHub has left #nixos []
Fendor has joined #nixos
<freeman42x>
Infinisil, thank you, this is what I was looking for "environment.variables.PATH = [ "$HOME/.local/bin" ]"
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
MercurialAlchemi has joined #nixos
vandenoever has quit [(Ping timeout: 248 seconds)]
Fendor has quit [(Ping timeout: 255 seconds)]
scribbler has quit [(Ping timeout: 240 seconds)]
Ivanych has joined #nixos
phreedom has quit [(Ping timeout: 240 seconds)]
Fendor has joined #nixos
Fendor has quit [(Ping timeout: 264 seconds)]
griff_ has joined #nixos
griff_ has quit [(Ping timeout: 246 seconds)]
obadz has quit [(Ping timeout: 240 seconds)]
phreedom has joined #nixos
scribbler has joined #nixos
sary has quit [(Ping timeout: 260 seconds)]
hamishmack has joined #nixos
obadz has joined #nixos
sary has joined #nixos
Fendor has joined #nixos
odi has quit [(Ping timeout: 248 seconds)]
scribbler has quit [(Remote host closed the connection)]
<fearlessKim[m]>
as there is no man for the package nixUnstable, is there a way to enable a history of commands ? like if I restart $nix repl, I would like it to remember my previous commands
Fendor has quit [(Ping timeout: 246 seconds)]
sophiag has joined #nixos
scribbler has joined #nixos
pie_ has quit [(Ping timeout: 248 seconds)]
Fendor has joined #nixos
<sophiag>
anyone experiencing issues with dropbox? it's always been a thorn in my side on nix since it requires updating, plus something has been causing me to have to rollback to 16.09 then rebuild switch after every reboot, but now i just had to disable it entirely and rebuild because it was taking up 100% of my cpu usage and not responding to sigkill even though stat was marked R. there's a 15-month old open issue on it, but the behavior seems
<sophiag>
different :(
eacameron has joined #nixos
martinb has quit [(Ping timeout: 260 seconds)]
<sophiag>
i'm not sure if it would just be solved if i could eliminate whatever is causing me to have to rollback, but google apparently tells me the dropbox app is just garbage and freezing from it draining cpus (across oses) is not uncommon
pie_ has joined #nixos
Fendor has quit [(Ping timeout: 260 seconds)]
eacameron has quit [(Ping timeout: 240 seconds)]
odi has joined #nixos
eacameron has joined #nixos
<tilpner>
fearlessKim[m] - History seems to be enabled by default
pie_ has quit [(Ping timeout: 240 seconds)]
<fearlessKim[m]>
tilpner: arf it seems to work with nix repl 1.12pre5511_c94f3d55 but not with nix-repl
<fearlessKim[m]>
no Ctrl-R yet though :'(
<tilpner>
Yeah, I was testing with 1.12pre5511_c94f3d55 too
<fearlessKim[m]>
thanks
eacameron has quit [(Ping timeout: 248 seconds)]
martinb has joined #nixos
Fendor has joined #nixos
justanotheruser has quit [(Ping timeout: 264 seconds)]
Fendor has quit [(Ping timeout: 240 seconds)]
JosW has joined #nixos
martinb has quit [(Ping timeout: 246 seconds)]
ertes has quit [(Ping timeout: 260 seconds)]
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] peterhoeg pushed 1 new commit to master: https://git.io/v5PyX
<NixOS_GitHub>
nixpkgs/master 90b3d2d Peter Hoeg: qtox: drop gtk2 dependency...
<BlessJah>
was there downgrade of nixos-17.03-small? 17.03 is at 17.03.1819.7eb1a42de4, but small is at earlier version 17.03.1817.694529e45d
eacameron has joined #nixos
<sphalerite>
That's very strange…
<silver_hook>
sphalerite: What’s the best way forward then?
<sphalerite>
Seems to be quite a lot of failures as well
<sphalerite>
working out what the failures are and if they're bad :p
mudri has quit [(Ping timeout: 240 seconds)]
<silver_hook>
sphalerite: This is my first real NixOS install, so happy to help what I can in my limited hands-on experience, but it is limited.
Fendor has joined #nixos
zeus_ has quit [(Remote host closed the connection)]
mudri has joined #nixos
endformationage has quit [(Quit: WeeChat 1.9)]
eacameron has quit [(Ping timeout: 248 seconds)]
<sphalerite>
I'll see if I can find anything out
<sphalerite>
And you're on the 17.09 channel?
<silver_hook>
sphalerite: Thanks. Yes, on 17.09 (I need KDE PIM and beta state as a trade-off worth it)
<silver_hook>
s/beta/took the beta
Fendor has quit [(Ping timeout: 248 seconds)]
proteusguy has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
Fendor has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
eacameron has joined #nixos
Fendor has quit [(Ping timeout: 246 seconds)]
civodul has joined #nixos
aloiscochard has joined #nixos
<sphalerite>
So when will we get something like debian's popularity-contest so we can work out what everybody's using and will break stuff for everyone?
eacameron has quit [(Ping timeout: 240 seconds)]
sophiag has quit [(Remote host closed the connection)]
<fearlessKim[m]>
while installing slack from latest nixpkgs (90b3d2), I get "error: unexpected EOF reading a line"
pie_ has joined #nixos
<sphalerite>
fearlessKim: I don't have that commit in mine. Which channel?
Fendor has quit [(Ping timeout: 255 seconds)]
freeman42y[m] has joined #nixos
<fearlessKim[m]>
sphalerite: it's "qtox: drop gtk2 dependency" on nixos/nixpkgs master
<sphalerite>
don't run master, it's a bad idea
<sphalerite>
use the unstable channel, or unstable-small if you really need the updates quickly
goibhniu has joined #nixos
<sphalerite>
They follow the master branch pretty closely but are checked for a reasonable degree of sanity
Neo-- has joined #nixos
<fearlessKim[m]>
I've been contributing a bit lately so I remained on master thinking that the PR checks would be enough to catch tis kind of error
ktf has quit [(Ping timeout: 240 seconds)]
<fearlessKim[m]>
but ofc you are right, I will do that xD
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
<sphalerite>
I usually work from nixos-unstable then rebase onto master for the PR
<sphalerite>
although the rebasing isn't even really necessary
<fearlessKim[m]>
for a moment I didn't get why nix-env wouldn't use $HOME/nixpkgs even though it's in my NIX_PATH but according to man/doc, it always look in ~/.nix-defexprs, kinda disappointing :'(
ktf has joined #nixos
takle has joined #nixos
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
Fendor has joined #nixos
eacameron has joined #nixos
mudri has quit [(Ping timeout: 246 seconds)]
<sphalerite>
nix-env() { for arg in "$@" ; do if [[ arg = "-f" ]] ; then hasF=1 ; fi ; done; if [[ -n "$hasF" ]] ; then nix-env "$@"; else nix-env -f '<nixpkgs>' "$@" ; fi }
eacameron has quit [(Ping timeout: 252 seconds)]
<sphalerite>
… nice. I managed to get zsh to segfault with that function
Fendor has quit [(Ping timeout: 248 seconds)]
<sphalerite>
oh, of course. Infinite recursion.
<sphalerite>
Derp.
<fearlessKim[m]>
well you are on "unstable"
<sphalerite>
Still, a segfault?
<sphalerite>
I'm not, I'm on 17.03
<sphalerite>
http://ix.io/zK7 gets nix-env to use <nixpkgs> from NIX_PATH by default
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
mudri has quit [(Ping timeout: 240 seconds)]
sary has joined #nixos
ktf has quit [(Ping timeout: 240 seconds)]
bennofs has joined #nixos
saltsa has joined #nixos
python476 has quit [(Ping timeout: 264 seconds)]
Itkovian has joined #nixos
ktf has joined #nixos
erictapen has quit [(Ping timeout: 260 seconds)]
ktf_ has joined #nixos
python476 has joined #nixos
griff_ has joined #nixos
twey1 has joined #nixos
ktf has quit [(Ping timeout: 264 seconds)]
ktf_ has quit [(Ping timeout: 255 seconds)]
<sphalerite>
Any Dell 9650 (latest XPS 15) users here who have tried using the USB-C/thunderbolt 3 port?
freeman42x[m] has joined #nixos
<sphalerite>
If I plug in this USB hub with an ethernet adapter which I just bought, I get some discouraging messages in the journal and it doesn't seem to work
<sphalerite>
Is there a good reason for /nix/var/nix/profiles/per-user to be world-writable and sticky, rather than having e.g. the daemon create a directory for the user with their name?
ktf_ has quit [(Ping timeout: 246 seconds)]
Nergal has quit [(Remote host closed the connection)]
<sphalerite>
spacefrogg: because it feels wrong having the users able to create whatever they want there
nslqqq has quit [(Ping timeout: 240 seconds)]
<sphalerite>
Idk if there's any real issue with that — a DoS I suppose if one user creates another's directory before they've used nix
nslqqq has joined #nixos
<sphalerite>
lluchs: in case you're interested — the hub does work on Debian sid with Linux 4.12 so I'm going to try upgrading to 17.09 and see if it helps
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] bjornfor pushed 1 new commit to master: https://git.io/v5XGu
<lluchs>
Ah, interesting. I'm on unstable in any case
<spacefrogg>
sphalerite: The only bad thing, that can happen, is that an evil user creates another user's directory in there. Thus, preventing the good user from having his own profile. This fails quite loudly after login of the good user.
eacameron has joined #nixos
MercurialAlchemi has quit [(Ping timeout: 255 seconds)]
<lluchs>
sphalerite: Does your touchpad work fine? Mine sometimes (or even often) has ghost touches and I'm not sure whether it's a driver or a hardware issue
odi has quit [(Ping timeout: 246 seconds)]
takle has joined #nixos
mattcode has joined #nixos
<sphalerite>
lluchs: nope, not had any of that I think
<sphalerite>
well sometimes when I brush it it misinterprets it as a click, usually while I'm in a FPS, which then scares the crap out of me because I wasn't expecting a shot sound
freeman42y[m] has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] bjornfor pushed 1 new commit to release-17.09: https://git.io/v5XGh
<NixOS_GitHub>
[nix] edolstra pushed 1 new commit to master: https://git.io/v5Xgr
<NixOS_GitHub>
nix/master fc0ded3 Eelco Dolstra: nix why-depends: Add option to show all edges causing a dependency...
NixOS_GitHub has left #nixos []
<Dezgeg>
um, that is most likely not correct u-boot build
<clever>
the problem i had was it being very eratic and unpredictable, even when just restarting it repeatedly with no changes to the uSD card
<Dezgeg>
according to the wiki it's Lamobo_R1_defconfig
<clever>
68 ubootBananaPi = buildUBoot rec {
freeman42y[m] has joined #nixos
<clever>
69 defconfig = "Bananapi_defconfig";
<samueldr>
curious, here on 17.03, your command tells me "armv7l-linux is required to build [...]", is there anything else needed for cross-compilation or is it an unstable/17.09 thing?
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nix] edolstra pushed 2 new commits to master: https://git.io/v5X2s
<NixOS_GitHub>
nix/master 1511f01 Peter Simons: docker: update to Nix 1.11.14...
<clever>
you also need to patch the nix-daemon running on the machine that runs both arches
<clever>
the patch is on line 13
Sonarpulse has joined #nixos
Sonarpulse has quit [(Remote host closed the connection)]
<clever>
without that patch, an x86 build of nix will just complain, armv7l-linux is required to build [...]
<samueldr>
I was able to "boot" using systemd-nspawn, but when executing nixos-rebuild I always hit `qemu: uncaught target signal 4 (Illegal instruction) - core dumped`
Sonarpulse has joined #nixos
<clever>
with the patch to nix, you gain a build-extra-platforms field in nix.conf, where you can convince nix to just blindly run builds meant for the "wrong" arch
<makefu>
so much magic
<clever>
also fun: make a qemu-user that runs x86 code on an arm
zeus_ has quit [(Ping timeout: 264 seconds)]
<samueldr>
s/fun/slow
<clever>
pre-compiled closed-source junk now "works" on a raspberry pi!
freeman42y[m] has quit [(Ping timeout: 248 seconds)]
<clever>
or even more wonky, make a qemu-user for x86, that runs on x86!
<clever>
i was debugging a program that failed under qemu-system, when kvm was turned off
<clever>
an x86 qemu-user that ran on x86 reproduced the problem without having to reboot linux constantly in a vm, without kvm speedups
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 264 seconds)]
<taaperotassu>
As making more complicated Nixos installation settings is fun, but what would be the best way to install ready made configs? I have being thinking about github or pastebin.. like somehow copying them and build up new box quickly.. what kind of ways you guys use?
<Mic92>
taaperotassu: I have my configuration in my dotfiles repo and then just symlink
digitus has joined #nixos
<joko>
taaperotassu: as Mic92 said, my NixOS configuration is in a Git repo and I just symlink it to /etc/nixos
__Sander__ has quit [(Quit: Konversation terminated!)]
<taaperotassu>
I didn't know there were such good resources out there. :D
supremacsy has joined #nixos
freeman42y[m] has joined #nixos
pxc has quit [(Ping timeout: 240 seconds)]
pxc has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] rycee pushed 2 new commits to master: https://git.io/v5XyV
<NixOS_GitHub>
nixpkgs/master f6537da Robert Helgesson: perl-Log-Contextual: 0.006003 -> 0.007001
<NixOS_GitHub>
nixpkgs/master 99b09a2 Robert Helgesson: perl-Data-Dumper-Concise: 2.022 -> 2.023
NixOS_GitHub has left #nixos []
freeman42y[m] has quit [(Read error: Connection reset by peer)]
<supremacsy>
Hi everyone! Is problematic upgrade from nixos-16.03 to nixos-17.03 a known thing or I was just unlucky? KDE is not fully operational after the upgrade.
freeman42y[m] has joined #nixos
freeman42x[m] has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] rycee pushed 1 new commit to release-17.03: https://git.io/v5XyN
<pxc>
supremacsy: there were some changes between those two releases in how KDE setup is done, but I think those just required NixOS configuration changes. What's not working?
Filystyn has joined #nixos
<supremacsy>
pxc: Global shortcuts daemon is not running. I used the configuration from another system, where I installed 17.03 on a bare system. It looks like something in the transition from 16.03 to 17.03 is not done properly.
phreedom has quit [(Ping timeout: 240 seconds)]
Bane^ has quit [(Ping timeout: 260 seconds)]
<joko>
supremacsy: maybe it's something on the user configuration which is not working?
Bane^ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v5XS7
<Mic92>
you can wrap you executable to extend PATH via makeWrapper
sellout- has joined #nixos
<joko>
So, it's the Golang binary of lxd
sellout- has quit [(Client Quit)]
<joko>
ok, I'll try with makeWrapper
<Mic92>
you probably want to use the `wrapProgram` function of makeWrapper
freeman42y[m] has joined #nixos
<joko>
Funny thing is that my PATH already has zfs (/run/current-system/sw/bin), so I thought that I didn't even need to include zfs in buildInputs
<Mic92>
joko: you service does not inherit that
<joko>
Mic92: this is true, but for starters I'm running "lxd init"
<joko>
Oh, it might start another process, you mean
<Mic92>
joko: yeah this is only the client part of lxd.
<joko>
ok, I'll try to wrap it
<joko>
Mic92: thanks
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
freeman42x[m] has joined #nixos
freeman42y[m] has quit [(Ping timeout: 246 seconds)]
ixxie has joined #nixos
<ixxie>
Dezgeg: thanks for keeping up the NixOS on ARM article :) I was wondering if you could add a section about Raspberry Pi 3 sinced its quite popular and there has been discussion about it
Radivarig has joined #nixos
Fenedor has quit [(Read error: Connection reset by peer)]
Radivarig_ has joined #nixos
Myrl-saki has quit [(Ping timeout: 260 seconds)]
Radivarig has quit [(Ping timeout: 246 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] hamhut1066 opened pull request #29243: Traefik init at 1.3.8 (master...master) https://git.io/v5XdB
NixOS_GitHub has left #nixos []
<ixxie>
any python users in the house?
phreedom has joined #nixos
<ixxie>
I'm thinking to try using Nix on the CentOS box at work for working with pythin
<ixxie>
python*
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] primeos pushed 1 new commit to master: https://git.io/v5Xd5
<NixOS_GitHub>
nixpkgs/master 89ae07b Michael Weiss: iouyap: init at 0.97
<Dezgeg>
yeah that's the plan. I just need to locate my rpi3 again since someone "borrowed" it at work...
erictapen has joined #nixos
freeman42y[m] has joined #nixos
erictapen has quit [(Read error: Connection reset by peer)]
<toogley>
is there a list of interesting changes/features which will occur with the release of 17.09 ?
Bane^ has quit [(Ping timeout: 260 seconds)]
freeman42x[m] has quit [(Ping timeout: 248 seconds)]
erictapen has joined #nixos
mudri has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] symphorien closed pull request #29094: Trying a less disruptive patch for Cuneiform (release-17.09...fix-pyocr) https://git.io/v5rjy
NixOS_GitHub has left #nixos []
Bane^ has joined #nixos
<Mic92>
ixxie: I use nix often on non-nixos, works fine
Radivarig_ has quit [(Read error: Connection reset by peer)]
<Mic92>
better then virtualenv at least.
kezepema has joined #nixos
erictapen has quit [(Ping timeout: 240 seconds)]
<kezepema>
Is it safe to remove bzImages and initrd's in /boot/kernels to free diskspace? At this moment my boot partition has only 200M. So I'm forced to free up some older kernels.
reinzelmann has joined #nixos
predator217 has quit [(Ping timeout: 252 seconds)]
erictapen has joined #nixos
predator117 has joined #nixos
Bane^ has quit [(Ping timeout: 260 seconds)]
<Mic92>
kezepema: as long as you don't remove you current kernel
<jellowj>
hi, i was trynig to install neovim-intero plugin but ran into a sight problem
<Mic92>
in the worst-case you can fix your system with another nixos-install from installation iso
<Jacoby6000_>
How do you guys typically go about configuring vim? Do you do it the standard way, or does nixos do it's own thing? I've seen some tutorials suggesting the ladder, and I'm wondering how that effects things like ftplugin
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] timor opened pull request #29245: qfsm: fix build with gcc 6 (master...qfsm-gcc6-fix) https://git.io/v5Xp9
NixOS_GitHub has left #nixos []
AndreasO has joined #nixos
<bebarker>
is there a way to get the name of a derivation in nixpkgs from one's own nix expression? For instance, the following ends up being undefined for me: let idea_name = pkgs.jetbrains.idea-ultimate.name;
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] bjornfor pushed 2 new commits to release-17.09: https://git.io/v5Xpx
<lhart>
Hi there! Trying to cross-compile here, from the master branch of nixpkgs but I keep getting an error `undefined variable 'runCommand' at .../cc-wrapper/default.nix . I suppose I'm doing something wrong but I can't find what. If you have any ideas! Thanks
<Infinisil>
lhart: gist your nix expression?
<Infinisil>
or whatever you're using/running
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] aristidb pushed 1 new commit to release-17.09: https://git.io/v5Xj9
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 1 new commit to master: https://git.io/v51vH
<NixOS_GitHub>
nixpkgs/master bdb120c Klaas van Schelven: python.pkgs.recaptcha-client: disable broken versions...
NixOS_GitHub has left #nixos []
ktf_ has joined #nixos
ris has joined #nixos
Infinisil has quit [(Ping timeout: 240 seconds)]
taktoa has quit [(Remote host closed the connection)]
hoodoo_ has left #nixos ["Leaving"]
sary has quit [(Ping timeout: 260 seconds)]
<lhart>
Infinisil: hum... yeah I don't know. I have to admit I don't have the knowledge to understand what I see. Does anyone have a known working nix file for cross-compiling (any platform) so that I could at least see if I can make it work?
sary has joined #nixos
ktf_ has quit [(Ping timeout: 252 seconds)]
hotfuzz has quit [(Quit: WeeChat 1.7.1)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] LnL7 opened pull request #29246: clang-stdenv: move libstdcxxHook to cc-wrapper (master...clang-stdenv) https://git.io/v51Js
NixOS_GitHub has left #nixos []
kuznero has joined #nixos
<kuznero>
Hi All!
<globin>
BlessJah: can happen if that evals first and doesn't have to build a lot
<kuznero>
Is it possible for `environment.shellAliases` to be working when executed outside of terminal (e.g. Alt-F2)?
griff_ has joined #nixos
hotfuzz has joined #nixos
sellout- has joined #nixos
jellowj has quit [(Ping timeout: 240 seconds)]
<samueldr>
aliases are inherently a shell feature, so bash, zsh or fish<
<kuznero>
samueldr: hm :( so, creating a derivation with a single executable script with the name of an alias then?
<samueldr>
I don't know if there's a better way, I have been surprised many times
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 2 new commits to master: https://git.io/v51Ut
<NixOS_GitHub>
nixpkgs/master 6126e3a AndersonTorres: Moe: init at 1.9...
<NixOS_GitHub>
[nixpkgs] Lassulus opened pull request #29248: Altcoins (master...altcoins) https://git.io/v51Lv
NixOS_GitHub has left #nixos []
lhart has quit [(Ping timeout: 260 seconds)]
zraexy has quit [(Quit: Leaving.)]
scribbler has quit [(Remote host closed the connection)]
<Infinisi1>
Ummmm lol
zraexy has joined #nixos
<Infinisi1>
I just wanted to open a PR to update namecoin
civodul has joined #nixos
TweyII has quit [(Ping timeout: 255 seconds)]
sary has quit [(Ping timeout: 252 seconds)]
sary has joined #nixos
<toogley>
is the graphical installer sth like debian has where one just has to choose things from the GUI, or rather "a set of tools to be able to partition,install, etc. a nixOS manually
Ivanych has quit [(Ping timeout: 252 seconds)]
sellout- has joined #nixos
scribbler has joined #nixos
odites has joined #nixos
dieggsy has quit [(Quit: ERC (IRC client for Emacs 26.0.50))]
MP2E has joined #nixos
cfricke has quit [(Quit: WeeChat 1.9)]
phdoerfler has joined #nixos
schoppenhauer has quit [(Ping timeout: 248 seconds)]
<NixOS_GitHub>
[nixpkgs] aristidb created pulseaudio-by-default (+1 new commit): https://git.io/v51mn
<NixOS_GitHub>
nixpkgs/pulseaudio-by-default 3b03669 Aristid Breitkreuz: pulseaudio: enable by default in NixOS
NixOS_GitHub has left #nixos []
stepcut has quit [(Remote host closed the connection)]
<samueldr>
+ default software that gets installed with kde/plasma
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] aristidb opened pull request #29250: pulseaudio: enable by default in NixOS (master...pulseaudio-by-default) https://git.io/v51m2
NixOS_GitHub has left #nixos []
<aristid>
we totally should enable pulseaudio by default! :-)
<Infinisi1>
hmm, so I'll have to explicitly turn off pulseaudio on my headless nixos server?
sellout- has quit [(Quit: Leaving.)]
sary has quit [(Ping timeout: 240 seconds)]
takle has quit [(Remote host closed the connection)]
<Infinisi1>
:/
schoppenhauer has joined #nixos
<MP2E>
isn't there a minimal installation cd for this reason?
takle has joined #nixos
<MP2E>
i've only used that one anyway
<zarel>
is there any difference between the default generated config from the normal live cd and the minimal one?
<aristid>
Infinisi1: it wouldn't run it, but i guess that's a somewhat fair point
<MP2E>
I don't think so, but I haven't run the graphical one to be able to tell
<aristid>
Infinisi1: maybe i should change it to only enable by default if X11 is configured, hmm
<MP2E>
ah I see the PR now, so pulseaudio would be enabled globally unless it was explicitly disabled
AndreasO has quit [(Remote host closed the connection)]
<aristid>
MP2E: the daemon is still per-user
<aristid>
and i think it only gets loaded when used
<aristid>
but it does add stuff to the nix store for sure
<Infinisi1>
Failed to list units: Process org.freedesktop.systemd1 exited with status 1
<MP2E>
I like pulseaudio so I'm fine with it but yeah, would be good to get some feedback first, perhaps with the nix-dev mailing list
<Infinisi1>
Trying to see if pulseaudio is running
<aristid>
Infinisi1: i had the same issue a few days ago, and it was in my case due to a systemd unit timing out, causing /run/user/1000 not to be populated, while i could still already log in to X11, without a valid dbus instance
<aristid>
so then the dbus connection used by systemctl --user wouldn't work
<aristid>
Infinisi1: i think there is an issue with some ordering stuff in our systemd units
<Infinisi1>
Ohh, I actually have the error that /run/user/1000 can't be unmounted when shutting down
<aristid>
but... /run is a tmpfs?!
<aristid>
why can't it be unmounted?
<catern>
hey #nixos, what is the best way to use Apache httpd from Nix on a foreign distro?
<Infinisi1>
wait
<aristid>
tmpfs on /run type tmpfs (rw,nosuid,nodev,size=8211644k,mode=755)
<aristid>
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=3284656k,mode=700,uid=1000,gid=100)
<Infinisi1>
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=808556k,mode=700,uid=1000,gid=100)
mystfox_ has joined #nixos
monad_cat_ has joined #nixos
Neo-- has quit [(Ping timeout: 255 seconds)]
wavewave_ has joined #nixos
dgonyeo_ has joined #nixos
ryantm_ has joined #nixos
smola__ has joined #nixos
<aristid>
weird
<Infinisi1>
Indeed
rotaerk has quit [(Ping timeout: 252 seconds)]
<Infinisi1>
Why do I always seem to run into weird issues
mpickering_ has joined #nixos
<aristid>
MP2E: i'm definitely not just going to merge it myself
yurrriq_ has joined #nixos
philips_ has joined #nixos
<aristid>
MP2E: i made the PR precisely to get feedback
<MP2E>
ah fair enough :p
jml_ has joined #nixos
adelbertc_ has joined #nixos
freeman42y[m] has joined #nixos
ocharles_ has joined #nixos
luto__ has joined #nixos
<Infinisi1>
catern: Nix can only provide the package, everything else is the same as on other distros afai
<Infinisi1>
k
ahmedtd_ has joined #nixos
<Infinisi1>
so none of that configuration magic
pierron_ has joined #nixos
michiel_l_ has joined #nixos
<catern>
Infinisi1: yeah but, I'm just wondering if anyone has done it before
MightyJoe has joined #nixos
v0|d` has joined #nixos
<catern>
I hope against hope that I can generate the configuration file with Nix
<Infinisi1>
catern: Probably google for "apache httpd linux example" or so
manveru_ has joined #nixos
<catern>
I can manage actually running it
<catern>
Infinisi1: I have done so of course :)
Aexoden_ has joined #nixos
<catern>
Apache unfortunately has a ton of "I am installed globally and the only one running" assumptions
<catern>
such as wanting me to hardcode the path of its dynamically loaded modules in the config file
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] winniequinn opened pull request #29251: gringo: add darwin platform support (master...gringo-darwin) https://git.io/v51Oo
NixOS_GitHub has left #nixos []
freeman42x[m] has quit [(Ping timeout: 252 seconds)]
<Infinisi1>
This kind of bothers me too a bit on nixos
<Infinisi1>
services are all singular, can't run 2
smj has joined #nixos
hydraz_ has joined #nixos
qewzee has joined #nixos
nextloop_ has joined #nixos
pmade_ has joined #nixos
alphor_ has joined #nixos
rjsalts` has joined #nixos
johbo_ has joined #nixos
datakurre^ has joined #nixos
meta-coder has joined #nixos
abcrawf_ has joined #nixos
stepcut has joined #nixos
<catern>
what really!?
<catern>
I assumed that NixOS fixed that problem!
<catern>
that's pretty lame...
pmade_ is now known as pmade
datakurre^ is now known as datakurre
nextloop_ is now known as nextloop
yurrriq_ is now known as yurrriq
smola__ is now known as smola_
mpickering_ is now known as mpickering
wavewave_ is now known as wavewave
philips_ is now known as philips
luto__ is now known as luto
dgonyeo_ is now known as dgonyeo
adelbertc_ is now known as adelbertc
jml_ is now known as jml
monad_cat_ is now known as monad_cat
ryantm_ is now known as ryantm
mystfox_ is now known as mystfox
ocharles_ is now known as ocharles
manveru_ is now known as manveru
rtjure has quit [(Ping timeout: 240 seconds)]
zarel has quit [(Quit: Leaving)]
vaibhavsagar has quit [(Ping timeout: 240 seconds)]
stepcut has quit [(Remote host closed the connection)]
<obadz>
with some copy/pasting of the nix module configuring the service you wish to run multiple times you can make it happen
Troupal has quit [(Ping timeout: 248 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] abbradar pushed 1 new commit to master: https://git.io/v513E
<NixOS_GitHub>
nixpkgs/master 27a4820 Nikolay Amiantov: trezord: rebuild protobuf files...
NixOS_GitHub has left #nixos []
rtjure has joined #nixos
vaibhavsagar has joined #nixos
<Mic92>
go 8
stepcut has joined #nixos
arximboldi has quit [(Quit: arximboldi)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 closed pull request #29159: coin3d: include fix for newer compilers (master...coin3d-sbhashentry-fix) https://git.io/v5iOz
NixOS_GitHub has left #nixos []
lsyoyom has joined #nixos
fadenb has joined #nixos
zeus_ has quit [(Read error: Connection reset by peer)]
<Infinisi1>
I feel like this issue should be fixed at some point catern obadz
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] Mic92 pushed 1 new commit to release-17.09: https://git.io/v51sq
<NixOS_GitHub>
nixpkgs/release-17.09 5566ca9 timor: coin3d: include fix for newer compilers...
NixOS_GitHub has left #nixos []
zeus_ has joined #nixos
<Infinisi1>
Usually all you need is 1 service though
<obadz>
Yes and it would suck if it was done in a way that made it clunky and verbose for the basic case where you only need 1
nithor has joined #nixos
eqyiel[m] has joined #nixos
fearlessKim[m] has joined #nixos
AmineChikhaoui[m has joined #nixos
ArdaXi[m] has joined #nixos
bennofs[m] has joined #nixos
TimePath has joined #nixos
musicmatze[m] has joined #nixos
sudoreboot[m] has joined #nixos
timclassic has joined #nixos
hexa- has joined #nixos
<Infinisi1>
Yeah
<obadz>
Rare instances when people need more than 1, they are generally 'experts' in that service and it's not crazy for them to be expected to maintain their own nixos module for their service of interest
freeman42y[m] has quit [(Read error: Connection reset by peer)]
<bebarker>
seems like cache.nixos.org may be down
jensens has joined #nixos
Wizek has quit [(Quit: Connection closed for inactivity)]
grw has quit [(Quit: WeeChat 1.5)]
marusich has joined #nixos
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
kuznero has quit [(Quit: Page closed)]
scribbler has quit [(Ping timeout: 240 seconds)]
SOO7 has joined #nixos
Filystyn has quit [(Quit: Konversation terminated!)]
takle has joined #nixos
phreedom has quit [(Ping timeout: 240 seconds)]
scribbler has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 1 new commit to python-unstable: https://git.io/v51nP
<NixOS_GitHub>
nixpkgs/python-unstable edced8f Frederik Rietdijk: python.pkgs.wheel: 0.29.0 -> 0.30.0
NixOS_GitHub has left #nixos []
<ToxicFrog>
Is there a way to get build logs from Hydra?
<ToxicFrog>
nixpkgs.elinks looks like it should build with spidermonkey support, but doesn't appear to
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh pushed 1 new commit to staging: https://git.io/v51ny
<NixOS_GitHub>
nixpkgs/staging 628b6c0 Frederik Rietdijk: Merge remote-tracking branch 'upstream/master' into HEAD
NixOS_GitHub has left #nixos []
<cransom>
are there other distros that have a configuration system and will let you run duplicate services? I mean, unless you are rolling your own, i don't remember seeing any normal way that chef/puppet/ansible/etc would do that either.
jellowj has quit [(Ping timeout: 240 seconds)]
Eisfreak7 has quit [(Quit: WeeChat 1.9)]
scribbler has quit [(Remote host closed the connection)]
scribbler has joined #nixos
naag has joined #nixos
Radivarig has joined #nixos
Radivarig_ has joined #nixos
naag has quit [(Client Quit)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/v51cA
<NixOS_GitHub>
nixpkgs/master 7729420 Daiderd Jordan: go-mtpfs: fix darwin build
NixOS_GitHub has left #nixos []
jellowj has joined #nixos
pie_ has quit [(Ping timeout: 246 seconds)]
<symphorien>
There is systemd template unit system with the @ syntax
<symphorien>
Recently debian switched the default postfix daemon to be postfix@- and you can define other instances with different confs with postfix@sthgelse
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] LnL7 pushed 1 new commit to release-17.09: https://git.io/v51Cw
<NixOS_GitHub>
nixpkgs/release-17.09 f15742b Daiderd Jordan: go-mtpfs: fix darwin build...
NixOS_GitHub has left #nixos []
arximboldi has joined #nixos
Radivarig_ has quit [(Ping timeout: 248 seconds)]
Radivarig has quit [(Ping timeout: 248 seconds)]
eere has quit [(Ping timeout: 260 seconds)]
tv has quit [(Ping timeout: 248 seconds)]
<cransom>
symphorien: hmm. ok. but not in a general case. there's nothing to stop someone rewriting the module to support multiple instances though if thats a feature you need.
<catern>
if you can't trivially have multiple instances of services then something is wrong with your configuration language (or more rarely, with the service)
frodo70 has joined #nixos
<catern>
this is why people flee to the use of containers
odites has quit [(Quit: Konversation terminated!)]
<frodo70>
Hello, I installed nixos on my laptop, but can't seem to get my trackpad to work, any ideas?
<MP2E>
services.xserver.synaptics.enable = true; in your configuration.nix perhaps?
griff_ has quit [(Quit: griff_)]
<MP2E>
depends what trackpad
<MP2E>
worked for my lenovo thinkpad though
<frodo70>
I tried te synaptics line and it didn't work
<frodo70>
Then I tried
<frodo70>
services.xserver =
<frodo70>
{
<frodo70>
libinput = {
<frodo70>
naturalScrolling = true;
<frodo70>
enable = true;
<frodo70>
middleEmulation = true;
<frodo70>
tapping = true;
<frodo70>
};
<frodo70>
};
<frodo70>
Also didn't work
tmaekawa has joined #nixos
nix-gsc-io`bot has joined #nixos
civodul has quit [(Quit: ERC (IRC client for Emacs 25.2.1))]
Itkovian has quit [(Quit: My MacBook has gone to sleep. ZZZzzz…)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] dywedir opened pull request #29252: tokei: 6.0.1 -> 6.1.2 (master...tokei) https://git.io/v51R7
NixOS_GitHub has left #nixos []
sellout- has joined #nixos
JosW has quit [(Quit: Konversation terminated!)]
pie_ has joined #nixos
sary has joined #nixos
<BlessJah>
globin: I still don't get it, what got evaluated first, nixos? then both nixos and nixos-small need to be at the same revision and even if small finishes later it will catch up quickly thanks to caches populated by nixos build
<neonfuz>
anyone have advice on getting mtp to work with nixos?
hiratara has joined #nixos
rjsalts` is now known as rjsalts
MightyJoe is now known as cyraxjoe
<neonfuz>
I installed kio-extras, because I'm running kde, but it gives me the error "The process for the mtp protocol died unexpectedly"
k2s has joined #nixos
k2s has quit [(Client Quit)]
hiratara has quit [(Read error: Connection reset by peer)]
hiratara has joined #nixos
pie_ has quit [(Remote host closed the connection)]
pie_ has joined #nixos
silver_hook has quit [(Ping timeout: 260 seconds)]
Radivarig has joined #nixos
Radivarig_ has joined #nixos
sigmundv__ has joined #nixos
glines has quit [(Ping timeout: 240 seconds)]
pbogdan has quit [(Ping timeout: 246 seconds)]
sellout- has quit [(Quit: Leaving.)]
glines has joined #nixos
<Radivarig>
I've added nix.nixPath to configuration.nix, after rebuild it seems like it's being hardcoded somewhere. If I remove it from config and rebuild, it still shows in NIX_PATH. If I rebuild again with another nixPath it updates. This creates an issue since I cannot do a rebuild now because I've entered a wrong nixPath and it is used as last nixPath from last successful rebuild. I did a rollback from the grub menu but now my user does not
<Radivarig>
exist on any entry and is not created by a new rebuild. Any suggestions?
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] LnL7 pushed 1 new commit to master: https://git.io/v51uw
<tilpner>
Radivarig - I have no idea why your user would vanish, but you can always rebuild if your nixPath is wrong, by temporarily setting NIX_PATH from your shell or via the -I argument
phinxy has joined #nixos
sellout- has joined #nixos
<tokudan[m]>
Radivarig: did you set users.mutableUsers to false?
phinxy has left #nixos []
<tokudan[m]>
Radivarig: if you did, then you have to define all users in your configuration.nix