andi- changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || 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/nixcon2019 || For best support,
cosimone has quit [Ping timeout: 248 seconds]
mexisme has joined #nixos
juhe has quit [Remote host closed the connection]
<infinisil> benley: Ah, did the upstream systemd unit not add that itself?
<infinisil> What wantedBy's did it have?
<benley> It does actually contain that statement upstream, but that's not enough for the nixos activation script to notice that it's supposed to start the unit
<benley> (apparently)
o1lo01ol1o has joined #nixos
<benley> adding the wantedBy to the nixos service config makes it add a symlink in /etc/systemd/system/multi-user.target.wants/ to the desired unit
<infinisil> Hm interesting
Logan[m] has joined #nixos
dongcarl has joined #nixos
dongcarl has quit [Changing host]
o1lo01ol1o has quit [Ping timeout: 268 seconds]
werner291 has quit [Remote host closed the connection]
<infinisil> Oh yeah turns out nixos parses only the main file
<infinisil> and decides based on that
<benley> does nixos actually try to parse the unit file?
<benley> huh, cool
<benley> so it looks like if I started the unit once, switch-to-configuration would notice in the future when it changed, and would restart it as needed
<benley> and systemd would probably have started the unit at boot
<infinisil> Ah that could be it
<benley> it's just when it first gets installed that the unit doesn't get started without adding a hint in the nixos config for it
mexisme has quit [Ping timeout: 246 seconds]
mexisme has joined #nixos
mbrgm_ has joined #nixos
vidbina_ has quit [Ping timeout: 240 seconds]
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
takeda has quit [Ping timeout: 268 seconds]
bhipple has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @fpletz merged pull request #77582 → libvirtd: fix path to ebtables → https://git.io/JvfF0
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JvfNE
jgeerds has quit [Ping timeout: 268 seconds]
ixxie has quit [Ping timeout: 268 seconds]
drakonis has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos
erictapen has quit [Ping timeout: 268 seconds]
erictapen has joined #nixos
Rusty1 has joined #nixos
<lovesegfault> colemickens: Might as well drop it while it's unecessary
lovesegfault has quit [Quit: WeeChat 2.7]
gustavderdrache has quit [Quit: Leaving.]
halfbit has quit [Ping timeout: 260 seconds]
lovesegfault has joined #nixos
<{^_^}> [nixpkgs] @nh2 merged pull request #77104 → htslib: 1.9 -> 1.10.2 → https://git.io/JejwI
<{^_^}> [nixpkgs] @nh2 pushed 2 commits to master: https://git.io/JvfNd
bvdw6 has joined #nixos
bvdw has quit [Ping timeout: 268 seconds]
bvdw6 is now known as bvdw
kvda has joined #nixos
tmaekawa has joined #nixos
turona has quit [Ping timeout: 246 seconds]
turona has joined #nixos
erictapen has quit [Ping timeout: 265 seconds]
<tomberek> evanjs: I've seen that approach before. Can you use `${version}`?, i'm not sure what the true value is
Guest92090 has quit [Ping timeout: 265 seconds]
<evanjs> tomberek: unfortunately, it's a hash, e.g. broot-8d969c5c0f4dcd48
srid has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #73854 → neovim-qt: 0.2.12 -> 0.2.15 → https://git.io/Je6VE
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JvfAu
<tomberek> hrm... doesn't seem horrible. does that hash leak into the output?
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<evanjs> tomberek: not that I can see. Can't see much on Cargo's side that gives it to me either
lord| has quit [Read error: Connection reset by peer]
bhipple has joined #nixos
lord| has joined #nixos
wavirc22 has joined #nixos
werner291 has joined #nixos
erictapen has joined #nixos
gustavderdrache has joined #nixos
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos
<tomberek> C/C++ derivations can be signaled by pkgsStatic via NIX_CFLAGS_LINK to attempt a static build. Is there a similar way to detect that we are in pkgsStatic for go packages?
<lovesegfault> Does anyone understand how to get Python's ctypes.cdll to play with Nix?
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JvfAH
hpfr[m] has joined #nixos
<AmandaC> lovesegfault: that should Just Work if you wrap the executable to set LD_PRELOAD or whatever the magic is used. You'd just make the nix expression for that depend on the libhidapi package
<lovesegfault> I have this so far
<lovesegfault> but it fails to find the lib
<{^_^}> [nixpkgs] @dtzWill opened pull request #77589 → boomerang: 0.5.1 -> 0.5.2 → https://git.io/JvfAA
<hpfr[m]> I have distributed builds set up on my laptop, but I’m away from them now. No matter what I try I can’t get “nix-channel update” to stop trying to connect to my remote builder which isn’t on my network right now. It chokes every time trying to open a connection, what can I do?
<hpfr[m]> I’ve tried --option builders “” --option substituters “https://cache.nixos.org” --option trusted-public-keys CNO-key, but that doesn’t change it
<AmandaC> lovesegfault: hrm. Not sure, sorry.
<AmandaC> lovesegfault: if you stick around someone else might know though
<tomberek> hpfr[m]: `--builders ""` was going to be my guess, isn't `:` or `local` special?
Chiliparrot has joined #nixos
<evanjs> hpfr[m]: what about eg `--no-build-hook`?
<evanjs> "Disables the build hook mechanism. This allows to ignore remote builders if they are setup on the machine."
Chiliparrot has quit [Ping timeout: 245 seconds]
<hpfr[m]> tomberek: what do you mean : and local, like try those instead of empty string?
<hpfr[m]> evanjs: it prints unpacking channels and stops immediately, I don’t think it’s getting the channel because NRS after evaluates like nothing changed (I know it should get stuff, it’s out of date by weeks)
<hpfr[m]> How can I check what channel revision I’m at again? Should really be part of nix-channel but I guess flakes are coming anyway
CMCDragonkai has joined #nixos
<evanjs> nixos-version?
<hpfr[m]> Never knew about that haha I always had to look up whatever /etc/profiles gibberish
<evanjs> yep, basically just a shortcut for all of that :P
<evanjs> nix-info is another helpful utility in this case
<{^_^}> [nixpkgs] @dtzWill merged pull request #77589 → boomerang: 0.5.1 -> 0.5.2 → https://git.io/JvfAA
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/Jvfx0
<hpfr[m]> 202088, definitely behind
<hpfr[m]> —no-build-hook seems to skip too much of the process unfortunately
<hpfr[m]> Tried commenting out the machine from nix.buildMachines and NRS gave error path /nix/store/hash-libtasn1-4.14 is not valid?
erictapen has quit [Ping timeout: 265 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @alyssais merged pull request #77470 → Fix paperless, python.pkgs.django_extensions → https://git.io/JvvhU
<{^_^}> [nixpkgs] @alyssais pushed 3 commits to master: https://git.io/JvfxX
werner291 has quit [Remote host closed the connection]
mexisme_ has joined #nixos
<evanjs> lovesegfault: have you seen nixpkgs.pythonPackages.hidapi already?
mexisme has quit [Ping timeout: 260 seconds]
h0m1 has quit [Ping timeout: 246 seconds]
kvda has joined #nixos
h0m1 has joined #nixos
<{^_^}> [nixpkgs] @Frostman opened pull request #77592 → iperf3: fix compilation to support authentication creds → https://git.io/JvfpG
mexisme_ has quit [Ping timeout: 245 seconds]
<lovesegfault> evanjs: Yeah, different package
<lovesegfault> that one is:
<lovesegfault> 1. unmaintained
<lovesegfault> 2. Cython-based
<evanjs> lovesegfault: sure, just wondered if there was anything that’d help in the case of hidapi linkage. Doesn’t sound like it though
mexisme_ has joined #nixos
thc202 has quit [Ping timeout: 248 seconds]
<hpfr[m]> I can’t nix-channel update because it tries to connect to a remote builder, and I can’t nixos-rebuild because it says a store path isn’t valid. Am I going to have to reinstall at this point? :/
<lovesegfault> evanjs: Thank you :)
<evanjs> hpfr[m]: no clue if it matters, but what does your $NIX_PATH look like?
CMCDragonkai has quit [Ping timeout: 260 seconds]
<hpfr[m]> On mobile one sec
kenjis1 has quit [Ping timeout: 245 seconds]
<hpfr[m]> evanjs: /home/lh/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels:nixpkgs-overlays=/etc/nixos/overlays-compat/
<evanjs> Figures. I have the horrible idea of moving nix.conf but idk if that’s something you should do 🤪
<hpfr[m]> evanjs: what if I tried editing it directly
<evanjs> hpfr[m]: should he read only
<evanjs> But you can see if there’s anything else that might help changing in there
<evanjs> And do it via `--option`
<hpfr[m]> Don’t think so, tried builders substituters and trusted-public-keys and it still got through somehow
<evanjs> How about `nix show-configuration`? Anything more there?
Guest92090 has joined #nixos
cosman has joined #nixos
<hpfr[m]> evanjs: “build-hook = /nix/store/hash-nix-2.3.1/libexec/nix/build-remote” “builders = @/etc/nix/machines”
qubasa_ has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4ef769efa8f (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
qubasa has quit [Ping timeout: 268 seconds]
slack1256 has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @lionello opened pull request #77593 → Allow building on Darwin → https://git.io/Jvfhb
lovesegfault has quit [Ping timeout: 252 seconds]
<cosman> why does nix-env -iA nixpkgs.bundix install perl and python when it is just a ruby package?
lovesegfault has joined #nixos
JakeRake has joined #nixos
<gchristensen> bundix depends on nix-prefetch git, nix-prefetch-git uses python
<gchristensen> nix why-depends nixpkgs.bundix /nix/store/q20xz6iq493vha5425cbr4l6q190b39i-python-2.7.17
felixfoertsch23 has joined #nixos
<gchristensen> better: nix why-depends nixpkgs.bundix nixpkgs.python
felixfoertsch has quit [Ping timeout: 246 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
dansho has joined #nixos
<bhipple> gchristensen: I've been looking at the fetchcargo vendored src dirs going into a vendor.tar.gz file instead of a big -source dir package, and have a working simple implementation. What'd be the best way to get some feedback from stakeholders and see if they agree it's a good idea in the first place?
<bhipple> Feels too small for an RFC. Discourse post in development maybe? GitHub issue? PR with a [Feedback wanted] tag?
<bhipple> The most annoying part would be the churn of updating ~200 hashes and/or providing some useLegacyBehavior = true flag while transitioning, but the actual implementation is like 2 lines
cosman has quit [Quit: cosman]
tpanum has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Frostman opened pull request #77594 → Fix boot.loader.grub.extraFiles when used with mirroredBoots → https://git.io/Jvfjl
tpanum has joined #nixos
JakeRake has left #nixos [#nixos]
Taneb has quit [Quit: I seem to have stopped.]
Taneb has joined #nixos
cosman has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
Acou_Bass has quit [Ping timeout: 240 seconds]
Acou_Bass has joined #nixos
<cosman> how do I install make. nix search make returns no results
<evils> gnumake
<cosman> is there a surrounding developer package that installs all the development related things (gcc, make, cmake, ...)
<evils> ,libraries cosman
<{^_^}> cosman: Don't install libraries through nix-env or systemPackages, use nix-shell instead. See https://nixos.wiki/wiki/FAQ/Libraries for details.
<cosman> yeah, I am newb. Was somewhat following instructions from the docs. Basically I am trying to use bundix to build a nix package for my ruby cli tool.
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d04c6e0c26d (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
kvda has quit [Ping timeout: 260 seconds]
kvda has joined #nixos
ilikeheaps has quit [Ping timeout: 268 seconds]
ilikeheaps has joined #nixos
Arahael has quit [Ping timeout: 260 seconds]
kvda has quit [Read error: Connection reset by peer]
delli3 has joined #nixos
delli3 has quit [Read error: Connection reset by peer]
Arahael has joined #nixos
cap_sens1 has quit [Quit: WeeChat 2.7]
CMCDragonkai has joined #nixos
delli3 has joined #nixos
delli3 has quit [Max SendQ exceeded]
delli3 has joined #nixos
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
domogled has joined #nixos
iqubic has joined #nixos
<iqubic> Is there anything special I need to do to get Steam up and running on Nixos, or do I just add Steam to System.EnvironmentPackages?
<{^_^}> [nixpkgs] @Lassulus merged pull request #73328 → linux config: add support for xdp sockets and ebpf jit → https://git.io/JerUB
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to staging: https://git.io/JvJeK
delli3 has quit [Read error: Connection reset by peer]
nixy37 has joined #nixos
kvda has joined #nixos
NoctisLabs has joined #nixos
delli3 has joined #nixos
<evanjs> iqubic: have you seen the wiki page, yet? https://nixos.wiki/wiki/Steam
<iqubic> I haven't looked at that yet.
<iqubic> Thanks for that.
<iqubic> And now rebuilding.
<iqubic> Will this give me gamepad support?
<lassulus> depends on the gamepad
<lassulus> but usually yes
<iqubic> I'm going to be using a Dualshock 4.
<lassulus> ¯\_(ツ)_/¯
dansho has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @flokli merged pull request #77525 → glibc: fix cross compilation build failure (again) → https://git.io/JvflI
<{^_^}> [nixpkgs] @flokli pushed 3 commits to staging: https://git.io/JvJv8
<evanjs> DS4 should be fine as long as you have BT in my experience
<evanjs> Just remember to put it in pairing mode, etc. wired should work fine otherwise
<iqubic> I'm actually going to be using it wired.
<evanjs> Yeah then you should be all set IIRC
chagra has quit [Ping timeout: 245 seconds]
<drakonis> use ds4drv
<iqubic> Is there some tool I can use to test this?
<iqubic> drakonis: I've never heard of that?
<iqubic> Why do you recommend this?
<drakonis> because there are games that dont support it
<evanjs> drakonis: is that required to use DS4 or does it do anything extra—ah that makes sense
<drakonis> these games support xbox controllers
<drakonis> so this emulates xinput, allowing you to use the ds4 with it
<evanjs> Versus manually configuring games or finding a profile that works in big picture mode or etc
<drakonis> yes
remirol has joined #nixos
<drakonis> that goes out of the window
<iqubic> So, how do I install this on NixOS?
<drakonis> enter a shell with python3Packages.ds4drv
<iqubic> Can I install this globally?
<drakonis> no
<drakonis> its a python package
<iqubic> Damn. I really don't want to have to launch steam through a nix-shell.
<drakonis> you dont have to do that lol
<disasm> I seem to have busted my dns setup... getting this in the logs: dnsdist[6316]: Fatal error: binding socket to 0.0.0.0:53: Permission denied but sudo netstat -tupln|grep 53 shows nothing listening. I also confirmed systemd-resolved is not enabled.
<evanjs> Too bad it can’t be added to udevPackages or etc
<evanjs> Sounds like a good candidate for a module
<drakonis> actually this is a thing you run
<drakonis> connect your controller through bluetooth or usb and run ds4drv
<drakonis> with usb you need --hidraw
<iqubic> I see.
<drakonis> the docs explain these things
lorimer has quit [Ping timeout: 258 seconds]
<iqubic> I still don't like having this be something that I need to run through a nix-shell
<drakonis> then don't have access to your controller on games that dont support a ds4?
<iqubic> I see. Right.
<drakonis> just leave it running on a terminal window
<AmandaC> I'm pretty sure you can install that globally just fine
<drakonis> python packages dont exactly like being installed globally
<evanjs> It really depends on the games anyhow
<iqubic> So, how do I set up a nix-shell with this package? I've never tried to use python in a nix-shell.
<AmandaC> There's another python program.i packaged for myself that installed globally fine anyway
<drakonis> its just nix-shell -p python3Packages.ds4drv
<drakonis> does it have a lot of python dependencies?
<AmandaC> Gobject-imtrospection mostly
<drakonis> the problem is with importing dependencies
<AmandaC> And that just means you have to turn on the wrapper generation in the package
<iqubic> It has about 4 deps. https://github.com/chrippa/ds4drv#installing
<iqubic> Alright... It has 5.
<iqubic> Wait.. three of those are system utils.
<AmandaC> (which since it's a program being packaged, I'd assume that to be agiven)
<AmandaC> Try adding it to your environment.systemPackages, worst case it simply doesn't work
kuznero has quit [Ping timeout: 240 seconds]
<AmandaC> Anyway, I need to pass out now, as it's inching slowly to 0100 -- night folks
<iqubic> Try adding what to my environment.systemPackages?
<AmandaC> The ds4drv package
<iqubic> python38Packages.ds4drv is a thing that exists. Should I add that?
tomberek has quit [Ping timeout: 240 seconds]
<evanjs> Yeah that’d be it. Or just python3Packages.ds4drv
<iqubic> Cool. Will that work globally?
<evanjs> Should be fine for the most part if its an application
<evanjs> Libraries are used in projects are another story
<evanjs> Like in that case you wouldn’t want to install globally, but this is just an app you’re using
<iqubic> This doesn't seem like the kind of configuration I can easily make on NixOS.
<evanjs> Add it to services.udev.packages
<evanjs> The ds4drv package I mean
<evanjs> “List of packages containing udev rules. All files found in pkg/etc/udev/rules.d and pkg/lib/udev/rules.d will be included.”
<evanjs> Assuming the structure of the nix package is the same, that should do it
<drakonis> please test to check if it functions while installed as global package
<evanjs> Hopefully it’ll work fine, like the openrazer daemon, which is also a python module + kernel driver
<drakonis> just install it globally then run "ds4drv --hidraw" while plugged in
<drakonis> if its all fine it won't throw any errors
domogled has quit [Quit: domogled]
Acou_Bass has quit [Ping timeout: 260 seconds]
<iqubic> Cool.
chagra has joined #nixos
<iqubic> Oh. I see the issue.
<iqubic> No, actually, I don't.
tomberek has joined #nixos
<iqubic> Even after running `sudo modprobe uinput` and verifying that I get output with `lsmod | grep uinput` I still get that same error.
<drakonis> elevate it
<drakonis> run with sudo
<drakonis> i forgot that's required for it to read devices
<iqubic> Nice. That works.
<drakonis> read and create
<drakonis> okay cool
<iqubic> I think.
<iqubic> Yeah. That's working.
<iqubic> I just used this website to test it. https://html5gamepad.com/
<iqubic> Now, two things: 1. How do I make sure that uinput is run everytime I boot up my machine. And 2. Should I worry about the udev rules?
<drakonis> you dont have to worry about that
<drakonis> because you dont have to do that
<iqubic> Why not?
<drakonis> all you have to do is run it with sudo and it'll read
tmaekawa has quit [Quit: tmaekawa]
<drakonis> i've used it enough times in the past to know that its just running it with sudo and --hidraw to get it working on my computer
<drakonis> also if you want to turn off the led, use --led 000000
<drakonis> its real nice
<iqubic> Right. So I don't need to worry about either udev or having uinput running?
<drakonis> yup
<iqubic> Well... That didn't work.
<drakonis> which game is this?
Rusty1 has quit [Quit: Konversation terminated!]
<iqubic> ds4drv --led 000000 gave this error: [error][daemon] 'hcitool' could not be found, make sure you have bluez-utils installed.
bvdw has quit [Read error: Connection reset by peer]
<drakonis> haaaaaaa
<drakonis> i knew it
<iqubic> I haven't tried playing a game yet.
<drakonis> you should use --hidraw as well
bvdw has joined #nixos
<drakonis> it does bluetooth only if you have the --hidraw flag
<drakonis> you can have multiple flags
knupfer has joined #nixos
Acou_Bass has joined #nixos
<iqubic> I'm trying to use this with a DS4 controller, that I have plugged into my computer with a physicall cord.
<iqubic> `sudo ds4drv --hidraw --led 000000` didn't give me any errors, but also didn't turn off any LEDs.
<drakonis> they didnt turn on, did they?
<drakonis> normally they do
<drakonis> if you remove the led flag, it'll be blue
<iqubic> Really??
<drakonis> yeah?
<iqubic> For me the LEDs are the default red color.
<drakonis> that's latency i think?
<drakonis> indicates your latency is high
<iqubic> What do you mean?
<drakonis> ah nevermind, that's ds4windows behavior for high connection latency
<drakonis> not a thing on ds4drv
<iqubic> This is the only terminal output I have: http://dpaste.com/2W1J77B
eri has quit [Ping timeout: 240 seconds]
<drakonis> is the controller plugged in?
<iqubic> Yes.
<colemickens> If NIX_PATH=nixpkgs=localpath:nixos-config=localpath, why `sudo nixos-rebuild switch` would it be downloading nixos-19.09pre stuff?
<iqubic> It was plugged in when I ran the the command.
<{^_^}> [nixpkgs] @veprbl opened pull request #77595 → rivet: fix patch url → https://git.io/JvJvp
<drakonis> run it in a nix-shell
<iqubic> You think that having this installed globally is the issue/
<drakonis> just try
<iqubic> I'm not sure what shell.nix file I'll want.
<drakonis> just run nix-shell -p python3Packages.ds4drv
bhipple has quit [Remote host closed the connection]
<lovesegfault> Perl complains about local stuff
<lovesegfault> Shouldn't those be set automatically?
<samueldr> colemickens: sudo bash -c 'echo $NIX_PATH'
<samueldr> sudo will not keep the environment the same IIRC
<colemickens> samueldr: sudo env | rg NIX_P
<colemickens> NIX_PATH=nixpkgs=/home/cole/code/nixpkgs:nixos-config=/home/cole/code/nixcfg/machines/raspberry/default.nix
<iqubic> drakonis: I don't think that worked.
<iqubic> I got the same output as before, and my led stayed on.
<colemickens> I had thought of the same thing, it has caught me before. I also checked `nix-channel --list` both with/without sudo and confirmed there's no channels registered anywhere anyway
<drakonis> idgi
<samueldr> when I manipulate NIX_PATH as my user, then do sudo env, colemickens, the path in that `sudo env` is not what I just manipulated
<colemickens> samueldr: thats my nix.nixPath too, if it helps explain
<iqubic> drakonis: How did you get this tool set up?
<samueldr> right, so if it's your nix.nixPath it should be working
<samueldr> is your configuration loading stuff?
* colemickens goes to run with trace/verbose.
<samueldr> I mean, that's a "duh" question, but sometimes the obvious eludes the best of us :)
<colemickens> samueldr: I mean, my config loads a few overlays and a different package... set... for ... cachix.
<colemickens> oops.
<colemickens> it's probably that.
<samueldr> :3
<samueldr> eludes the best of us!
<colemickens> Yeah, geez, thanks for helping me rubber duck debug :)
<samueldr> "but why is the dang thing doing exactly the thing I'm telling it to do?" is a common question in computer things
<iqubic> drakonis: I feel like such an idiot. I'm also sorry for wasting your time. It turns out that DS4 and DS3 are not compatible. I'm trying to use a DS3 with this software. So no wonder it's failing.
<drakonis> there's one for DS3s
<drakonis> should be a search away
<iqubic> I'm not finding it.
tv has quit [Ping timeout: 265 seconds]
<drakonis> xboxdrv has mappings for it
knupfer has quit [Ping timeout: 245 seconds]
<iqubic> I'll try that out.
<{^_^}> [nixpkgs] @samueldr opened pull request #77596 → libselinux: Fix cross-compilation with Python 3 → https://git.io/JvJfZ
<iqubic> drakonis: What makes you so sure that this tool has DS3 mappings? Their homepage doesn't mention that.
<drakonis> you'll need --mimic-xpad though
<drakonis> xboxdrv --silent --detach-kernel-driver
<iqubic> Where do you see that information?
<iqubic> Did you read the manual?
<drakonis> arch wiki
<drakonis> oho xboxdrv development has resumed
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6ac6bf2927e (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<Izorkin> Mic92: please recheck PR #67931
<{^_^}> https://github.com/NixOS/nixpkgs/pull/67931 (by Izorkin, 18 weeks ago, open): fail2ban: init at 0.11.1
<iqubic> drakonis: Which arch wiki page were you looking at? I'd like to see this information for myself, if possible.
<Izorkin> etu: checked php PR?
<drakonis> ah woops, the ps3 section is right after that
<iqubic> What does it mean by detach the running driver?
<iqubic> Oh, I'm dumb. That's literally a command line argument.
slack1256 has quit [Remote host closed the connection]
<iqubic> Cool. Cool. This website now claims I have an xbox controller plugged in.
tv has joined #nixos
chagra has quit [Ping timeout: 265 seconds]
<iqubic> earlier it was claiming I had a playstation controller plugged in.
<iqubic> And it has a number of led options that just work out of the box.
Acou_Bass has quit [Quit: ZNC 1.7.4 - https://znc.in]
Acou_Bass has joined #nixos
<iqubic> drakonis: Thanks so much for your help today.
<drakonis> s'cool
<drakonis> i'll go catch some Z's
alexherbo27 has joined #nixos
alexherbo2 has quit [Ping timeout: 245 seconds]
alexherbo27 is now known as alexherbo2
alex has quit [Ping timeout: 265 seconds]
<iqubic> I might set this up so it is run automatically on system bootup with the --daemon flag, but that's not specific to this program, so I figure others can help me with that task.
alex has joined #nixos
monsieurp has quit [Quit: Lost terminal]
chenhq2005 has joined #nixos
monsieurp has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<drakonis> write a module
<iqubic> I'm not sure how to do that. I assume someone else can help me, or I'll look up a guide online.
<iqubic> I'm not going to do that right now though. Now I want to test my game and see if it works.
<iqubic> It's working.
<iqubic> It actually works.
<{^_^}> [nixpkgs] @tomberek opened pull request #77597 → gobetween: init at 0.7.0 → https://git.io/JvJf6
mac10688 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #77598 → mutt: 1.13.2 -> 1.13.3 → https://git.io/JvJfQ
palo1 has joined #nixos
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
chenhq2005_ has joined #nixos
noudle has joined #nixos
chenhq2005 has quit [Ping timeout: 240 seconds]
<cosman> if my app want to write to a directory, should it be writing in a env location. Basically I am storing things like a settings file and cache data. I don’t want this data to go away upon removal of app.
smatting_ has joined #nixos
drakonis has quit [Quit: WeeChat 2.6]
dramforever has joined #nixos
Neo-- has quit [Ping timeout: 260 seconds]
zarel has quit [Ping timeout: 260 seconds]
fendor has joined #nixos
zarel has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/4ef769efa8f (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<silver_hook> Hey, does anyone know if KDEPIM got fixed in 19.09 yet? The last time I tried 19.09 Akonadi did not connect to MySQL.
h0m1 has quit [Ping timeout: 252 seconds]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
h0m1 has joined #nixos
rauno has quit [Ping timeout: 248 seconds]
mexisme_ has quit [Ping timeout: 260 seconds]
smatting_ has quit [Ping timeout: 240 seconds]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
tomberek has quit [Ping timeout: 268 seconds]
fendor has quit [Read error: Connection reset by peer]
is_null has quit [Quit: Lost terminal]
philr has joined #nixos
incognito9999 has quit [Quit: ZNC 1.7.2+deb3~bpo9+1 - https://znc.in]
incognito9999 has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #77600 → python3Packages.srsly: 0.2.0 -> 1.0.1 → https://git.io/JvJUz
Lears has joined #nixos
CMCDragonkai has quit [Remote host closed the connection]
CMCDragonkai has joined #nixos
xensky has quit [Quit: No Ping reply in 180 seconds.]
Jackneill has joined #nixos
aleph- has quit [Ping timeout: 260 seconds]
puffnfresh has quit [Ping timeout: 265 seconds]
pepesza has quit [Ping timeout: 265 seconds]
alexbakker has quit [Quit: Dikke doei]
mumuluxi has quit [Quit: ZNC 1.7.4 - https://znc.in]
[Leary] has quit [Ping timeout: 265 seconds]
pingiun has quit [Ping timeout: 265 seconds]
mumuluxi has joined #nixos
enteee has quit [Remote host closed the connection]
alexbakker has joined #nixos
pingiun has joined #nixos
cosman has quit [Quit: cosman]
iqubic has quit [Remote host closed the connection]
xensky has joined #nixos
FireFly has quit [Quit: Goodbye]
FireFly has joined #nixos
enteee has joined #nixos
puffnfresh has joined #nixos
aleph- has joined #nixos
pepesza has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 265 seconds]
civodul has joined #nixos
m4ts has quit [Ping timeout: 268 seconds]
Neo-- has joined #nixos
noudle has quit []
<{^_^}> [nixpkgs] @markuskowa merged pull request #77553 → nixos/gitea: fix typo → https://git.io/Jvf6o
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JvJUx
<{^_^}> [nixpkgs] @arnoldfarkas opened pull request #77601 → python3Packages.avro-python3: init at 1.9.1 → https://git.io/JvJUh
Neo-- has quit [Ping timeout: 258 seconds]
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #77598 → mutt: 1.13.2 -> 1.13.3 → https://git.io/JvJfQ
<{^_^}> [nixpkgs] @jonringer pushed commit from @matthiasbeyer to master « mutt: 1.13.2 -> 1.13.3 »: https://git.io/JvJTt
<{^_^}> [nixpkgs] @jonringer merged pull request #77600 → python3Packages.srsly: 0.2.0 -> 1.0.1 → https://git.io/JvJUz
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « python3Packages.srsly: 0.2.0 -> 1.0.1 »: https://git.io/JvJTm
Chiliparrot has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #77585 → victor-mono: 1.3.0 -> 1.3.1 → https://git.io/JvfbX
<{^_^}> [nixpkgs] @jonringer pushed commit from @dtzWill to master « victor-mono: 1.3.0 -> 1.3.1 »: https://git.io/JvJTW
o1lo01ol1o has quit [Ping timeout: 260 seconds]
gagbo has joined #nixos
Neo-- has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #77564 → moodle: 3.8 -> 3.8.1 → https://git.io/JvfX0
<{^_^}> [nixpkgs] @jonringer pushed commit from @aanderse to master « moodle: 3.8 -> 3.8.1 »: https://git.io/JvJT0
<{^_^}> [nixpkgs] @vbgl merged pull request #77295 → ocaml-sqlite3: 2.0.9 -> 5.0.1 → https://git.io/JveBx
<{^_^}> [nixpkgs] @vbgl pushed commit from @kazcw to master « ocamlPackages.ocaml_sqlite3: 2.0.9 -> 5.0.1 (#77295) »: https://git.io/JvJTE
rauno has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #77583 → cawbird: 1.0.3.1 -> 1.0.4 → https://git.io/JvfFh
<{^_^}> [nixpkgs] @jonringer pushed commit from Trolli Schmittlauch to master « cawbird: 1.0.3.1 -> 1.0.4 »: https://git.io/JvJTz
<{^_^}> [nixpkgs] @peterhoeg opened pull request #77602 → emacs: 2 minor hotfixes → https://git.io/JvJT2
Tucky has joined #nixos
thc202 has joined #nixos
philr has quit [Quit: WeeChat 2.7]
chloekek has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #77602 → emacs: 2 minor hotfixes → https://git.io/JvJT2
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to master: https://git.io/JvJTo
ng0 has joined #nixos
ng0 has joined #nixos
hgminh has joined #nixos
noudle has joined #nixos
<{^_^}> [nixpkgs] @c0deaddict opened pull request #77603 → nixos/gitea: fix typo → https://git.io/JvJTD
lukash_|away is now known as lukash_
<{^_^}> [nixpkgs] @zowoq reopened pull request #77483 → crun: 0.10.6 -> 0.11 → https://git.io/JvfkX
hlavaty has joined #nixos
<{^_^}> [nixpkgs] @srhb opened pull request #77604 → ceph: 14.2.5 -> 14.2.6 → https://git.io/JvJTF
<{^_^}> [nixpkgs] @srhb opened pull request #77605 → Backport: Ceph 14.2.6 → https://git.io/JvJTA
ng0_ has joined #nixos
ng0 has quit [Ping timeout: 268 seconds]
ng0_ is now known as ng0
<dminuoso_> What is the appropriate way to set LD_LIBRARY_PATH in a derivation?
<dminuoso_> A deep transient library relies on picking up the library from it.. :(
<dminuoso_> *transitive even!
<{^_^}> [nixpkgs] @peti pushed to master « ghc: update 8.10.1 pre-release from alpha2 to rc1 »: https://git.io/JvJTj
<{^_^}> [nixpkgs] @leenaars opened pull request #77606 → Sylk: 2.1.0 -> 2.5.0 → https://git.io/JvJke
o1lo01ol1o has joined #nixos
<dminuoso_> Oh wait hah. I just forgot to specify it in my buildInputs, nevermind. :)
<{^_^}> [nixpkgs] @marsam merged pull request #77415 → broot: 0.10.2 -> 0.11.8 → https://git.io/JvvVy
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/JvJkv
lsix has joined #nixos
__monty__ has joined #nixos
logzet has joined #nixos
<{^_^}> [nixpkgs] @arianvp closed pull request #49755 → nixos/ssh: Add pkcs11 support for ssh agent → https://git.io/fxhxD
shyim has quit [Quit: Ping timeout (120 seconds)]
shyim has joined #nixos
jboy has quit [Remote host closed the connection]
jboy has joined #nixos
<{^_^}> [nixpkgs] @phi-gamma opened pull request #77608 → python3Packages.python-olm: remove dependency on the typing package → https://git.io/JvJkq
Shoubit has joined #nixos
aveltras has joined #nixos
<{^_^}> [nixpkgs] @WilliButz pushed to release-19.09 « grafana: 6.5.1 -> 6.5.2 »: https://git.io/JvJkR
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9ed03f21036 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @peterhoeg merged pull request #72306 → mindustry: init at 99 (and updates) → https://git.io/JezOB
<{^_^}> [nixpkgs] @peterhoeg pushed commit from @fgaz to master « mindustry: init at 102 (and updates) (#72306) »: https://git.io/JvJkd
<{^_^}> [nixpkgs] @Mic92 merged pull request #77603 → nixos/gitea: fix typo → https://git.io/JvJTD
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to release-19.09: https://git.io/JvJkF
<{^_^}> [nixpkgs] @Mic92 merged pull request #77568 → cpp-netlib: remove insecure openssl dependency and unnecessary asio → https://git.io/JvfDB
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JvJkN
<{^_^}> [nixpkgs] @Mic92 merged pull request #77596 → libselinux: Fix cross-compilation with Python 3 → https://git.io/JvJfZ
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to staging: https://git.io/JvJkx
<{^_^}> [nixpkgs] @Mic92 merged pull request #77593 → axel: enable darwin → https://git.io/Jvfhb
<{^_^}> [nixpkgs] @Mic92 pushed commit from @lionello to master « axel: enable darwin (#77593) »: https://git.io/JvJkh
gxt has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #76922 → perl: fix configure phase for Aarch32 → https://git.io/Jepl8
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JvJIf
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @romildo merged pull request #77586 → font-manager: 0.7.5 -> 0.7.7 → https://git.io/JvfbH
<{^_^}> [nixpkgs] @romildo pushed 3 commits to master: https://git.io/JvJIq
<{^_^}> [nixpkgs] @LnL7 opened pull request #77610 → [WIP] darwin-stdenv: bootstrap with python3 → https://git.io/JvJIZ
<{^_^}> [nixpkgs] @vbgl merged pull request #77544 → ocamlPackages.uchar: don't depend on opaline at runtime → https://git.io/Jvfa5
<{^_^}> [nixpkgs] @vbgl pushed commit from @anmonteiro to master « ocamlPackages.uchar: don't depend on opaline at runtime »: https://git.io/JvJI4
Guest92090 has quit [Ping timeout: 240 seconds]
chenhq2005_ has quit [Ping timeout: 268 seconds]
bahamas has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #77595 → rivet: fix patch url → https://git.io/JvJvp
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JvJIV
sigmundv__ has joined #nixos
<{^_^}> [nixpkgs] @Mic92 pushed commit from @veprbl to release-19.09 « rivet: fix patch url »: https://git.io/JvJIw
iyzsong has joined #nixos
lord| has quit [Read error: Connection reset by peer]
kenjis1 has joined #nixos
lord| has joined #nixos
domogled has joined #nixos
kenjis1 has quit [Remote host closed the connection]
kenjis1 has joined #nixos
kenjis1 has quit [Remote host closed the connection]
kenjis1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 closed pull request #77560 → nixos/postfix: remove deprecated loaOf → https://git.io/Jvfi5
CMCDragonkai has quit [Quit: CMCDragonkai]
chenhq2005 has joined #nixos
<Rovanion> I want to install the nix package manager as a system package on CentOS and Ubuntu, available for all users to use at any time. How would I go about that? The installer script https://nixos.org/nix/install seems to the current user's home directory.
<silver_hook> To answer myself, I just tried it and KDEPIM/Akonadi is still broken in 19.09.
jgeerds has joined #nixos
ixxie has joined #nixos
<Rovanion> dminuoso_: Thank you. Do you happen to know if it is possible on systems with SELinux enabled?
<dminuoso_> Rovanion: If it explicitly mentions that its supported on Linux with SELinux disabled, I'd say there's a fair bet that it does not.
<dminuoso_> Rovanion: But I do not know for sure.
iyzsong has quit [Remote host closed the connection]
<{^_^}> nix#2670 (by e-user, 48 weeks ago, open): Provide SELinux support for Nix
iyzsong has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #77473 → lib.commitIdFromGitRepo: support git-worktree → https://git.io/Jvvjv
<{^_^}> [nixpkgs] @lheckemann pushed 2 commits to master: https://git.io/JvJLr
<{^_^}> nix#2374 (by e-user, 1 year ago, open): Nix multi-user installer fails on Fedora 28 due to SELinux denial
<{^_^}> [nixpkgs] @globin merged pull request #77554 → nixos/wpa_supplicant: fix use with multiple interfaces → https://git.io/Jvf6P
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JvJL1
<{^_^}> [nixpkgs] @globin merged pull request #77556 → [19.09] nixos/wpa_supplicant: fix use with multiple interfaces → https://git.io/Jvf6D
<{^_^}> [nixpkgs] @globin pushed 2 commits to release-19.09: https://git.io/JvJLM
gaz[14 is now known as gaz[16
<{^_^}> [nixpkgs] @fpletz merged pull request #74700 → nixos/ndppd: enable systemd sandboxing → https://git.io/Je12j
<{^_^}> [nixpkgs] @fpletz pushed commit from @mmilata to master « nixos/ndppd: enable systemd sandboxing »: https://git.io/JvJLd
kenjis1 has quit [Remote host closed the connection]
logzet has quit [Ping timeout: 245 seconds]
sigmundv__ has quit [Remote host closed the connection]
sigmundv has joined #nixos
domogled has quit [Ping timeout: 258 seconds]
ayerhart has quit [Read error: Connection reset by peer]
fusion809 has quit [Remote host closed the connection]
rauno has quit [Ping timeout: 258 seconds]
hello23786a has joined #nixos
hello23786a has quit [Remote host closed the connection]
Guest92090 has joined #nixos
hello23786a has joined #nixos
<{^_^}> [nixpkgs] @wucke13 opened pull request #77611 → python3Packages.solo-python: 0.0.18 -> 0.0.21 → https://git.io/JvJtd
bahamas has quit [Ping timeout: 258 seconds]
cfricke has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
domogled has joined #nixos
bvdw has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
chagra has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #77612 → psi-plus: 1.4.904 -> 1.4.984 → https://git.io/JvJqc
<{^_^}> [nixpkgs] @misuzu closed pull request #76902 → psi-plus: 1.4.904 -> 1.4.983 → https://git.io/Jepsm
fendor has joined #nixos
<{^_^}> Channel nixos-19.09 advanced to https://github.com/NixOS/nixpkgs/commit/5dc4d071ffe (from 34 hours ago, history: https://channels.nix.gsc.io/nixos-19.09)
vidbina_ has joined #nixos
<Valodim[m]> updated my stable nix-channel and it's... building a kernel now?
<Valodim[m]> what the hell :D
logzet has joined #nixos
<qyliss> Are you using nixpkgs-19.09 or nixos-19.09?
<Valodim[m]> nixos-19.09
<Valodim[m]> no overlays, kernel at linuxPackages_latest
bahamas has joined #nixos
fendor_ has joined #nixos
<__monty__> Anyone know how I can find out which file or dir is missing? http://ix.io/27in
<__monty__> (Trying to packages swift for macOS.)
<__monty__> Well, want to update mpv so the deprecated cocoa backend isn't needed anymore but need swift for that.
erictapen has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « linux_latest-libre: 17190 -> 17192 »: https://git.io/JvJqj
<{^_^}> [nixpkgs] @alyssais opened pull request #77613 → python3.pkgs.publicsuffix: fix build → https://git.io/JvJmv
domogled has quit [Quit: domogled]
domogled has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
hello23786a has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<LnL> __monty__: caffeinate is a binary to keep the system from sleeping, you can just patch that out
<LnL> we have darwin.PowerManagement, but there's no real reason to depend on it
<chagra> I remember hearing somewhere about a home-manager NixOS module. Is there a declarative way to setup home manager on nixos? or do youhave to do it the ad-hoc way?
nakkle has joined #nixos
<chagra> oh thanks misuzu!
<__monty__> Any preferences among a patch, builtins.replaceStrings or sed?
fendor_ has quit [Ping timeout: 260 seconds]
ixxie has quit [Ping timeout: 268 seconds]
<clever> ,runtimeDependencies __monty__
<clever> ,
<{^_^}> Special commands: find tell locate expand guys - Commands sorted by use count, page 0 (use ,<n> to view page <n>): help libraries unstable escape'' declarative library howoldis paste unfree ping -a escape" pinning profiling callpackage ask overlay pr stateversion which-channel xml ifd nixlang++ wololo botsnack channels tofu cache xy exec imperative fancy-uninstall invite pills dnw haskell loot home-manager matrixbridge pointers configsearch
<clever> ,1
<{^_^}> Page 1: smart-questions tias tofu-vim cloak dontask escape-special runtimedeps thesis timer aoc jdwhat nur pure-eval upgrade worldofyumminess error flakes logs whomademe backports context feeds merge mime nix-bundle nix-info nixgl nixossearch quickstart the-pr-with-initially-1152-new-nixos-options unstable-man wrapnix wrapper zol arm bootfull cloudfront helpout info nix-env-r nixeval not-os orginvite qt releasenotes root zip activationscripts
<clever> ,2
<{^_^}> Page 2: avoid-the-review-spam docbook github hardware nix-repl nixcon nixpkgsversion notfound ops outpath pathconcat proot python replacemodule stuck todeclarative ugt wrapgappshook
<rajivr___> Is there a canonical nixos option prefix reserved for "local" options - something like `options.local.XYZ` ?
<clever> rajivr___: i tend to just stick them where it makes the most sense, programs.vim.fat is a custom option that controls if vim depends on clang at runtime
<clever> ,runtimedeps __monty__
<{^_^}> __monty__: In order of preference: Patch source OR ((if it uses PATH -> wrap with new $PATH) AND (if it uses dlopen, (patchelf --set-rpath in postFixup OR wrap with new LD_LIBRARY_PATH)))
<clever> spelled it out too much, heh
<rajivr___> clever: Thanks.
<__monty__> clever: Yeah but which of the three methods is preferred? They're all about patching the source. Maybe it also matters that this patch would have little to no chance of being accepted upstream?
ng0 has quit [Ping timeout: 258 seconds]
Wizek has joined #nixos
<clever> __monty__: only the 1st is patching the source, the rest are wrapping the compiled binary to set vars at runtime
<clever> __monty__: and i prefer .patch files, because those will fail if the thing your patching cant be found
remirol is now known as lorimer
<__monty__> clever: No, 1) patch, 2) sed, 3) builtins.replaceStrings. These are three ways of patching the source. The first depends on source locations unnecessarily and doesn't have the advantage of being convenient to upstream. 2 depends on sed, and 3 makes for reading and writing and replacing, aka noise in the expression.
<clever> __monty__: builtins.replaceStrings can only work on strings that exist at the nix level, so it wont handle files within the source
<clever> __monty__: sed can silently do nothing, if the source changes
<__monty__> clever: No, hence the reading/writing noise.
<clever> so i would prefer to just use a patch
<__monty__> I'll go with a patch then.
<{^_^}> [nixpkgs] @petabyteboy closed pull request #63613 → [WIP] nixos/acme: switch to lego and support DNS challenge → https://git.io/fjwTX
Chiliparrot has joined #nixos
ng0 has joined #nixos
ng0 has joined #nixos
ng0 has quit [Changing host]
<__monty__> Is there a specific requirement for patches? Generated by git or the format?
Synthetica has joined #nixos
vld has joined #nixos
jgeerds has quit [Ping timeout: 258 seconds]
virus_dave has joined #nixos
<dramforever> __monty__: Anything 'patch -p1' will recognize. IIRC git format-patch, git diff will work
<dramforever> diff will likely work if you do it the right way
<{^_^}> [nixpkgs] @gnidorah opened pull request #77615 → Update maintainer-list.nix → https://git.io/JvJYl
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
thc202 has quit [Ping timeout: 245 seconds]
Mateon3 has joined #nixos
Mateon1 has quit [Ping timeout: 258 seconds]
Mateon3 is now known as Mateon1
o1lo01ol_ has joined #nixos
o1lo01ol1o has quit [Ping timeout: 268 seconds]
bahamas has quit [Ping timeout: 268 seconds]
ixxie has joined #nixos
o1lo01ol_ has quit [Ping timeout: 265 seconds]
mallox has joined #nixos
Naptra has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #77616 → calibre: 3.48 -> 4.8 → https://git.io/JvJYF
hlavaty has quit [Remote host closed the connection]
chin-tastic has quit [Ping timeout: 252 seconds]
tabasko has joined #nixos
lsix has quit [Quit: WeeChat 2.6]
lsix has joined #nixos
gustavderdrache has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/81101ce9d12 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> [nixpkgs] @Mic92 merged pull request #77608 → Merge pull request #77608 from phi-gamma/olm-remove-typing → https://git.io/JvJkq
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JvJOT
kai_w has joined #nixos
tomberek has joined #nixos
<{^_^}> [nixpkgs] @schmittlauch opened pull request #77617 → [release-19.09] cawbird: 1.0.2 -> 1.0.4 → https://git.io/JvJOL
chagra has quit [Ping timeout: 240 seconds]
chagra_ has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #77618 → linux-libre: updateScript improvements → https://git.io/JvJO3
<{^_^}> [nixpkgs] @peterhoeg closed pull request #73016 → podman: 1.6.2 -> 1.6.3 → https://git.io/JeVUr
<{^_^}> [nixpkgs] @tomberek opened pull request #77619 → parallel: init SQL support → https://git.io/JvJOn
<{^_^}> [nixpkgs] @peterhoeg closed pull request #72244 → documentation: docbook to org [WIP] → https://git.io/Jeu1E
FRidh has joined #nixos
psyanticy has joined #nixos
bahamas has joined #nixos
dramforever has quit [Quit: Leaving]
hello23786a has joined #nixos
dm9 has joined #nixos
thc202 has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #77620 → netalyzr: service no longer exists as of 2019-03 → https://git.io/JvJOg
chloekek has quit [Quit: WeeChat 2.6]
chloekek has joined #nixos
chloekek has quit [Client Quit]
chloekek has joined #nixos
drakonis has joined #nixos
bahamas has quit [Ping timeout: 268 seconds]
chagra_ has quit [Quit: WeeChat 2.6]
chagra has joined #nixos
jgeerds has joined #nixos
o1lo01ol1o has joined #nixos
chagra has quit [Ping timeout: 268 seconds]
chagra has joined #nixos
Rusty1 has joined #nixos
chin-tastic has joined #nixos
m4ts has joined #nixos
chenhq2005 has quit [Ping timeout: 265 seconds]
halfbit has joined #nixos
<{^_^}> [nixpkgs] @hedning opened pull request #77621 → gtk3: 3.24.12 -> 3.24.13 → https://git.io/JvJ33
<{^_^}> [nixpkgs] @R-VdP opened pull request #77622 → NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically reboote… → https://git.io/JvJ3Z
ddellacosta has joined #nixos
bgamari_ has joined #nixos
bgamari has quit [Ping timeout: 248 seconds]
o1lo01ol_ has joined #nixos
o1lo01ol1o has quit [Ping timeout: 268 seconds]
domogled has quit [Quit: domogled]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Naptra has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @FRidh pushed to master « release.nix and release-small.nix: remove unar, fixes #76927 »: https://git.io/JvJsY
<{^_^}> [nixpkgs] @globin opened pull request #77624 → gitlab: fix asset building for CE → https://git.io/JvJss
Naptra has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #77625 → way-cooler: Remove → https://git.io/JvJsE
Trio2456 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to staging-19.03 « pythonPackages.pyopenssl: fix build, fixes #76879 »: https://git.io/JvJsw
dm9 has quit [Quit: WeeChat 2.7]
werner291 has joined #nixos
ixxie has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @FRidh pushed 110 commits to staging-next: https://git.io/JvJsb
ng0_ has joined #nixos
ng0_ has joined #nixos
erictapen has quit [Ping timeout: 260 seconds]
ixxie has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/81101ce9d12 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<hello23786a> bye....
hello23786a has left #nixos [#nixos]
knupfer has joined #nixos
ng0 has quit [Ping timeout: 260 seconds]
ng0_ is now known as ng0
<__monty__> Uh oh, would this be an impurity on macOS? 'sysctl hw.memsize' If not, how would I get access to sysctl?
dansho has joined #nixos
Trio2456 has quit [Remote host closed the connection]
knupfer has quit [Ping timeout: 268 seconds]
drakonis has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #77548 → rx: 0.3.1 -> 0.3.2 → https://git.io/JvfrW
<{^_^}> [nixpkgs] @jonringer pushed commit from @minijackson to master « rx: 0.3.1 -> 0.3.2 »: https://git.io/JvJGV
drakonis has joined #nixos
chin-tastic has quit [Read error: Connection reset by peer]
chin-tastic has joined #nixos
<{^_^}> [nixpkgs] @shlevy merged pull request #77379 → python3Packages.avro-python3: init at 1.8.2 → https://git.io/JvvOJ
<{^_^}> [nixpkgs] @shlevy pushed 3 commits to master: https://git.io/JvJGQ
vld has quit [Ping timeout: 268 seconds]
jakobrs has joined #nixos
cfricke has quit [Ping timeout: 265 seconds]
<LnL> __monty__: I generally try to patch out thinks like that and sv_vers, etc. but it's in darwin.system_cmds if you really need it
<__monty__> LnL: Just substitute a sensible value? Like 8GB in bytes?
vidbina_ has quit [Ping timeout: 240 seconds]
<LnL> depends what it's used for but yeah something like that
<{^_^}> [nixpkgs] @globin opened pull request #77628 → glibc: fix cross with gcc9 → https://git.io/JvJGh
vidbina_ has joined #nixos
dsx has quit [Quit: dsx]
ixxie has quit [Ping timeout: 265 seconds]
dsx has joined #nixos
<{^_^}> [nixpkgs] @adisbladis pushed to master « poetry2nix: 1.2.1 -> 1.3.0 »: https://git.io/JvJZ8
<jakobrs> Is it possible to have multiple source directories?
<adisbladis> jakobrs: Sure it is :)
<adisbladis> jakobrs: srcs = [];
<jakobrs> The problem I get is "unpacker produced multiple directories"
<clever> jakobrs: sourceRoot must be set to the name of what you should cd into
<jakobrs> Oh, that makes sense
<jakobrs> thanks
gxt has quit [Ping timeout: 240 seconds]
fendor_ has joined #nixos
<clever> jakobrs: by default, it will basically diff `ls` before and after unpacking, and guess where it should cd, based on what unpacking made
<{^_^}> [nixpkgs] @adisbladis opened pull request #77629 → pythonPackages.poetry: Inherit package from top-level → https://git.io/JvJZE
<Rovanion> Hmm, is it possible to have the nix installer place symlinks/binaries in for example /usr/local/bin/? Is there a reason why it doesn't do that and why I shouldn't on my own?
m0rphism has joined #nixos
<adisbladis> Rovanion: What makes you think you want to?
<{^_^}> [nixpkgs] @vbgl opened pull request #77630 → ocaml-ng.ocamlPackages_4_10.ocaml: init at 4.10.0+beta1 → https://git.io/JvJZV
vld has joined #nixos
<simpson> Rovanion: The general reason not to do it is that, normally, we know what's in /usr and it's very very little. What are you working on?
FRidh2 has joined #nixos
<Rovanion> adisbladis: Good question. I'm working on a frankensteinian project, I've got a bunch of machines managed through Puppet but the easiest way to install this one package seems to be through nix. But that means I first have to install Nix, which is what I'm looking at right now. Once installed I would like to invoke nix like any other binary in the normal $PATH.
FRidh has quit [Ping timeout: 265 seconds]
<adisbladis> Rovanion: Right, the just chuck a symlink in there yourself :)
<adisbladis> Nothing wrong with that.
maurer has quit [Ping timeout: 240 seconds]
<adisbladis> Though what's your upgrade path? What will the symlink point to ?
maurer has joined #nixos
<Rovanion> Yeah, it seems a bit off to symlink /usr/local/bin/nix-env to /root/.nix-profile/bin/nix-env.
<Rovanion> Is there a system version of nix-env? so to speak.
<Rovanion> Because that version is attached to the root user, which perhaps could work like a stand-in for "the system".
<clever> Rovanion: when ran as root, nix-env operates on roots profile, which is normally in $PATH for every user
ciil has quit [Ping timeout: 268 seconds]
ciil has joined #nixos
fendor_ has quit [Read error: Connection reset by peer]
knupfer has joined #nixos
opthomasprime has joined #nixos
chiefgoat has quit [Quit: ZNC 1.7.5 - https://znc.in]
cosimone has joined #nixos
dm9 has joined #nixos
Neo-- has joined #nixos
cosimone has quit [Client Quit]
cosimone has joined #nixos
jgeerds_ has joined #nixos
alexherbo28 has joined #nixos
jgeerds has quit [Ping timeout: 260 seconds]
domogled has joined #nixos
alex has quit [Ping timeout: 268 seconds]
alexherbo2 has quit [Ping timeout: 268 seconds]
alexherbo28 is now known as alexherbo2
ixxie has joined #nixos
alex has joined #nixos
bahamas has joined #nixos
phreedom has quit [Quit: No Ping reply in 180 seconds.]
klntsky has quit [Ping timeout: 240 seconds]
Palpares has quit [Ping timeout: 240 seconds]
vld has quit [Ping timeout: 265 seconds]
klntsky has joined #nixos
phreedom has joined #nixos
Palpares has joined #nixos
Neo-- has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @smaret opened pull request #77631 → gildas: 20191201_a -> 20200101_a → https://git.io/JvJnV
jakobrs has quit [Quit: leaving]
<jared-w> Rovanion: Would environment.pathsToLink do the trick?
<jared-w> it'll symlink a directory into the run/current-system/sw directory
chiefgoat has joined #nixos
takeda has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #77618 → linux-libre: updateScript improvements → https://git.io/JvJO3
<{^_^}> [nixpkgs] @alyssais pushed 3 commits to master: https://git.io/JvJni
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @alyssais merged pull request #77474 → libxml2: don't propagate Python bindings → https://git.io/JvvjZ
<{^_^}> [nixpkgs] @alyssais pushed to staging « libxml2: don't propagate Python bindings »: https://git.io/JvJn1
chloekek has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #77520 → libretro.snes9x: 29b78d -> 04692e → https://git.io/Jvfnt
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/JvJnD
kenjis1 has joined #nixos
mexisme_ has quit [Ping timeout: 245 seconds]
chiefgoat has quit [Quit: ZNC 1.7.5 - https://znc.in]
ixxie has quit [Ping timeout: 258 seconds]
chiefgoat has joined #nixos
jgeerds__ has joined #nixos
hexo is now known as grcamduhu
erasmas has joined #nixos
jgeerds_ has quit [Ping timeout: 265 seconds]
felixfoertsch23 has quit [Ping timeout: 260 seconds]
eraserhd has left #nixos ["WeeChat 2.7"]
gagbo has quit [Ping timeout: 240 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
chagra has quit [Ping timeout: 265 seconds]
<Rovanion> jared-w: Do you have any docs for it? I can't seem to find any.
felixfoertsch has joined #nixos
chagra has joined #nixos
<{^_^}> [nixpkgs] @LnL7 opened pull request #77632 → [WIP] stdenv: make darwin builds reproducable → https://git.io/JvJc9
<qyliss> whoa
<qyliss> LnL++
<{^_^}> LnL's karma got increased to 20
werner291 has quit [Ping timeout: 268 seconds]
jmeredith has joined #nixos
<LnL> qyliss: only tested basic stuff, but everybody seems to get the same result for this https://gist.github.com/LnL7/7e705ea7f4099c074a004c897810bc73
klntsky has quit [Remote host closed the connection]
felixfoertsch has quit [Ping timeout: 252 seconds]
klntsky has joined #nixos
fendor_ has joined #nixos
logzet has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<fendor_> ,locate fsnotify
<{^_^}> Found in packages: deepin.go-lib
mmlb has joined #nixos
vidbina_ has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jwiegley pushed 2 commits to johnw/58975: https://git.io/JvJC3
felixfoertsch has joined #nixos
endformationage has joined #nixos
drakonis has quit [Ping timeout: 260 seconds]
bahamas has quit [Quit: leaving]
ambro718 has joined #nixos
dm9 has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @gnidorah closed pull request #77615 → Update maintainer-list.nix → https://git.io/JvJYl
<{^_^}> [nixpkgs] @jwiegley pushed commit from Pass Automated Testing Suite to johnw/58975 « Disable further pass tests that end up relying on gpg-agent on Darwin »: https://git.io/JvJC1
<gchristensen> I have this nix file: { imports = [ ... ({ lib, ... }: { ... some things that use lib }) ... ]; } ... is this okay? will it give good errors if there is an error? is there a way within the module system to do this better?
phreedom has quit [Quit: No Ping reply in 180 seconds.]
phreedom has joined #nixos
<{^_^}> [nixpkgs] @jwiegley pushed commit from Pass Automated Testing Suite to johnw/58975 « Disable further pass tests that end up relying on gpg-agent on Darwin »: https://git.io/JvJC5
<{^_^}> [nixpkgs] @jwiegley opened pull request #77634 → Disable further pass tests that end up relying on gpg-agent on Darwin → https://git.io/JvJCF
ryantm has quit [Ping timeout: 240 seconds]
sondr3 has joined #nixos
<sondr3> huh, just did a channel update and rebuild and it looks like my system is compiling the linux kernel from source
gnidorah has joined #nixos
<gnidorah> merge please? #71079
<{^_^}> https://github.com/NixOS/nixpkgs/pull/71079 (by gnidorah, 13 weeks ago, open): Theming options for Gtk and Qt
drewr has quit [Quit: ERC (IRC client for Emacs 26.3)]
Jackneill has quit [Remote host closed the connection]
<worldofpeace> gchristensen: loaOf is deprecated now and we warn when it's used, the message gives specific syntax change on how to migrate. Those exact paths to options is a side step for https://github.com/NixOS/nixpkgs/pull/77501#issuecomment-573290240 https://github.com/rycee/home-manager/issues/980
<{^_^}> rycee/home-manager#980 (by sballert, 4 days ago, open): Warning: type loaOf is deprecated
drewr has joined #nixos
<gchristensen> ahh cool, worldofpeace
<worldofpeace> gchristensen: it's not really worth nitpicking because it's going to be removed next release
<gchristensen> right on
jgeerds__ has quit [Ping timeout: 260 seconds]
cosman has joined #nixos
* LnL also needs to look at that
jgeerds__ has joined #nixos
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
<LnL> gchristensen: btw what would it take to run r13y for the darwin stdenv?
<gchristensen> hmm
<gchristensen> a redesign of the website and a builder I can directly run r13y the executable on
<worldofpeace> gnidorah: Hi, I do realize I've been a bit unresponsive on your PR. Sorry about that
<gchristensen> (you can't --check over a remote builder)
<LnL> yeah I know
mrCyborg has joined #nixos
<gnidorah> worldofpeace: hi! no needs to sorry :-)
<worldofpeace> gnidorah: At the moment I don't think I'll be able to review it any time soon ☹️ And that sucks because it probably needs to be eventually approved by either me or Jan Tojnar.
<gchristensen> LnL: -> -dev
chloekek has joined #nixos
<sondr3> yep, still compiling the kernel. Anyone know what gives?
<qyliss> Somebody else reported the same thing earlier...
<qyliss> Are you using nixos-unstable or nixpkgs-unstable?
<gnidorah> worldofpeace: maybe call ttuegel (qt maintainer)?
<sondr3> qyliss: no, I'm on 19.09
<jtojnar> gnidorah I think I should be able to review it mid-February
<gnidorah> jtojnar: thats nice
<{^_^}> [nixpkgs] @jonringer merged pull request #77617 → [release-19.09] cawbird: 1.0.2 -> 1.0.4 → https://git.io/JvJOL
<{^_^}> [nixpkgs] @jonringer pushed commit from Trolli Schmittlauch to release-19.09 « cawbird: 1.0.2 -> 1.0.4 »: https://git.io/JvJW0
<qyliss> sondr3: nixos-19.09 or nixpkgs-19.09?
<sondr3> from `nix-channel --list`: nixos https://nixos.org/channels/nixos-19.09
Chiliparrot has joined #nixos
<gchristensen> I wish that making the squashfs for a netboot image wasn't so terribly slow.
<multun> who are the NixOS linking gurus? I'm deeply confused by https://github.com/NixOS/nixpkgs/issues/76927#issuecomment-573786193
<multun> I'm not sure to understand what's the purpose of LD_LIBRARY_PATH being set during build
<gnidorah> is there a script anywhere to build all packages I maintain? to check for failures from time to time
<{^_^}> [nixpkgs] @jonringer merged pull request #77613 → python3.pkgs.publicsuffix: fix build → https://git.io/JvJmv
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JvJWr
rauno has joined #nixos
ixxie has joined #nixos
<Athas> Is there an elegant way to run stable NixOS but with a newer kernel?
<{^_^}> [nixpkgs] @jonringer merged pull request #77611 → python3Packages.solo-python: 0.0.18 -> 0.0.21 → https://git.io/JvJtd
<{^_^}> [nixpkgs] @jonringer pushed commit from @wucke13 to master « python3Packages.solo-python: 0.0.18 -> 0.0.21 »: https://git.io/JvJW6
Tucky has quit [Ping timeout: 265 seconds]
drewr has quit [Quit: ERC (IRC client for Emacs 26.3)]
drewr has joined #nixos
<gchristensen> Athas: boot.kernelPackages = pkgs.linuxPackages_latest
cosman has quit [Ping timeout: 240 seconds]
vld has joined #nixos
cfricke has joined #nixos
cfricke has quit [Client Quit]
justanotheruser has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @lheckemann opened pull request #77635 → bluez-alsa: 1.4.0 -> 2.0.0 → https://git.io/JvJWd
<Athas> gchristensen: really, even in stable? Cool!
cosman has joined #nixos
<gchristensen> I think the _latest kernel will continue to be updated, yeah, even on stable. there was a recent discussion and I think that is where we endedu p.
<Athas> Looks like I'm getting 5.4, so it works.
dontobey has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @lheckemann opened pull request #77636 → [WIP] kanboard: 1.2.12 -> 1.2.13 → https://git.io/JvJlf
Naptra has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jonringer merged pull request #77113 → python-miio: init at 0.4.8 → https://git.io/Jejru
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JvJlq
justanotheruser has joined #nixos
Neo-- has joined #nixos
<gnidorah> > is there a script anywhere to build all packages I maintain? to check for failures from time to time
<{^_^}> error: syntax error, unexpected ID, expecting ')', at (string):274:65
<gnidorah> or any better knows ways for this?
kleisli has quit [Ping timeout: 268 seconds]
<gnidorah> *known
<{^_^}> [nixpkgs] @jonringer merged pull request #77521 → stups-pierone: init at 1.1.45 → https://git.io/Jvfcn
<{^_^}> [nixpkgs] @jonringer pushed commit from @mschuwalow to master « stups-pierone: init at 1.1.45 »: https://git.io/JvJlW
ambro718 has quit [Quit: Konversation terminated!]
dsx has quit [Quit: dsx]
FRidh2 has quit [Quit: Konversation terminated!]
<arcnmx> is it intentional that types.submodule seems to now typecheck against strings (tries to interpret them as a path to import)?
mrCyborg has quit [Ping timeout: 260 seconds]
<arcnmx> infinisil: I assume this is the result of the recent module changes?
dsx has joined #nixos
<infinisil> arcnmx: Yeah, see https://github.com/NixOS/nixpkgs/pull/76861
<{^_^}> #76861 (by Infinisil, 1 week ago, merged): lib/types: Allow paths as submodule values
<infinisil> Is there a problem with that?
rmra has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
<arcnmx> infinisil: I have something like coercedTo types.str (path: { inherit path; }) (submodule { ... }) and it took me hours to figure out what was going on because it happened to have a default.nix inside the path and nothing made any sense x.x
<infinisil> Hmm..
<infinisil> I'd think it should prefer it to be interpreted as a string in that case
zeta_0 has joined #nixos
<rmra> hello, i upgrade my machine to 10.09 and have a issue: systemd-timesyncd.service - Network Time Synchronization
<infinisil> rmra: You probably updated stateVersion in your configuration.nix. Don't do that, revert it to the previous value
<rmra> it failed do start network time syn
<infinisil> ,stateVersion rmra
<{^_^}> rmra: Setting stateVersion to the latest release doesn't upgrade anything and can only break your setup at best. To actually upgrade NixOS see https://nixos.org/nixos/manual/#sec-upgrading. If you want to update the stateVersion option regardless, Ctrl-F for "stateVersion" in https://nixos.org/nixos/manual/release-notes.html to see things that need to be manually migrated with the new value.
brprice has quit [Remote host closed the connection]
swflint has quit [Ping timeout: 258 seconds]
<rmra> ok, tkz
<infinisil> arcnmx: Hm yeah it seems that the final type is preferred if possible..
dozn has quit [Quit: I'm probably just changing some settings or have had an outage, I'll be back soon.]
morr has quit [Ping timeout: 265 seconds]
opthomasprime has left #nixos [#nixos]
o1lo01ol_ has quit [Ping timeout: 258 seconds]
<arcnmx> infinisil: yeah, obviously I would've wanted the former though that preference may not be universal... just a very unfortunate failure mode, and not sure if I should just reimplement coercedTo the other way around?
Naptra has joined #nixos
<infinisil> I kind of think the other way around would make more sense anyways
<infinisil> `coercedTo type f newType` is like `either type newType`
<infinisil> And either prefers the first argument
<infinisil> In case a value has both types
<infinisil> It might be reasonable to change nixpkgs coercedTo implementation to work that way
dozn has joined #nixos
* arcnmx nod
ixxie has quit [Ping timeout: 240 seconds]
cosimone has quit [Quit: Quit.]
* infinisil checks if nixpkgs contains any problematic coercedTo's
pbb_ has quit [Ping timeout: 245 seconds]
<infinisil> Problematic instances are: The first type could have a reasonable path value and the second type is a submodule
<{^_^}> [nixpkgs] @vcunat pushed 8 commits to release-19.09: https://git.io/JvJ8a
<{^_^}> [nixpkgs] @vcunat merged pull request #77528 → [19.09] [backport] chromium: 79.0.3945.79 -> 79.0.3945.88 → https://git.io/Jvf4B
<{^_^}> [nixpkgs] @vcunat merged pull request #77366 → [19.09] libxml2: add patch for CVE-2019-19956 → https://git.io/JvvL1
<{^_^}> [nixpkgs] @teto merged pull request #77552 → hakuneko: 1.4.2 -> 5.0.8 → https://git.io/JvfKK
<{^_^}> [nixpkgs] @teto pushed 2 commits to master: https://git.io/JvJ86
<cosman> How do I make a channel to host my nix package
<infinisil> arcnmx: Doesn't look like nixpkgs has any
phreedom has quit [Ping timeout: 240 seconds]
phreedom has joined #nixos
<infinisil> arcnmx: Seems like there shouldn't be a problem with changing coercedTo's ordering, want to make a PR for that? The change is just https://paste.infinisil.com/5JS4TjjfV4.diff
swflint has joined #nixos
<arcnmx> Sure, I can do that.
pbb has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #77637 → gpxsee: 7.18 -> 7.19 → https://git.io/JvJ8S
ixxie has joined #nixos
Synthetica has quit [Quit: Connection closed for inactivity]
erictapen has joined #nixos
<{^_^}> [nixpkgs] @kalbasit opened pull request #77638 → pre-commit: installed git hook should have full path to pre-commit → https://git.io/JvJ87
mexisme_ has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/de66fc6a2a2 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<adisbladis> cosman: You don't need to make a channel for that.
<adisbladis> cosman: I recommend you take a look at overlays.
mexisme_ has quit [Ping timeout: 246 seconds]
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
vidbina_ has joined #nixos
mrCyborg has joined #nixos
morr has joined #nixos
<cosman> also if I compile my app into a tarball how do I create a package that installs that tarball in addition to other dependencies.
<cosman> is there a good example I can copy from?
<adisbladis> cosman: You can copy build artifacts to a remote store using `nix copy`. That will take care of dependencies too.
klntsky_ has joined #nixos
klntsky has quit [Ping timeout: 240 seconds]
lewo` has quit [Remote host closed the connection]
lewo has joined #nixos
<kalbasit> how to tell nixops that a host in the network is "aarch64-linux"?
<clever> kalbasit: set nixpkgs.system in the machine config
psyanticy has quit [Quit: Connection closed for inactivity]
<kalbasit> clever: thanks
<clever> kalbasit: https://github.com/cleverca22/nixos-configs/blob/master/deployments/raspberry_pi.nix is an example which does the same thing but for armv7l
<kalbasit> clever: awesome that's what I'm looking for. I was actually setting it, but next to the `deployment` key. I think it should work there as well
<kalbasit> clever: another question that always eludes me. Can I ask nixops to pretend to deploy?
<kalbasit> `--dry-run` or `--dry-activate`?
<clever> kalbasit: nixops deploy --build-only or --copy-only are options
<kalbasit> I'll try --copy-only
<clever> copy-only will build everything, and copy to every machine in parallel, but not activate anything
wiml has joined #nixos
ddellacosta has quit [Ping timeout: 265 seconds]
<kalbasit> clever: AWS recently rolled out arm support. Do you know if we have AMIs already for it?
<kalbasit> I checked but I was not able to find them
<clever> kalbasit: ive not heard of one yet
<{^_^}> [nixpkgs] @thilobillerbeck opened pull request #77639 → Added the option to enable Gitlab Container Registry → https://git.io/JvJ4r
<kalbasit> clever: got it, thx
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1979ac619f0 (from 74 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
erictapen has quit [Ping timeout: 265 seconds]
<clever> kalbasit: https://github.com/NixOS/nixops/issues/1189 could make it simpler, to make a much thinner ami, and then nixos-install afterwards
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> nixops#1189 (by cleverca22, 21 weeks ago, open): plan for supporting custom partition layouts and custom FS's on any backend
<kalbasit> clever: that would be cool
vidbina_ has quit [Ping timeout: 268 seconds]
kleisli has joined #nixos
<{^_^}> [nixpkgs] @anderslundstedt opened pull request #77640 → spotifyd: 0.2.20 -> 0.2.23 → https://git.io/JvJ4y
aristid1 has quit [Quit: WeeChat 2.6]
Naptra has quit [Quit: Leaving]
aristid1 has joined #nixos
<{^_^}> [nixpkgs] @flyfloh opened pull request #77641 → rxv: init at 0.6.0 → https://git.io/JvJ4F
<cosman> adisbladis, so if I have https://gitlab.com/blockops/crossbelt-nix-pkg already how does this differ with an overlay. I just don’t know what to do with this repo now that I created the content.
growpotkin has joined #nixos
dontobey has joined #nixos
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #77621 → gtk3: 3.24.12 -> 3.24.13 → https://git.io/JvJ33
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to staging: https://git.io/JvJB3
ixxie has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d7627dd2df9 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
mexisme has joined #nixos
<sondr3> anyone know of a simple way of setting up a postgresql database locally for development? I have the package and can run `createdb` and such, but actually running it is a massive PITA
<sondr3> but I think it might be because I don't really have much experience with it
mexisme_ has quit [Ping timeout: 265 seconds]
civodul has joined #nixos
<clever> sondr3: hydra-in-a-box has some examples
o1lo01ol1o has joined #nixos
<samueldr> clever: hydra-in-a-bag :)
<samueldr> pun on those in-a-box since there's literally no kind of boxing, no system image, no container, no sandbox
<clever> samueldr: ive spent days before trying to figure out what to google to find it :P
<srhb> Topologically equivalent!
<samueldr> yes!
<samueldr> it's pretty much the MVP for running hydra with no system requirements
<samueldr> in the most insecure way
<samueldr> most? mabe not, but "an" insecure way :)
inkbottle has quit [Quit: Konversation terminated!]
inkbottle has joined #nixos
drakonis has joined #nixos
cosman has quit [Quit: cosman]
cosman has joined #nixos
cosman has quit [Client Quit]
gxt has joined #nixos
<colemickens> ikwildrpepper: Hey, I heard you might be looking for some info about Azure images.
<colemickens> ikwildrpepper: I have some stuff (not in nixpkgs or in my nixpkgs branches) that might be useful for you to look at.
<colemickens> (though I think it also needs my nixpkgs change too) But anyway, we can hop on a Jitsi call or something if you want to chat.
cosman has joined #nixos
fendor_ has quit [Ping timeout: 265 seconds]
cosman has quit [Quit: cosman]
knupfer has joined #nixos
fendor has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @veprbl opened pull request #77642 → yoda: provide python3Packages.yoda → https://git.io/JvJRG
<{^_^}> [nixpkgs] @markuskowa opened pull request #77643 → soapysdr: 0.7.1 -> 0.7.2 → https://git.io/JvJRZ
o1lo01ol1o has quit [Remote host closed the connection]
fusion809 has joined #nixos
domogled has quit [Quit: domogled]
<{^_^}> [nixpkgs] @FRidh opened pull request #77644 → pythonPackages.venvShellHook: init → https://git.io/JvJRc
<Neo--> running switch --upgrade, I get "waiting for lock on ..." - is it safe to just delete that file and will it re-download it?
<{^_^}> [nix] @edolstra pushed 7 commits to master: https://git.io/JvJR8
<{^_^}> [nix] @edolstra merged pull request #3313 → libexpr: show expression in assertion errors → https://git.io/Jvfss
<{^_^}> [nix] @edolstra closed pull request #3315 → Unbreak build without pch → https://git.io/Jvfbl
lovesegfault has quit [Ping timeout: 252 seconds]
lovesegfault has joined #nixos
alex has quit [Read error: Connection reset by peer]
mrCyborg has quit [Quit: WeeChat 2.7]
<hyper_ch> grub still refuses to boot kernel on latest master
cosman has joined #nixos
wildtrees has joined #nixos
kenjis1 has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #77645 → gitlab: 12.6.2 -> 12.6.4 → https://git.io/JvJR0
alex`` has joined #nixos
<lordcirth> hyper_ch, "refuses" how?
<hyper_ch> lordcirth: it claims it can't finde the kernel
dalto5 has joined #nixos
<hyper_ch> but kernel is in the /boot/kernel folder like it's the case for older generations also
<hyper_ch> and booting into older generations works
gxt has quit [Ping timeout: 240 seconds]
<{^_^}> #77343 (by sjau, 4 days ago, open): Grub can't find kernel
<{^_^}> [nix] @LnL7 opened pull request #3316 → build: remove warning when in sandboxing test mode → https://git.io/JvJR1
gxt has joined #nixos
teuffil[m] has quit [Ping timeout: 260 seconds]
p-h[m] has quit [Ping timeout: 260 seconds]
psiperator[m] has quit [Ping timeout: 260 seconds]
the_pumpkin_man[ has quit [Ping timeout: 260 seconds]
xavierzwirtz[m] has quit [Ping timeout: 260 seconds]
wangoe[m] has quit [Ping timeout: 260 seconds]
icetan has quit [Ping timeout: 260 seconds]
lisprez[m] has quit [Ping timeout: 260 seconds]
marijan[m] has quit [Ping timeout: 260 seconds]
keithy[m] has quit [Ping timeout: 260 seconds]
cyberwolf[m] has quit [Ping timeout: 260 seconds]
nh2[m] has quit [Ping timeout: 260 seconds]
test53453535[m] has quit [Ping timeout: 260 seconds]
arsfeld[m] has quit [Ping timeout: 260 seconds]
arianvp[m] has quit [Ping timeout: 260 seconds]
arcnmx has quit [Ping timeout: 260 seconds]
david-sawatzke[m has quit [Ping timeout: 260 seconds]
ZerataX has quit [Ping timeout: 260 seconds]
flacks has quit [Ping timeout: 260 seconds]
chloekek has quit [Ping timeout: 265 seconds]
cheshircat has quit [Quit: ZNC 1.6.5 - http://znc.in]
knupfer has quit [Ping timeout: 248 seconds]
<zeta_0> hello guys, is there an option to set environment variables in home.nix? https://rycee.gitlab.io/home-manager/options.html
<zeta_0> rycee: ^
<zeta_0> or can i only do this in configuration.nix?
eri has joined #nixos
gnidorah has quit [Quit: Connection closed for inactivity]
judson__ has quit [Remote host closed the connection]
judson__ has joined #nixos
o1lo01ol1o has joined #nixos
philr has joined #nixos
lovesegfault has quit [Quit: WeeChat 2.7]
<{^_^}> [nixpkgs] @Flakebi opened pull request #77647 → pencil: 3.0.4 -> 3.1.0 → https://git.io/JvJ0B
dontobey has quit [Ping timeout: 240 seconds]
dontobey has joined #nixos
virus_dave has quit [Quit: virus_dave]
cosman has quit [Quit: cosman]
<zeta_0> rycee: thanks for the link
<zeta_0> rycee++
<{^_^}> rycee's karma got increased to 23
<{^_^}> [nixpkgs] @jtojnar merged pull request #77051 → Remove bison2 → https://git.io/JejRb
<{^_^}> [nixpkgs] @jtojnar pushed 12 commits to staging: https://git.io/JvJ0y
wavirc22 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @Flakebi opened pull request #77648 → vimPlugins.salt-vim: init at 2017-07-01 → https://git.io/JvJ05
<{^_^}> [nixpkgs] @markuskowa opened pull request #77649 → snapper: 0.8.7 -> 8.8.8 → https://git.io/JvJ0b
knupfer has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
nixnewbie has joined #nixos
vesper has joined #nixos
vesper11 has quit [Ping timeout: 260 seconds]
<nixnewbie> hi, I think a KDE application (yakuake) is missing some exports in the /bin wrapper script
<nixnewbie> I'm trying to understand how those exports are generated
<kalbasit> how can I activate a random nixos system generation as the default in grub? I want to reboot to a previous generation in grub without physical access to the device
<kalbasit> `/nix/var/nix/profiles/system-14-link/bin/switch-to-configuration boot` found it
<nixnewbie> https://pastebin.com/Jq4SiwTQ <-- this is what I have, I think konsole is missing, in fact if I add a couple of exports yakuake works properly
vidbina_ has joined #nixos
vld has quit [Ping timeout: 268 seconds]
mexisme has quit [Ping timeout: 265 seconds]
drakonis has quit [Ping timeout: 260 seconds]
drakonis has joined #nixos
evhan` has quit [Quit: De IRC non curat rex...]
evhan has joined #nixos
nixnewbie has quit [Ping timeout: 240 seconds]
vld has joined #nixos
evhan has quit [Client Quit]
fendor has joined #nixos
knupfer has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #77650 → azure-cli: 2.0.79 -> 2.0.80 → https://git.io/JvJue
tomberek has quit [Ping timeout: 268 seconds]
jefdaj has joined #nixos
evhan has joined #nixos
<jefdaj> anyone have experience with NGINX and ACME rate limiting? i'm getting the rate limiting error with only one attempt
o1lo01ol1o has quit [Ping timeout: 260 seconds]
o1lo01ol1o has joined #nixos
lukash_ is now known as lukash_|away
ddellacosta has joined #nixos
bdesham has joined #nixos
<bdesham> can someone merge this bugfix PR for the gitstatus package? It's been tested on NixOS and on Ubuntu. https://github.com/NixOS/nixpkgs/pull/77580
<{^_^}> #77580 (by ryneeverett, 1 day ago, open): gitstatus: patch fewer characters
<{^_^}> [nixpkgs] @worldofpeace merged pull request #77575 → lib/types: dont warn loaOf for home-manager namespace → https://git.io/JvfQE
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JvJu0
<{^_^}> [nixpkgs] @Infinisil merged pull request #76178 → Merge pull request #76178 from 0x4A6F/master-xandikos → https://git.io/JvJug
<{^_^}> [nixpkgs] @Infinisil pushed 3 commits to master: https://git.io/JvJua
civodul has quit [Remote host closed the connection]
mexisme has joined #nixos
__monty__ has quit [Quit: leaving]
lsix has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @Infinisil merged pull request #77580 → gitstatus: patch fewer characters → https://git.io/JvfdC
<{^_^}> [nixpkgs] @Infinisil pushed 3 commits to master: https://git.io/JvJuP
<infinisil> bdesham: Done that :)
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<bdesham> infinisil: thank you! :)
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
philr has quit [Ping timeout: 260 seconds]
jefdaj has quit [Ping timeout: 260 seconds]
m0rphism has quit [Ping timeout: 265 seconds]
wiml has quit [Quit: wiml]
zeta_0 has joined #nixos
bvdw has quit [Quit: bvdw]
bvdw has joined #nixos
kvda has joined #nixos
vld has quit [Ping timeout: 265 seconds]
vidbina_ has quit [Ping timeout: 268 seconds]
<zeta_0> in home.nix i set this environment variable: `NIX_GHC_LIBDIR = "ghc --print-libdir";`, and when i ran ghcide i got this error? `ghcide: ghc --print-libdir/settings: openFile: does not exist (No such file or directory)`
sondr3 has quit [Quit: WeeChat 2.6]
<zeta_0> lsp-log returned this: https://hastebin.com/rosekunuwu.coffeescript
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
mallox has quit [Quit: Leaving]
mallox has joined #nixos
mounty has quit [Ping timeout: 268 seconds]
mounty has joined #nixos
srid has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #77648 → vimPlugins.salt-vim: init at 2017-07-01 → https://git.io/JvJ05
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JvJzM
noudle has quit []
Rusty1 has quit [Remote host closed the connection]
zeta_0 has joined #nixos
<zeta_0> so the haskell pkg `cabal` is broken, what's wrong with it?
<zeta_0> oh i don't know why it's there if it recommends me to use the other ones, oh well
zeta_0 has quit [Client Quit]
bdesham has left #nixos [#nixos]
<{^_^}> [nixpkgs] @jonringer merged pull request #71211 → pythonPackages.onnx: init at version 1.6.0 → https://git.io/Je4vv
<{^_^}> [nixpkgs] @jonringer pushed commit from @acairncross to master « pythonPackages.onnx: init at version 1.6.0 »: https://git.io/JvJgf
erasmas has quit [Quit: leaving]
rmra has quit [Quit: ERC (IRC client for Emacs 26.3)]
mallox has quit [Quit: Leaving]
bvdw has quit [Read error: Connection reset by peer]
bvdw has joined #nixos
zeta_0 has joined #nixos
fendor has quit [Read error: Connection reset by peer]
zeta_0 has quit [Client Quit]