2017-10-21

<joko> true
<joko> I think in the latest NixOS installation ISOs it allows
<joko> clever: any idea how to auto-detect /dev/sda or /dev/vda for justdoit?
<joko> Oh, my sed-fu is not that strong apparently >_<
<joko> of *
<joko> I was more curious on the < ${./target-config.nix} part
<joko> Are you still using swap, guys?
<joko> I am happily using zfs over luks on a couple of machines
<joko> clever: so once it boots, you type justdoit?
<joko> And is there any way to do an unattended installation afterwards? I'm working on that with some helper bash functions, but I was hoping to automate it a bit more
<joko> Pretty neat!
<joko> hyper_ch: and the nixops part?
<joko> hyper_ch: how you combine those two? Are you installing nixos over another distro and after a proper reboot you manage it via nixops?
<joko> infinisil: awesome!
<joko> okidoki
<joko> I typically use nix-env -qaP ".*pattern.*" to find packages, is it possible to make it case insensitive?
<joko> srhb: you are totally correct, I don't need attributes... Let's see how it goes
<joko> I meant on a list, sth like [ (inherit machines;) ]
<joko> Is it possible to use inherit on an array?
<joko> clever: so I don't have to build anything at all on the arm side? That would be awesome!
<joko> Speaking of cross compilation, is it now possible to cross-build all your arm system on an amd64 host? I have a Wandboard which just needs NixOS :)

2017-10-20

<joko> I was wondering if it is currently possible to read variables from a postgres server in your configuration.nix when you rebuild nixos, any thoughts on that?
<joko> joepie91: the user is deleted, but how to also delete NixOS' book-keeping mechanism?
<joko> Any idea how to delete permanently a user? Currently it gets revived with the previous UID
<joko> My bad with pg extensions, they seem to work >_<
<joko> Is anyone using postgres? Any way to enable pgcrypto?
<joko> I am packaging some py files and I would like to change their interpreter, should I use substituteInPlace or is there something more automated?
<joko> infinisil: many thanks, it worked!
<joko> The command above mentions "anonymous function at ... called without required argument ‘buildPythonPackage’"
<joko> Hello, I would like to test the building of a Python package, e.g. nix-build -E 'with import <nixpkgs> { }; callPackage ./pkgs/development/python-modules/numpy { blas = pkgs.openblasCompat; }' , could anyone tell me the right way? :)

2017-10-15

<joko> ArdaXi[m]: it is a bit difficult for me to set up graphics for nix packages outside of nixos; besides that, I don't think there is anything wrong using non-dev packages
<joko> Hello, could anyone help me with optional dependencies? I'm talking about "? null" on top of nix files
<joko> Hello, could anyone help me with optional dependencies?

2017-10-13

<joko> alright
<joko> infinisil: I'm working on https://github.com/NixOS/nixpkgs/pull/30192 and I have trouble accessing the net
<joko> infinisil: good idea
<joko> elvishjerricco: no, I think you have to set it to "nodev"
<joko> Any idea where "a web server that simulates cache.nixos.org" is referring to?
<joko> Anyone to help me with the NixOS tests? I'm running the installer one and I would like to give the VMs internet access
<joko> Hello, could anyone help me with the NixOS tests? I'm running the installer one and I would like to give the VMs internet access

2017-09-28

<joko> MichaelRaskin: thank you, too, it shows the full path that way
<joko> sphalerite: many thanks!
<joko> Any idea how to track which derivations depend on a certain /nix/store path?
<joko> infinisil: ok, I see that glibcLocales takes up most of the space, around 100M
<joko> Hello, I would like to create a minimal in disk usage NixOS installation, is it possible? I've just set up a minimal VM with ext4 and it got already 900+ MB of storage

2017-09-17

<joko> crashes *
<joko> Any idea what goes wrong? The window appears really quickly and the app crashed
<joko> Hello, I am trying to run pavucontrol and I get the following error: "Gtk:ERROR:gtkiconhelper.c:493:ensure_surface_for_gicon: assertion failed: (destination)"

2017-09-11

<joko> Could anyone remind me how to invoke a nix-shell during nix-build? On a certain phase
<joko> Mic92: thanks
<joko> ok, I'll try to wrap it
<joko> Oh, it might start another process, you mean
<joko> Mic92: this is true, but for starters I'm running "lxd init"
<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
<joko> ok, I'll try with makeWrapper
<joko> So, it's the Golang binary of lxd
<joko> No, I've stumbled upon this: https://github.com/NixOS/nixpkgs/issues/27967
<joko> In Golang like that: out, err := exec.LookPath("zfs")
<joko> I have no clue, it uses buildGoPackage, let me check
<joko> Mic92: I'm looking for zfs
<joko> Any help with a Golang package and buildInputs? It appears that the binary cannot find an executable
<joko> supremacsy: maybe it's something on the user configuration which is not working?
<joko> taaperotassu: as Mic92 said, my NixOS configuration is in a Git repo and I just symlink it to /etc/nixos
<joko> So, I've tried to include zfs in the buildInputs of the lxd package, but still no luck
<joko> Which more or less does the follow check: https://github.com/lxc/lxd/blob/95ee02b084cd91b9c768e83cf59a9a32c4279539/lxd/storage_zfs_utils.go#L19 - out, err := exec.LookPath("zfs")
<joko> I am trying to solve https://github.com/NixOS/nixpkgs/issues/27967 , the lxd binary reports that "error: the "zfs" tool is not enabled"
<joko> Hello, any help with buildInputs and a Golang package?

2017-09-10

<joko> Hello, if I want to add a runtime dependency on a package, shouldn't I use buildInputs?

2017-07-30

<joko> FRidh: thanks for kuiserver, I think I've hit this: https://bugs.kde.org/show_bug.cgi?id=381667
<joko> I mean errors like that: "Unable to create io-slave. Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files"
<joko> FRidh: I did add kinit, because I had the same issue
<joko> I guess I could also ask at #kde which package normally provides kuiserver
<joko> FRidh: unstable and just Dolphin
<joko> I suspect that's why I don't get the tranfer dialogs which show the progress, does anyone have any idea which package is missing?
<joko> Hello, I'm trying to run Dolphin (a KDE app) on xmonad and I'm getting the following error: Couldn't start kuiserver from org.kde.kuiserver.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kuiserver was not provided by any .service files")

2017-07-19

<joko> disasm: awesome, it worked! Many thanks
<joko> I have noticed https://github.com/deepfire/nix-install-vendor-gl, but I was wondering if there is anything ready for Intel graphics
<joko> in other news, do you have any chance with gui apps and nix? I get errors like this: "libGL error: unable to load driver: i965_dri.so"
<joko> disasm: hopefully, it was something simpler for pt, an issue from upstream. If I compile this rev https://github.com/monochromegane/the_platinum_searcher/commit/c7d8eec66dca50773e6b4ee7dfdad2174860b9b1, it works
<joko> disasm: yup
<joko> manveru: ok, there might be an issue with 2.1.5
<joko> manveru: what version?
<joko> maybe is there any issue with Golang apps?
<joko> manveru: lol, true... This is a Go-lang app
<joko> Running nix-build '<nixpkgs>' -A platinum-searcher --check shows "error: derivation ‘/nix/store/dq6k4f9fv6qa9vqv7lj1hsl4i5jlhrj2-the_platinum_searcher-2.1.5.drv’ may not be deterministic: output ‘/nix/store/l1qhjl2f6j0xikvq94cvkzris02yx3kc-the_platinum_searcher-2.1.5-bin’ differs"
<joko> Hello, is anyone running nix on Debian? It seems pt (platinum-searcher) is not working correctly, I get no output

2017-07-03

<joko> thanks
<joko> sphalerite: else null ;)
<joko> Is there anything equivalent to mkIf for Hydra jobs? E.g., my_job = mkIf boolean this_job;
<joko> nvm, just saw https://github.com/NixOS/nixos-channel-scripts and feel stupid :D
<joko> Hey, are nixos-channel-scripts from https://github.com/NixOS/nixos-org-configurations/blob/master/nixos-org/hydra-mirror.nix available somewhere?

2017-06-07

<joko> Is there any way to access a system's configuration through its derivation?
<joko> Any way to reset a variable without closing nix-repl?
<joko> clever: it works, many thanks! Now let's raise my nix-fu :D
<joko> But since my nix-fu is low, I would like to debug this first
<joko> Exactly and I have an mkOption in each of them
<joko> clever: indeed that was my intention, I was just asking so that I limit the list of machines
<joko> I wanted something easier (I hope), my jobs.nix file generates machines.deadpool.system and machines.munch.system, and Hydra evaluates them... Any easy way to just output these names?
<joko> clever: pretty useful, thanks!
<joko> So, I have this nix file: https://git.joko.gr/joko/etc-nixos/src/master/jobs.nix and I would like to extend it. More specifically I am testing an option like usesStableNixpkgs to include / exclude some of the machines
<joko> Hello, I would like to evaluate a nix expression I am using as part of a jobset, is nix-repl the right tool?

2017-05-21

<joko> bkchr: kcmshell5 autostart and add it there?
<joko> MichaelRaskin: and would that work with autoUpgrade?
<joko> MichaelRaskin: this is similar to what I am doing ("sudo nixos-rebuild -I nixpkgs=/home/joko/playground/nixpkgs -I nixos-config=/etc/nixos/configuration.nix switch"), but I would like to automate it a bit more
<joko> MichaelRaskin: well, I want to get some commits to nixos-unstable faster and/or some testing ones
<joko> My guess on having my own channel is to have a look at nixos/release-combined.nix and more specifically at nixos.channel
<joko> you're welcome
<joko> thblt: I am doing something similar with sddm, at least sddm looks for ~/.xsession
<joko> srhb: I was looking for some guidance on generating nixexprs.tar.xz and binary-cache-url, testing that all the packages I want to be built are indeed there etc.
<joko> Could anyone help me create my own channel for nixos? Currently I checkout channels/nixos-unstable and add a couple of commits on top of that
<joko> I see
<joko> I typically switch it after I upgrade successfully in a new channel
<joko> gchristensen: and why is that?
<joko> nschoe: it's been a while since I've updated my NixOS and I don't have this issue. I would suggest you have a look at https://github.com/NixOS/nixpkgs/issues if anyone else has this issue and post there if not
<joko> nschoe: I think there was a GTK3 issue in Wayland with copy-paste earlier this month, are you up-to-date?

2017-05-10

<joko> Well, I had an issue with my Hydra baremetal machine, its RAM is too low to handle big files, so I would like to move it on a VM
<joko> MarcWeber: /nix/store is ro, is ok to remount is as rw for that? I promise not to do anything else while transferring stuff :P
<joko> and how would I specify that I need everything?
<joko> Hello, what would be the best way to transfer all the closures to a new NixOS machine?

2017-05-08

<joko> Hey, any idea what that Hydra error means: "requesting more tokens (2646014992) than exist (2059864064)"?

2017-05-07

<joko> Hey, I have just updated my Hydra on 17.03 and queue-runner shows lots of blob data, is this expected? Also, the UI shows jobs scheduled to be built instead of actual packages being built :/

2017-05-02

<joko> I install via usb, as clever just said
<joko> Now if I manage to create my own channel, that would be much more convenient...
<joko> clever: second nix.conf did the trick, thanks
<joko> hegemoOn: no, it needs to use the versions that are built as nixpkgs
<joko> hegemoOn: I guess you could use a small channel
<joko> clever: thanks, I will have a look this weekend :D
<joko> clever: I see, do you have any shareable configuration.nix?
<joko> clever: that would be too much work still :( ... In ArchLinuxARM I was using distcc and cross-compiling to speed up stuff, but I admit it's been a long time since I've touched any arm board
<joko> Is it possible then to build your own system (e.g. a Raspberry Pi) completely from cross-compilation? I remember asking you this some time ago :)
<joko> clever: would the new method change the hash of closures? As far as I remember that was the catch in the old method
<joko> simukis: https://nixos.org/nixpkgs/manual/#chap-cross <- the rendered file clever suggested
<joko> clever: great idea, thanks!
<joko> Hello, is it possible to change binary cache before a nixos-rebuild? I'm trying with --option binary-caches, but it seems not to be working

2017-04-30

<joko> ok, I'm trying to rebuild Hydra and I get "Can't locate Nix/Store.pm in @INC", any idea what's missing?
<joko> And we're talking about a bit more than 1G output
<joko> jophish: this is my workaround, but it really doesn't help the continuous part of Hydra :D
<joko> Any idea what's wrong with my Hydra setup and I keep getting "Output limit exceeded"? https://github.com/NixOS/hydra/issues/467

2017-04-24

<joko> lukec: thanks for mentioning this, but it fails still :(
<joko> Hopefully more people will start having this problem and it will be noticed
<joko> The only workaround I could propose is to copy manually the built closures to the Hydra server
<joko> I have exactly the same problem
<joko> lukec: welcome to the club

2017-04-22

<joko> Hey
<joko> clever: maybe that helped the output limit, currently the build is "Scheduled to be built" :/
<joko> clever: yes, nginx
<joko> Anyone running Hydra on NixOS 17.03? I still have issues :/ https://github.com/NixOS/hydra/issues/467
<joko> thanks!
<joko> Hello, could anyone tell me how to copy a derivation from a remote machine's /nix/store to the local one? scp complaining that the local store is a read-only fs

2017-04-19

<joko> domenkozar: any reason not to use systemd timers?
<joko> Hello, anyone with Hydra and "Output limit exceeded" problems? https://prometheus.microlab.ntua.gr/build/1 and https://github.com/NixOS/hydra/issues/467

2017-04-18

<joko> fresheyeball: I didn't have to do anything for my Logitech one, Skype found it immediately
<joko> fresheyeball: what kind of webcam?
<joko> clever: nn
<joko> freusque: have a look @ http://lethalman.blogspot.gr/2016/04/cheap-docker-images-with-nix_15.html . Not sure if it is working currently
<joko> Any Hydra expert? I keep getting "Output limit exceeded" even if I set max_output_size to a large number

2017-04-17

<joko> Damn it, I was too optimistic, it still fails with that error... I'm giving up for tonight, bb, ppl
<joko> All that for setting max_output_size in hydra.conf after the initial run...
<joko> problem is gone... I had to uninstall all the Hydra-related stuff, rm hydra and postgres and delete the old cache >_<
<joko> It seems that the "output limit exceeded
<joko> mbirkis: check when your machine is on that network if shutting down the firewall service is ok and if so, tell networkmanager to shutdown the fw service when on that wireless network
<joko> hodapp: commit --ammend and push --force
<joko> Well, I know the roots, it's from a Hydra job... It's actually strange, I get output limit exceeded although the builder hosts have built the package. So now I am trying to remove it manually in case it starts working
<joko> MichaelRaskin: I think so, "nix-store --delete" mentions that it can't delete the file, it's still alive
<joko> Is it possible to delete manually a path in /nix/store?
<joko> Anyone to help me with "Output limit exceeded" on Hydra? I have set max_output_size to 4 GB and still nothing :(
<joko> Hello, on my Hydra server I am getting "Output limit exceeded", any idea what does that mean and how to fix it?

2017-04-14

<joko> Anyone using systemd-networkd?
<joko_> fresheyeball: Logitech C920 is working fine for me
<joko_> Hm, apparently it's hard setting init to /bin/sh or /nix/var/nix/profiles/system/sw/bin/bash, the system is not bootable :/
<joko_> Btrfs partition and disk went full >_<
<joko_> MichaelRaskin: unfortunately it's a VM on a cloud service and it's not possible to mount ISOs :(
<joko_> clever and MichaelRaskin: I was under the impression that stage 2 is using init already
<joko_> Hello, is there a way to append init=/bin/bash in NixOS? I have an old VM whose root password I forgot...

2017-04-13

<joko_> Hmm, is it possible to use init=/bin/sh or sth like that in NixOS? I see that there is another init parameter already set
<joko_> Hello, is anyone using systemd-networkd and links to rename the network interfaces?

2017-04-02

<joko> Hey, is it possible to tweak niceness on hydra-queue-runners? My Hydra system seems to be starving quite frequently

2017-03-30

<joko> It's not that things are not being installed, jobs are scheduled to be built like forever
<joko> I see in IRC logs gchristensen reporting that Hydra is not working in new 16.09 setups :/
<joko> dtzWill: no, I haven't, I was hoping for sth easier with NixOS... Let's try it then
<joko> Hello, any hints for making Hydra work on a new install?

2017-03-27

<joko> Hey, someone mentioned that Hydra is not working in new 16.09 setups, is there any workaround for that?

2017-03-26

<joko> I have tried restarting hydra-queue-runner, but no luck so far
<joko> Hello, the queue in my Hydra server seems to be stuck, any way to fix it?

2017-03-24

<joko> I think the solution to my issue would be to (re)mount from my liveusb /run, any idea how to do it?
<joko> I know, but I think I have stumbled it before
<joko> benzrf: could you try copying the file directly to /run/opengl-driver/lib instead of symlinking it?
<joko> Hello, could anyone remind me how to run again the boot-loader installation? I boot with a NixOS 16.09 Live USB and nixos-install complains about my nix configurations (I'm on unstable) or nixos-install --chroot and nixos-rebuild switch complains about being inside a chroot

2017-03-15

<joko> It turns out I was running the create user command as root, I had to run it as the hydra user. Thanks, clever and LnL
<joko> So, hydra-init did not solve it
<joko> Hm, strange, the script doesn't not complain anymore, but the table is still empty
<joko> So, hydra-init first
<joko> Ah, it worked like that >_<
<joko> service *
<joko> LnL: nope, shouldn't the hydra-init.server do so?
<joko> 1) Postgres is used and 2) Postgres has a "users" table, not "Users"
<joko> DBIx::Class::Storage::DBI::_prepare_sth(): DBI Exception: DBD::SQLite::db prepare_cached failed: no such table: Users at /nix/store/7hzvzi8fsl3fppkr79np7zdhr2lbwp4q-hydra-2017-02-03/bin/.hydra-create-user-wrapped line 56
<joko> Hey, has anyone tried installing Hydra on NixOS 16.09? I get a weird error when I try to create a user

2017-03-12

<joko> setting them neededForBoot fixed the errors
<joko> viric: that was it, I had /var and /var/log on a different dataset
<joko> Could that be the issue?
<joko> Hm, although /var might get mounted after initrd >_<
<joko> viric: this is the kernel coming with NixOS... The extra parts is ZFS over LUKS, ssh enabled on boot to enter the keys remotely and static IP as kernel parameter for the previous to work
<joko> journal does not, though
<joko> ssh works :S
<joko> viric: I did it in boot.kernelParams and it worked
<joko> I think I've found them
<joko> Hey, I have a NixOS 16.09 machine with network enabled at initrd and systemd-logind seems to fail, any idea what to look?

2017-02-26

<joko> Hello, is anyone using boot.initrd.network.ssh? I have trouble getting an IP address during boot

2017-02-16

<joko> eacameron: for ZFS you do need to have boot.supportedFilesystems = [ "zfs" ];
<joko> clever: any chance you have tested this with SSH on another host, e.g. logging in and entering the passphrase remotely?
<joko> k0001: ok, thanks, apparently distributed builds are still not working on my host and it complains that it is unable to start any build due to max-jobs set to 0 >_<
<joko> If I want to use only a remote machine to build nix derivations, should I set build-max-jobs to 0 in /etc/nix/nix.conf so that the localhost does nothing?
<joko> I've checked the diffs, but I still can't tell what happens once you log in via SSH, do you have to type something, the passphrase directly, what next etc.?
<joko> copumpkin: supposedly there is support (https://github.com/NixOS/nixpkgs/pull/10460) but someone having tried it before would make me more confident to try it, too
<joko> Hello, is anyone using LUKS and decrypting partitions during boot via SSH?

2017-02-15

<joko> This is what I was trying to do and it was failing ;)
<joko> (and having nix.conf manually edited)
<joko> jophish_: sudo systemctl restart nix-daemon.service did the trick, many thanks
<joko> jophish_: nooope
<joko> Hello, I have removed my Hydra server from nix.binaryCaches, yet download-from-binary-cache.pl still tries to get files from there, how to fix it?

2017-02-13

<joko> Hello, everyone! Could anyone help me with overrideAttrs and requiredSystemFeatures? Although I set an explicit feature for the coreutils package, Hydra selects another host :S

2017-01-14

<joko> gchristensen: got it, thanks
<joko> Funny, the change is not picked up by Hydra. Anyone care to solve the Hydra error on 16.09? "s3-binary-cache-store.cc:6:29: fatal error: aws/s3/S3Client.h: No such file or directory" is the problem
<joko> domenkozar: nothing funny I suppose: https://ptpb.pw/sg0C
<joko> Let me restart the job now
<joko> My main machine has ZFS with limit support on unicode files, so it fails one of the tests
<joko> domenkozar: typically it works, e.g. you can see in the file I've shown you that I override libreoffice too
<joko> (meanwhile, Hydra on 16.09 makes "nixos-rebuild switch --upgrade" fail, due to aws/s3/S3Client.h not found, but one step at a time)
<joko> Could anyone help me with Hydra and supportedFeatures? I am overriding coreutils with requiredSystemFeatures and Hydra still sends the job to a machine without the supportedFeature :/
<joko> Hello, could anyone help me with Hydra and supportedFeatures? I am overriding coreutils with requiredSystemFeatures and Hydra still sends the job to a machine without the supportedFeature :/

2017-01-13

<joko> in their supportedFeatures... However, this worker seems to get the package almost every time >_< , any clue why?
<joko> and I set accordingly "not-on-user-chroot" on OTHER workers
<joko> Some packages fail on those, e.g. coreutils, and therefore I am override them with "requiredSystemFeatures = [ "not-on-user-chroot" ];"
<joko> Hello, I have some Hydra workers which use nix-user-chroot

2017-01-12

<joko> Could anyone help me with libvirtd? I can't run virt-install, it mentions /usr/libexec/qemu-bridge-helper is not found
<joko> LnL: if you create a new user on your own?

2017-01-11

<joko> Anyone familiar with libvirtd? It seems I cannot use virt-install, I get errors like "ERROR '/usr/libexec/qemu-bridge-helper' is not a suitable bridge helper: No such file or directory"

2017-01-10

<joko> Guest57887: you could also use systemd for cronjobs, although it requires more lines

2017-01-08

<joko> Hello, is anyone using sway on Nixos? I've tried installing it, but it complains about missing dri files

2017-01-06

<joko> e.g. now I'm doing "nix-build -A config.system.build.isoImage", is there a way to put it in a nix file for Hydra?
<joko> In Hydra I would like to fetch just an attribute inside a default.nix file and build it, is it possible?
<joko> t possible?
<joko> So, I have sth like "nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/my-cd.nix" and it works ok, but I would like to add modules from my own nixos configuration. I was thinking using something like "nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/my-cd.nix -I mysetup=/etc/nixos" and inside the imports to do sth like "<mysetup>/modules", is i
<joko> digitalmentat: please do so :D
<joko> Hello, is is possible to use my current nixos-config to create a custom CD?

2017-01-02

<joko> bennofs: bingo! It was hidden under uml, was too scary to click it :P
<joko> Hello, is anyone aware of a blog post (made last year I think) on installing some wiki / note taking software on NixOS? I think the software was in Haskell and there was also a mentioning on how to write and render maths

2016-12-29

<joko> manveru: the extensions that is
<joko> Hello, is anyone using libvirtd with virt-manager? It seems I cannot create any VM

2016-12-27

<joko> viric: have you tuned your ZFS somehow? Last benchmarks I have seen showed ZFS still slow compared to ext4...
<joko> Any idea if it is necessary to set stuff such as GDK_PIXBUF_MODULE_FILE and XDG_DATA_DIRS ?
<joko> FRidh: I think, I've found it, (pkgs.librsvg.override rec { withGTK = true; })
<joko> FRidh: syncthing-gtk
<joko> I've tried adding sth like "pkgs.librsvg.override { withGTK = true; }" in propagatedBuildInputs, but it's not working
<joko> I think this package needs librsvg built with gtk, any idea on how to override this?
<joko> Hello, could anyone help me with a python package which seems to require the Rsvg module?

2016-12-18

<joko> avn: it works for sure on 4.4.36
<joko> srhb: just configure your client to redirect all the traffic to the server
<joko> srhb: are you using openvpn?
<joko> srhb: I use it like that, connman helps my laptop to prefer lan over wifi and stores passwords for me while I wait for a way to store them privately in nixos store
<joko> I start OpenVPN on my own
<joko> srhb: not that I have tried it, but you need to define a configuration file at /var/lib/connman-vpn
<joko> Could anyone add the security label on my PRs for syncthing? Thanks in advance

2016-12-12

<joko> Has anyone a nix file to deploy a nix channel? Something like that: http://sandervanderburg.blogspot.gr/2016/10/push-and-pull-deployment-of-nix-packages.html but automated

2016-12-10

<joko> nathan7: thanks
<joko> Hello, I am packaging a shell script which depends on wget, what would be the proper way to define wget's path?

2016-12-08

<joko> clever: thanks, compiling has started
<joko> Still nothing, nix-env -I nixpkgs=/home/joko/playground/nixpkgs -qaP ".*screen.*" shows nothing
<joko> Right
<joko> Ah
<joko> Unless I expose my own channel, would it be easy?
<joko> alright, I guess I'll stop here :D
<joko> Maybe because there is no ppc64le platform in lib/platforms.nix
<joko> Except for vim plugins
<joko> Hmm, it seems that I can't find any package there
<joko> Well, I've copied config.guess from the system's automake and make command worked
<joko> I got my hands on a power8 system and I would like to keep using nix :D
<joko> clever: thanks
<joko> I mean, with the installation of the binary, ~/.nix-profile/etc/profile.d/nix.sh is created
<joko> If I do a source installation of nix, what else besides "sudo make install" should I do to have it properly installed?

2016-12-04

<joko> good night, people!
<joko> But I guess I could use the generic image :S http://nixos-arm.dezgeg.me/installer/sd-image-armv7l-linux.img
<joko> Dezgeg: thank you also for the link, Wandboard seems unsupported for the time being
<joko> c74d: I am also not sure how safe systemd-nspawn is now, this is why I showed you this link, it's a question there
<joko> And regarding cross-compiling, distcc? Are there any guidelines?
<joko> clever: got it, thanks ;)
<joko> Any way to go fully on Nixos?
<joko> clever: So, I could use Debian or ArchLinux ARM and install nix there?
<joko> clever: sure, they might come in handy soon
<joko> s/install/compile