<clever>
it was an old server out of an xray machine that got upgraded
<gchristensen>
hehe cool
acertain has joined #nixos
simp__ has quit [(Quit: Connection closed for inactivity)]
<dash>
does nixos-install honor binary-caches setting? trying to get it to use a nix-push made cache on my local net but it's hitting cache.nixos.org instead
<clever>
dash: how did you configure the binary-caches?
matthewbauer has quit [(Ping timeout: 240 seconds)]
eacameron has quit [(Ping timeout: 255 seconds)]
takle has quit [(Ping timeout: 240 seconds)]
eacameron has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] knedlsepp opened pull request #25551: pytables: Fix build on darwin by using external c-blosc (master...fix-pytables-on-darwin) https://git.io/v9VXb
NixOS_GitHub has left #nixos []
takle has joined #nixos
mudri has joined #nixos
eacameron has quit [(Ping timeout: 240 seconds)]
takle has quit [(Ping timeout: 255 seconds)]
Jackneilll has joined #nixos
justelex_ has quit [(Ping timeout: 260 seconds)]
nithor has joined #nixos
matthewbauer has joined #nixos
matthewbauer has quit [(Ping timeout: 240 seconds)]
<srhb>
What's the name of that minimal intero alternative that works with Nix?
katyucha has quit [(Quit: Lost terminal)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] FRidh closed pull request #25551: pytables: Fix build on darwin by using external c-blosc (master...fix-pytables-on-darwin) https://git.io/v9VXb
<FRidh>
LnL: well, yes and no. Nix will just recurse into it. But Hydra uses this release file where the packages sets are removed from the jobset.
eacameron has quit [(Ping timeout: 240 seconds)]
<LnL>
what's the reason for that? we build all o hackage on hydra
<FRidh>
LnL: choices. At the time evaluation took a long time, so some sets were disabled. See the link. Python packages are typically fast to build compared to say Haskell.
matthewbauer has quit [(Ping timeout: 240 seconds)]
takle has joined #nixos
<LnL>
if nox-rebuild fails, is it a new failure or was it broken before?
takle has quit [(Remote host closed the connection)]
takle has joined #nixos
<FRidh>
LnL: nox-review? It could be that a failure was already happening.
jgertm has quit [(Ping timeout: 260 seconds)]
<LnL>
that's my point, I usually go look at hydra to check if it's new
filterfish has joined #nixos
matthewbauer has joined #nixos
thc202 has joined #nixos
ixxie has quit [(Ping timeout: 240 seconds)]
<sphalerite>
I think there's probably been quite a few regressions in pythonPackages as a result of hydra not building them
jgertm has joined #nixos
matthewbauer has quit [(Ping timeout: 240 seconds)]
ixxie has joined #nixos
jgertm has quit [(Ping timeout: 260 seconds)]
filterfish has quit [(Remote host closed the connection)]
<frigate_freedom>
Does anyone (who uses R) uprade system?
<frigate_freedom>
Upgrade process stops because R can
<frigate_freedom>
not be built
<srhb>
frigate_freedom: Upgrade to what version?
<srhb>
frigate_freedom: Ah yes, looks like 5e5d16f42 broke it.
<frigate_freedom>
srhb: it tries to upgrade to 3.3.3
<srhb>
frigate_freedom: You can revert that commit or get an even newer version, it looks like.
exarkun has left #nixos []
matthewbauer has joined #nixos
<frigate_freedom>
srhb: can you suggest, where I can read about getting newer version? is it in repository?
<srhb>
frigate_freedom: the nixos-unstable version works :)
<srhb>
frigate_freedom: Are you using the stable channel?
filterfish has quit [(Ping timeout: 260 seconds)]
<toppler>
Apologies for being a DRM enabler, but any ideas how I can watch Netflix again in Firefox? I have to use firefox-esr, right?
derjohn_mob has quit [(Ping timeout: 246 seconds)]
matthewbauer has quit [(Ping timeout: 240 seconds)]
<frigate_freedom>
srhb: yeah, 17.03-stable
<frigate_freedom>
will try to switch to unstable
<srhb>
frigate_freedom: You can have both channels at once, if you want.
<frigate_freedom>
srhb: is it possible to make backports from unstable?
<srhb>
frigate_freedom: If you use a git repository instead of channels, you can just cherry pick commits onto stable.
ixxie has quit [(Ping timeout: 260 seconds)]
<frigate_freedom>
srhb: thanks for help :)
<frigate_freedom>
I will read, how to do the best way
aanderse has joined #nixos
<toppler>
Maybe I'm confused on this. Netflix stopped working in the last couple of days on my nixos-unstable.
marsel has joined #nixos
Filystyn has quit [(Read error: Connection reset by peer)]
Filystyn has joined #nixos
<jesper>
srhb: is is possible to use nixos modules from the unstable channel while on stable without forking? i like how you can pick packages from multiple channels in your configuration.nix, but i have not found a way to do the same for modules.
<gchristensen>
toppler: huh, I've never had netflix work in ff... I've always had to use google-chrome-stable
georges-duperon has joined #nixos
<gchristensen>
and I mean ever -- on OSX too
frigate_freedom has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] vcunat pushed 7 new commits to staging: https://git.io/v9VSX
<NixOS_GitHub>
nixpkgs/staging 1823113 Vladimír Čunát: xorg: misc updates
<NixOS_GitHub>
nixpkgs/staging 5725505 Vladimír Čunát: mesa: maintenance 17.0.4 -> 17.0.5
<NixOS_GitHub>
nixpkgs/staging 24f0fa5 Vladimír Čunát: mesa: no more grsecurity support by default...
NixOS_GitHub has left #nixos []
<toppler>
gchristensen: It only started working a few versions ago.
<toppler>
Something FF did? I think they get complaints about caving to DRM.
<Unode>
hi all, does anyone have at hand a snippet of how to disable tests on a derivation?
<Unode>
I'm getting infinite loops on findutils tests
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v9VSF
<NixOS_GitHub>
nixpkgs/master b70924b Vladimír Čunát: Revert "Merge pull request #25275 from Ericson2314/platform-normalize"...
NixOS_GitHub has left #nixos []
leat has quit [(Ping timeout: 255 seconds)]
freusque has joined #nixos
avn_ has quit [(Ping timeout: 264 seconds)]
<LnL>
Unode: doCheck = false; unless it runs the tests during another phase
anagarm has joined #nixos
<Unode>
LnL: via pkg.name.override?
reinzelmann has joined #nixos
<LnL>
it's an argument to mkDerivation so you want overrideAttrs
<LnL>
like hello.overrideAttrs (drv: { doCheck = false; })
<gchristensen>
ikwildrpepper: I have some cloudfront reports for you. slow, ipv6: http://ix.io/sSP fast, ipv4: http://ix.io/sSQ ... via fadenb
<Unode>
LnL: thanks, lets see if that works.
ixxie has joined #nixos
kampfschlaefer has quit [(Ping timeout: 258 seconds)]
reinzelmann has quit [(Quit: Leaving)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to master: https://git.io/v9V9V
<NixOS_GitHub>
nixpkgs/master 477fa42 Vladimír Čunát: maintainers: add vmchale, missing after #25514
NixOS_GitHub has left #nixos []
leat has joined #nixos
<Unode>
LnL: http://dpaste.com/1D30HEY is what I currently have but the test still seems to launch. Any suggestions?
<SovereignBleak>
I'd like to get a couple deb packages repackaged as nixpkgs (my first nixpkgs) but the nixpkgs manual page doesn't really offer a workflow or maybe I'm missing something?
jgertm has quit [(Ping timeout: 260 seconds)]
justelex_ has quit [(Ping timeout: 264 seconds)]
justelex_ has joined #nixos
bennofs has joined #nixos
revtintin has joined #nixos
<ronny>
SovereignBleak: the common path is to go from source tarballs, not from other distro packages
<SovereignBleak>
ronny: There is an issue here since some packagers do not distribute tarballs.
proteusguy has quit [(Ping timeout: 260 seconds)]
<ronny>
SovereignBleak: because when dealing with deb pakages, its precompiled binaries that do not need the nix needs, and you will end up needing to patchelf around
jsgrant_om has joined #nixos
<ronny>
SovereignBleak: an example where i do for a single package is enpass
<aanderse>
i've added the program "pass" to environment.systemPackages. "pass" has gnupg as a dependency... how do i tell configuration.nix to build the gnupg that "pass" uses via the override bit?
<aanderse>
if i was simply building gnupg it looks like i'd add "gnupg = pkgs.gnupg.override { pinentry = pkgs.pinentry_qt5; };
pie_ has quit [(Ping timeout: 260 seconds)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] vcunat pushed 1 new commit to staging: https://git.io/v9V5a
<NixOS_GitHub>
nixpkgs/staging 0a897b2 Vladimír Čunát: mesa: use older LLVM on aarch64 for now
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm pushed 3 new commits to release-17.03: https://git.io/v9V5S
georges-duperon has quit [(Ping timeout: 240 seconds)]
jgertm has joined #nixos
anagarm- has quit [(Quit: Leaving)]
<tilpner>
aanderse - Try adding (pass.override { gnupg = ...; }) to your systemPackages
<aanderse>
thx, will try
oida has joined #nixos
georges-duperon has joined #nixos
eacameron has joined #nixos
avn_nb has quit [(Ping timeout: 240 seconds)]
<ixxie>
I am looking for a nice example of how to make and use a default.nix for building something like building a pdf with pandoc, or a pdf with latex - basically for a simple build/compilation. Any clues?
eacameron has quit [(Remote host closed the connection)]
revtintin has quit [(Ping timeout: 260 seconds)]
jgertm has quit [(Ping timeout: 240 seconds)]
filterfish has joined #nixos
sellout- has quit [(Quit: Leaving.)]
simukis has joined #nixos
roconnor has joined #nixos
jsgrant_om has quit [(Ping timeout: 240 seconds)]
kampfschlaefer has joined #nixos
roconnor has quit [(Ping timeout: 240 seconds)]
roconnor_ has joined #nixos
pie_ has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm pushed 2 new commits to master: https://git.io/v9Vbk
matthewbauer has quit [(Ping timeout: 264 seconds)]
<abspath>
To answer my own question: toPath gives me an absolute path string if I supply it with a relative file path: builtins.toPath ./foo # => "/home/user/foo"
samae has joined #nixos
<samae>
help… my server just went offline after a nixos-rebuild test :'(
<samae>
It should boot on the last nixos-rebuild switch, right ?
<samae>
still, even rebooting does not work…
<Ralith1>
right
<samae>
What can I do to get info on what went wrong?
<hyper_ch>
gchristensen: still got that python error
<abspath>
samae: can you reboot into older configurations? I have it happen to me as well in the past were it should not have broken my previous build, but due to some unknown side effect it did, rebooting to even older configuration has saved me in the past
<samae>
hmmm
<samae>
I can't… since you have to choose this at boot time, right?
<samae>
my provider does not allow me to intervene at boot time
<samae>
I've booted the server on a rescue image of ubuntu 16.x
sibi has joined #nixos
<abspath>
samae: you normally choose this a boot time, but you should be able to specify to grub that next time you boot it should go to a certain config
takle has quit [(Remote host closed the connection)]
<samae>
manually? Won't this break the work of nixos-rebuild?
<abspath>
it should not effect it, let me see if I can find how I did that in the past
<samae>
ok, thanks for the help
justelex has quit [(Ping timeout: 240 seconds)]
nh2 has quit [(Ping timeout: 260 seconds)]
<samae>
# ‘grub-reboot’ sets a one-time saved entry,
<samae>
/boot/grub/grub.cfg will be overwritten next time
matthewbauer has joined #nixos
systemfault has joined #nixos
<samae>
hum, I think I'll need to chroot in my nixos installation first…
jsgrant_om has joined #nixos
<FRidh>
abspath: Thanks. I'm using aptly now to just mirror the whole repo.
<abspath>
in the past I also worked around a broken system by just doing a new nixos-install with an older version of my configuration, but I have had mixed success with that approach
<abspath>
FRidh: nice solution, did not know about it
matthewbauer has quit [(Ping timeout: 240 seconds)]
Mateon3 has joined #nixos
<FRidh>
abspath: This repo is luckily not too big :)
<simpson>
You have not practiced enough; it has happened to me personally on both personal and professional machines.
<abspath>
so eth0 just changed to eth1 for example? or what?
<simpson>
Sure.
Ralith1 is now known as Ralith
timor has quit [(Quit: Leaving)]
<makefu>
i saw this as well
matthewbauer has quit [(Ping timeout: 255 seconds)]
<abspath>
Good to know, I think it was the initrd.network internet setup I only got working with the old naming, making my default network connection eth0 after booting into the system as well
<abspath>
but that has been a while back since I have used it, so maybe I should try and resolve that again
pxc has quit [(Ping timeout: 240 seconds)]
eacameron has joined #nixos
georges-duperon has quit [(Ping timeout: 264 seconds)]
bennofs has quit [(Ping timeout: 264 seconds)]
leat has quit [(Ping timeout: 246 seconds)]
<samae>
makefu: I'll borrow this
mojjo has quit [(Ping timeout: 240 seconds)]
<samae>
my interfaces have long names like enp0s20f0
<abspath>
right, I did the same besides those kernelParams: ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="mac address", NAME="eth0"
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm pushed 1 new commit to master: https://git.io/v9wvx
<NixOS_GitHub>
nixpkgs/master 22cffa0 Joachim Fasting: socklog: init at 2.1.0
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm opened pull request #25561: linux: support using gcc plugins (master...linux-gcc-plugins) https://git.io/v9wfY
NixOS_GitHub has left #nixos []
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] montag451 opened pull request #25562: gnome-disks: add D-Bus service (master...gnome-disks-dbus) https://git.io/v9wfO
NixOS_GitHub has left #nixos []
python476 has joined #nixos
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] peti pushed 1 new commit to master: https://git.io/v9wfC
<NixOS_GitHub>
nixpkgs/master 71ae259 Peter Simons: nixos: revert changes from 3ab45f4b369c in taskserver module...
NixOS_GitHub has left #nixos []
nh2 has joined #nixos
matthewbauer has joined #nixos
montag451_ has joined #nixos
leat has joined #nixos
bennofs has joined #nixos
pie_ has quit [(Quit: Leaving)]
engblom has quit [(Read error: Connection reset by peer)]
matthewbauer has quit [(Ping timeout: 260 seconds)]
engblom has joined #nixos
<montag451_>
join #nix
<c74d>
do we have a #nix?
<slyfox>
almost
<montag451_>
:)
iyzsong has quit [(Ping timeout: 240 seconds)]
justelex has joined #nixos
derjohn_mob has joined #nixos
<earldouglas>
Is there a way to
<earldouglas>
Is there a way to "run" interpolation on a string?
meb__ has joined #nixos
<earldouglas>
I want to use builtins.readFile, and interpolate values within it.
georges-duperon has joined #nixos
Guest33043 has quit [(Quit: Lost terminal)]
<earldouglas>
E.g. nix-repl> let x = "42"; src = ./.; in builtins.readFile "${src}/foo"
<earldouglas>
"${x}\n"
matthewbauer has joined #nixos
<meb__>
Hi all, just switched to nixos and using i3. I want to use the i3/config from my dotfile repo, I noticed however that the config file has absolute paths to /nix/store/.../i3status which is not in my $PATH
samae has quit [(Quit: #okthxbye)]
<meb__>
What would be the correct way to solve this?
samae has joined #nixos
eacameron has quit [(Remote host closed the connection)]
samae has quit [(Client Quit)]
marsel has joined #nixos
matthewbauer has quit [(Ping timeout: 264 seconds)]
<abspath>
earldouglas: could you not use import instead of readFile?
samae has joined #nixos
<earldouglas>
I could use import. I was hoping to avoid making the file an expression, but maybe it's more appropriate that way.
eacameron has joined #nixos
<samae>
abspath: ok now I have successfuly rebuilt switch from a recent configuration
<abspath>
meb__: add i3status to your path e.g. via systemPackages and then just use plain i3status instead of its full nix store location
<abspath>
samae: good to hear, what was the issue, the interface naming? something within the firewall config?
<NixOS_GitHub>
[nixpkgs] jluttine opened pull request #25563: pythonPackages.piexif: init at 1.0.12 (master...add-piexif) https://git.io/v9wJE
NixOS_GitHub has left #nixos []
eacamero_ has joined #nixos
<samae>
just not importing this file made my config work again
eacameron has quit [(Ping timeout: 240 seconds)]
<samae>
as you can see I was playing with fileSystems, ports, and containers
<samae>
maybe there's some instability in there still
<abspath>
samae: if you have the disk space, maybe you should try and first build everything locally in a virtual machine, it should be safer to experiment with
<samae>
yeah, I'm really considering this now
meb__ has quit [(Quit: Page closed)]
cpennington has quit [(Ping timeout: 260 seconds)]
eacamero_ has quit [(Remote host closed the connection)]
takle has quit [(Ping timeout: 240 seconds)]
eacameron has joined #nixos
<abspath>
samae: unfortunately I have almost no experience with containers myself, only some experiments I have done in the past
<samae>
I achieved quite a lot actually
<samae>
As you can see I had a base install of dokuwiki in the /nix/store which is mounted using overlayfs
jb55 has quit [(Read error: Connection reset by peer)]
<samae>
so each instance can modify this base image
jgertm has quit [(Ping timeout: 240 seconds)]
<samae>
I then configured nginx inside the container (with php and stuff)
simukis has quit [(Quit: simukis)]
NixOS_GitHub has joined #nixos
<NixOS_GitHub>
[nixpkgs] joachifm pushed 1 new commit to master: https://git.io/v9wU6
<abspath>
I also have yet to use overlayFS but from what I read on wikipedia I understand that you have the base "lower" path (dokuwiki in the nix store) that functions as a basis, and all additions are written in the "upper" path /tmp/rw?
Danishman has joined #nixos
eacameron has quit [(Ping timeout: 268 seconds)]
jsgrant_om has quit [(Ping timeout: 258 seconds)]
<katyucha>
Someone installed Vault ? services.vault.enable doesn't work .. I don't find any services ..
<katyucha>
you can configure different store ...etc
justelex has quit [(Read error: No route to host)]
justelex has joined #nixos
<katyucha>
I never make a package... perhaps it's the time
takle has quit [(Ping timeout: 240 seconds)]
<calvertvl>
the chromium upgrade this morning on master won't build for me (gn issue)...anyone else having the same problem?
<abspath>
katyucha: I meant that I do not see any existing service module in nixpkgs, so could indeed make on yourself, that would be the best solution, or you could just add a systemd service in you nixos config, e.g. based on what they have in Arch Linux: https://aur.archlinux.org/cgit/aur.git/tree/vault.service?h=vault
jgertm has quit [(Ping timeout: 240 seconds)]
montag451_ has quit [(Ping timeout: 260 seconds)]
sellout- has joined #nixos
noexcept_ has joined #nixos
ryanartecona has joined #nixos
jgertm has joined #nixos
Jackneilll has quit [(Remote host closed the connection)]
takle has joined #nixos
revtintin has quit [(Quit: WeeChat 1.7.1)]
<MichaelRaskin>
calvertvl: seems to be a repeatable failure, true
<calvertvl>
avn: yes, that's exactly what I'm seeing as well
takle has joined #nixos
Wizek has quit [(Ping timeout: 255 seconds)]
Wizek__ has quit [(Ping timeout: 240 seconds)]
takle has quit [(Ping timeout: 240 seconds)]
xadi has quit [(Ping timeout: 240 seconds)]
zgotsch has joined #nixos
<zgotsch>
I want to set my cursor theme. I'm using xmonad. In my arch install, it was set in /usr/share/icons/default/index.theme, but /usr/share doesn't seem to exist on NixOS. Is it possible to configure this in my configuration.nix?
jgertm has quit [(Ping timeout: 240 seconds)]
acarrico has joined #nixos
mkoenig has quit [(Remote host closed the connection)]