worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || 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/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
m0rphism has joined #nixos
infandum has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
nwm_ has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/30fb4e1e206 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91903 → linuxPackages_hardened.bcc: 0.14.0 -> 0.15.0 → https://git.io/JJJWC
MmeQuignon has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91887 → yq-go: 3.3.1 -> 3.3.2 → https://git.io/JJJOs
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJW4
orivej has quit [Ping timeout: 246 seconds]
orivej_ has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #91891 → zef: 0.8.4 -> 0.8.5 → https://git.io/JJJ3W
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJWw
thc202 has quit [Ping timeout: 260 seconds]
gustavderdrache has quit [Quit: Leaving.]
kleisli_ has joined #nixos
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
emilsp has quit [Quit: bye]
emilsp has joined #nixos
m0rphism has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JJJWH
<nwm_> just wondering is there something inherit about nix store that couldn't be replicated with a global 'namespace' say /abi/$triplet/{bin,lib} appended or prepended with the result hash?
ris has quit [Ping timeout: 272 seconds]
<dminuoso> nwm_: Hold on, how's that different from what nix is doing right now?
<gchristensen> nwm_: what is the abi for /nix/store/jrgsj6agnrys3p6kmmq39mskap2nmbkk-nixos-nineish.png ?
<gchristensen> or /nix/store/fqgnbkz5da612y4fph9yv358zfgvspv6-backlight.sh ?
<nwm_> my idea of multiarch
<gchristensen> looking at the world from the eyes of ABI excludes the vast majority of what is in the nix store
<jlv[m]1> It looks like `fileSystems` doesn't support encrypted ZFS datasets? Boot failed when I tried.
<gchristensen> jlv[m]1: boot.zfs.requestEncryptionCredentials = true
<nwm_> you would still have various other dirs as well
<nwm_> just with prefixed or suffied hashes to contents
<gchristensen> Nix has very few rules, and it applies and enforces them with utmost strictness. it doesn't have many/any escape hatches or "but in this case ..." behaviors and this is to its benefit
<gchristensen> so maybe it could do that, but then I have to ask "why bother?"
<nwm_> selinux, apparmor any path based lsm (unless that has been solved)
<nwm_> well selinux isn't path based
<gchristensen> yeah but why do that when instead I could say executing
<gchristensen> bash can ONLY access EXACTLY /nix/store/mxaxvp33wg9sim8qh2kkw041v492bvxj-libunistring-0.9.10 /nix/store/hjng28vbd73qq9iz9j8r397x19aa8fp9-libidn2-2.3.0 /nix/store/xg6ilb9g9zhi2zg1dpi4zcp288rhnvns-glibc-2.30 /nix/store/l3r589zmhwb3jm2r456brdrmwyh07c1g-ncurses-6.1-20190112 /nix/store/91gbbh9rpvyl7jgwvfgh94mhjrdvdnjr-readline-7.0p5 /nix/store/hrpvwkjz04s9i4nmli843hyw9z4pwhww-bash-4.4-p23
<gchristensen> /nix/store/nmgiyxa9fpn42w6xjd1wvzgb1svffn1w-bash-interactive-4.4-p23
<gchristensen> why go the muddy route of ABIs when I already know exactly what is needed?
<energizer> it would be nice to do that path-based sandboxing
<energizer> by default
<gchristensen> agreed
<simpson> nwm_: I'm still curious as to what kinds of threats you're hoping to mitigate. What do you currently do for path-based security, and what are your requirements like in Nix-land?
<{^_^}> [nixpkgs] @marsam merged pull request #91843 → nodejs: 12.18.1 -> 12.18.2, 14.4.0 -> 14.5.0 → https://git.io/JJfxk
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/JJJlq
sigmundv has quit [Ping timeout: 260 seconds]
Jonathan73 has joined #nixos
gustavderdrache has joined #nixos
<gchristensen> energizer: I was looking at writing an LSM for this, I think it is a great idea. I would also very much like to experiment with eliminating the use of PATH.
<energizer> gchristensen: that would be cool! i'd love to follow along if you've got a repo somewhere
<gchristensen> I'm not nearly capable enough to write an LSM :(
<{^_^}> [nixpkgs] @marsam merged pull request #91862 → terraform-ls: 0.3.2 -> 0.4.0 → https://git.io/JJJUG
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJlc
<gchristensen> but PATH I think is actually fairly reasonable to do in many cases. for example, abathur already solved what I consider the hardest possible source of needing PATH: bash, with resholved
<nwm_> I don't think you would need an LSM, apparmor could do what you want, rules would need to be generated though
<nwm_> well a custom lsm
<gchristensen> it would for what I want to do
camsbury has quit [Ping timeout: 246 seconds]
<gchristensen> which is a program should never be able to access anything outside of its closure unless explicitly marked in some fashion. for example, `free` shouldn't call other programs so this would be fine by default. but `xargs` does, and would need to be marked as being able to inherit the callables of the parent scope
<{^_^}> [nixpkgs] @marsam merged pull request #91863 → thanos: 0.12.2 -> 0.13.0 → https://git.io/JJJUo
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJlR
<{^_^}> [nixpkgs] @marsam merged pull request #91859 → targetcli: 2.1.51 -> 2.1.53 → https://git.io/JJJJ0
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJlE
<abathur> LSM in this context being? :)
<energizer> a hacky version could probably use firejail/bubblewrap to just wrap all binaries
<energizer> linux security modules abathur
lambda-11235 has joined #nixos
<gchristensen> apparmor and selinux are written from the approach that you have no idea what you have and you're just trying to add rules until it works, and I think Nix brings enough structure to the build process and run-time closure to do something much smarter
<abathur> <3 energizer that was my best guess from the wiki disambig but there were more than one plausible
<{^_^}> energizer's karma got increased to 22
nwm_ has quit [Ping timeout: 260 seconds]
<jlv[m]1> Is support for mounting encrypted ZFS datasets on boot something I can probably expect eventually? Or is there some technical limitation making it infeasible? I feel like it should be possible.
<gchristensen> jlv[m]1: boot.zfs.requestEncryptionCredentials = true
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJlo
<{^_^}> [nixpkgs] @marsam merged pull request #91856 → sslyze: 3.0.7 -> 3.0.8 → https://git.io/JJJvM
<jlv[m]1> gchristensen: doesn't appear to work for encrypted datasets. It may work for encrypted pools. Boot failed when I tried it, and I had to rollback.
<{^_^}> [nixpkgs] @marsam pushed commit from @r-ryantm to release-20.03 « targetcli: 2.1.51 -> 2.1.53 »: https://git.io/JJJlK
<jlv[m]1> My ZFS configuration has an unencrypted pool containing an encrypted dataset.
<gchristensen> zfs doesn't have unencrypted pools :/
<gchristensen> only encrypted datasets
<gchristensen> encrypted pools*
<jlv[m]1> gchristensen: I mean the topmost dataset (the one with the pool name) is unencrypted.
<gchristensen> yeah I think that works fine
<gchristensen> elvishjerricco: does that work for you ^ ?
<{^_^}> [nixpkgs] @marsam merged pull request #91892 → zlog: 1.2.14 -> 1.2.15 → https://git.io/JJJ3u
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJJlX
<jlv[m]1> gchristensen: I should clarify that I'm trying to prompt for the key. The documentation mentions something about promp only being supported for root pools.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91904 → baobab: 3.34.0 -> 3.34.1 → https://git.io/JJJlM
<elvishjerricco> gchristensen: I haven't experimented with booting with encrypted datasets in stage 1.
<gchristensen> jlv[m]1: what documentation says that?
<elvishjerricco> But it's definitely supposed to work
<gchristensen> "Request encryption keys or passwords for all encrypted datasets on import."
<jlv[m]1> gchristensen: `man configuration
<jlv[m]1> `man configuration.nix` `boot.zfs.requestEncryptionCredentials`
<gchristensen> hmm
user_0x58 has quit [Ping timeout: 260 seconds]
<elvishjerricco> Yea I've seen the code in Nixpkgs that makes this work. Can you tell us more about how this failed?
orivej has quit [Ping timeout: 240 seconds]
<jlv[m]1> elvishjerricco: "ffchdn7k8sk64vvg2kh294c1bqw57sza-unit-script-zfs-import-data-start[816]: importing ZFS pool "data"...Key load error: encryption failure"
orivej has joined #nixos
nate48423 has quit [Ping timeout: 240 seconds]
<jlv[m]1> Then boot failed and I had to kill the power and rollback.
<gchristensen> jlv[m]1: maybe mark it as neededForBoot, taht might force it to load at the right time
<energizer> would it be worth trying to contract out/crowdfund the development of an application sandbox for nix?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91905 → asciidoctorj: 2.3.0 -> 2.3.1 → https://git.io/JJJlH
proofofkeags has joined #nixos
<elvishjerricco> jlv[m]1: Huh, that's really weird
<gchristensen> energizer: check out `nix run`?
<elvishjerricco> jlv[m]1: I think gchristensen's suggestion is probably the right path
<gchristensen> energizer: one of my favorite things about Nix is that there is no runtime for Nix. that after the build, Nix evaporates
<energizer> gchristensen: that gives applications arbitrary filesystem and network access
<gchristensen> well that isn't very thorough :)
<elvishjerricco> jlv[m]1: Oh, I'm guessing this isn't the / file system? That would do it
<elvishjerricco> I have a PR for that: https://github.com/NixOS/nixpkgs/pull/91344
<{^_^}> #91344 (by ElvishJerricco, 1 week ago, open): ZFS: Ask for stage 2 encryption passwords using systemd-ask-password
<jlv[m]1> elvishjerricco: Ya, not root.
<jlv[m]1> I'll try that now.
<elvishjerricco> jlv[m]1: If you'd rather not patch nixpkgs, neededForBoot = true would do the trick
nate48423 has joined #nixos
<elvishjerricco> Sidenote, who can review / merge that PR?
<gchristensen> elvishjerricco: mkdir -p /etc/plymouth what goes in to /etc/plymouth?
<elvishjerricco> gchristensen: /run/plymouth contains the pid file necessary for stuff like `systemd-ask-password-plymouth`
<elvishjerricco> Not sure about /etc/plymouth, that was pre-existing
user_0x58 has joined #nixos
<gchristensen> oh oops right
<{^_^}> [nixpkgs] @sikmir opened pull request #91906 → slack: fix on darwin → https://git.io/JJJlF
<elvishjerricco> IIRC it contains stuff like the theme
dansho has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
* gchristensen is sensitive to things that he doesn't get to keep
orivej has joined #nixos
<gchristensen> elvishjerricco: this code doesn't look right to me
<elvishjerricco> How so?
<gchristensen> trying to come up with something specific now
user_0x58 has quit [Quit: Leaving]
user_0x58 has joined #nixos
<gchristensen> elvishjerricco: is there any chance systemd-ask-password / load-key will slurp up some stdin?
<elvishjerricco> gchristensen: Not sure what you mean
ok2` has quit [Ping timeout: 240 seconds]
<elvishjerricco> The purpose systemd-ask-password is to output the exact text that a user is prompted for
<gchristensen> elvishjerricco: printf "foo\nbar\nbaz\n" | while read -r ds; do read hi; echo "$hi"; done
<gchristensen> if systemd-ask-password looks at /dev/stdin, it'll eat some of the data for the while loop
<{^_^}> [nixpkgs] @marsam merged pull request #91870 → toot: 0.26.0 -> 0.27.0 → https://git.io/JJJkP
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JJJ8s
sbetrium has joined #nixos
<elvishjerricco> gchristensen: Yes? Consuming data on stdin is what `load-key` does :P
<elvishjerricco> Er, oh I see
<elvishjerricco> systemd-ask-password does not read stdin
<gchristensen> should we < /dev/stdin line 31?
<gchristensen> erm
<gchristensen> < /dev/null
<gchristensen> ... on line 531
<elvishjerricco> I guess it wouldn't hurt, but there's not much point considering it's a systemd service unit, which isn't given anything on stdin
<gchristensen> it would hurt if it starts eating data you intend to be looping over
orivej has quit [Ping timeout: 258 seconds]
<elvishjerricco> Ah
orivej has joined #nixos
<elvishjerricco> I see what you mean.
<elvishjerricco> Could just `< /dev/null` the whole damn `case` :P
<gchristensen> yeah I was just going to suggest wrapping the whole thing in a ( ...) < /dev/null
<elvishjerricco> Sure, that makes sense
<gchristensen> bash :(
<elvishjerricco> bash :(
<gchristensen> I'd love to get shellcheck to run on every shellscript :P
<elvishjerricco> TIL about shellcheck :P
<gchristensen> :O
<gchristensen> shellcheck is life and love
markus1199 has joined #nixos
<pie_> i think ive expressed exasperation at that not being a thing yet :P
<pie_> which of course doesnt really help
<pie_> wait what
orivej has quit [Ping timeout: 240 seconds]
<pie_> elvishjerricco you didnt now about shellcheck? how :OOO zour life just got a bit nicer i hope
<elvishjerricco> pie_: Lol yes indeed
orivej has joined #nixos
markus1189 has quit [Ping timeout: 246 seconds]
<abathur> except when it suggests `command -v` is a fungible substitute for `which`
<infinisil> abathur: What's the problem with that?
<abathur> command -v also returns true for builtins and functions
<abathur> it's just not an equal replacement
<abathur> it's fine to suggest trying it as a more portable replacement for which, but the existing language is *very* confident when it shouldn't be
<abathur> "^-- SC2230: which is non-standard. Use builtin 'command -v' instead."
<gchristensen> `command -v time`
<gchristensen> it is okay abathur you can fix it
lawr3nce has quit [Remote host closed the connection]
<evils> abathur: `This check is opt-in only in ShellCheck 0.7.1+ `
<gchristensen> it isn't quite right yet, but: function command() (if [ "${1:-}" == "-v" ]; then shift; which "$@"; else command "$@"; fi)
<gchristensen> and `builtin command`
<abathur> evils: nice catch! :]
proofofkeags has quit [Remote host closed the connection]
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91907 → cherrytree: 0.39.3 -> 0.39.4 → https://git.io/JJJ4n
<elvishjerricco> Tested it on a vm; seems to work
<elvishjerricco> Is there a way to make a nixos test for that? Entering a passphrase in stage 2?
proofofkeags has quit [Ping timeout: 256 seconds]
cinimod has joined #nixos
<gchristensen> you can type at the console
<gchristensen> and I think read from the console
<elvishjerricco> gchristensen: Well I'm talking about `nixpkgs/nixos/make-test.nix` i.e. something automated
<gchristensen> me too
<elvishjerricco> Oh, then I'm confused :P
<elvishjerricco> "you can type at the console" does not sound automated
<evils> you can send keystrokes to the test vm, and OCR the output
<gchristensen> I think it doesn't have to OCR if it is without a gui
<evils> may not have to be OCR xD
<elvishjerricco> Yea there's no relevant GUI output, aside from making sure that plymouth accepts input.
ok2` has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
h0m1 has quit [Ping timeout: 260 seconds]
astrofog has joined #nixos
<{^_^}> [nixpkgs] @purcell opened pull request #91908 → libpromhttp: init at 0.1.1, build in combination with libprom → https://git.io/JJJ4i
h0m1 has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
jlv[m]1 has quit [Quit: authenticating]
jlv[m]1 has joined #nixos
cole-h has joined #nixos
cole-h has quit [Client Quit]
<jlv[m]1> (Lets try this again. After some Matrix server debugging): elvishjerricco, gchristensen: `neededForBoot` fixed it! That was easier than I expected. After seeing the documentation, I thought I'd have to deal with manually mounting the dataset and starting dependent services on every boot.
evanjs has quit [Read error: Connection reset by peer]
nuncanada has quit [Remote host closed the connection]
nuncanada has joined #nixos
<jlv[m]1> The documentation for `boot.zfs.requestEncryptionCredentials` is a little deceptive, but I guess it won't be an issue once that pull request is in.
evanjs has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #91832 → qbec: 0.12.0 -> 0.12.1 → https://git.io/JJf5r
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJ4N
felixfoertsch23 has joined #nixos
felixfoertsch has quit [Ping timeout: 256 seconds]
felixfoertsch23 is now known as felixfoertsch
cinimod has quit [Ping timeout: 256 seconds]
das_j has quit [Quit: killed]
ajs124 has quit [Quit: killed]
mrpi has quit [Quit: killed]
Scriptkiddi has quit [Quit: killed]
ajs124 has joined #nixos
patagonicus has quit [Quit: The Lounge - https://thelounge.chat]
Scriptkiddi has joined #nixos
mrpi has joined #nixos
das_j has joined #nixos
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
patagonicus has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
ok2` has quit [Read error: Connection reset by peer]
ok2` has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #90368 → anki: more no-op exp cleanup → https://git.io/JfQ7Q
<{^_^}> [nixpkgs] @Profpatsch pushed 2 commits to master: https://git.io/JJJB3
knerten2 has joined #nixos
dbmikus has quit [Ping timeout: 246 seconds]
knerten1 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91909 → cockroachdb: 19.1.5 -> 20.1.2 → https://git.io/JJJBl
cript0nauta has joined #nixos
nwspk has quit [Quit: nwspk]
nwspk has joined #nixos
astrofog has quit [Quit: Quite]
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
<hazel[m]> how do i set my default browser?
<hazel[m]> declaratively, ofc
sbetrium has quit [Quit: sbetrium]
ml| has quit [Ping timeout: 246 seconds]
sbetrium has joined #nixos
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
user_0x58 has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
mzan has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
<bkv> home-manager, use the xdg config tree
orivej has joined #nixos
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
ml| has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91910 → calibre: 4.17.0 -> 4.19.0 → https://git.io/JJJRW
moosnat has joined #nixos
Supersonic112 has joined #nixos
<moosnat> hello, I'm trying to package Renode with Nix. Renode's build process depends on an external binary resources repository -- can I fetch it in addition to the source repo at fetch time?
<{^_^}> [nixpkgs] @marsam opened pull request #91911 → kbs2: init at 0.1.1 → https://git.io/JJJRg
orivej has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
Supersonic has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
sbetrium has quit [Quit: sbetrium]
quinn has joined #nixos
sbetrium has joined #nixos
kleisli_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #91841 → souffle: 1.7.1 -> 2.0.0 → https://git.io/JJfNF
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJRb
<{^_^}> [nixpkgs] @marsam merged pull request #91898 → [20.03] vault: 1.3.2 -> 1.3.6 → https://git.io/JJJnP
<{^_^}> [nixpkgs] @marsam pushed 2 commits to release-20.03: https://git.io/JJJRx
<{^_^}> [nixpkgs] @marsam merged pull request #91874 → Fix typo → https://git.io/JJJLG
<{^_^}> [nixpkgs] @marsam pushed commit from @alexfmpe to master « testing-python: fix typo »: https://git.io/JJJ0J
<evils> moosnat: yes, you can just do something like `additional-stuff = fetchurl {};` and then use `${additional-stuff}` in your build phase
<{^_^}> [nixpkgs] @r-ryantm opened pull request #91912 → closurecompiler: 20200517 -> 20200614 → https://git.io/JJJ0g
<moosnat> evils: thanks, I got it to fetch
Jonathan73 has quit [Remote host closed the connection]
<moosnat> so I've got `let resources = fetchurl { }; in stdenv.mkDerivation { }`, and when I try to symlink the binary resources into the source tree, it seems like I'm in the resources store path
nixbitcoin_ has joined #nixos
nixbitcoin has quit [Ping timeout: 240 seconds]
nwm_ has joined #nixos
hellrazo1 has joined #nixos
<moosnat> oh wait I think I solved it
pjt_tmp has joined #nixos
cinimod has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
cole-h has joined #nixos
cinimod has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos
rajivr has joined #nixos
zanc has quit [Read error: Connection reset by peer]
cinimod has joined #nixos
zanc has joined #nixos
<fps> hmm, i'm building an sdcard for a raspberrypi and i'd like to include all store paths in the image that were needed to build it in the first place..
slack1256 has quit [Remote host closed the connection]
<fps> something like a "build closure" if that's a thing
<{^_^}> [nixpkgs] @ryantm merged pull request #91852 → simplenote: 1.17.0 -> 1.19.0 → https://git.io/JJJek
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJEX
gustavderdrache has quit [Quit: Leaving.]
user_0x58 has joined #nixos
codygman has quit [Read error: Connection reset by peer]
codygman has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/30fb4e1e206 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
codygman has quit [Read error: Connection reset by peer]
cinimod has quit [Read error: Connection reset by peer]
codygman has joined #nixos
kleisli_ has joined #nixos
hellrazo1 has quit [Ping timeout: 264 seconds]
hellrazo1 has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
drakonis has quit [Quit: WeeChat 2.8]
hellrazo1 has quit [Ping timeout: 256 seconds]
hellrazo1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91897 → abcm2ps: 8.14.7 -> 8.14.9 → https://git.io/JJJnz
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90290 → adwaita-qt: 1.1.3 -> 1.1.4 → https://git.io/JfQrg
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91893 → aeolus: 0.9.8 -> 0.9.9 → https://git.io/JJJ37
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90293 → amazon-ecr-credential-helper: 0.3.0 -> 0.4.0 → https://git.io/JfQok
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90296 → android-udev-rules: 20200410 -> 20200613 → https://git.io/JfQol
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90298 → apt-offline: 1.8.1 -> 1.8.2 → https://git.io/JfQou
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90466 → arb: 2.17.0 -> 2.18.0 → https://git.io/Jf70B
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91905 → asciidoctorj: 2.3.0 -> 2.3.1 → https://git.io/JJJlH
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90300 → aws-c-common: 0.3.11 -> 0.4.42 → https://git.io/JfQob
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90301 → backintime-common: 1.1.24 -> 1.2.1 → https://git.io/JfQKu
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91904 → baobab: 3.34.0 -> 3.34.1 → https://git.io/JJJlM
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91903 → linuxPackages_hardened.bcc: 0.14.0 -> 0.15.0 → https://git.io/JJJWC
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91899 → bctoolbox: 4.3.1 -> 4.4.0 → https://git.io/JJJnb
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91900 → berglas: 0.5.1 -> 0.5.3 → https://git.io/JJJcT
<{^_^}> [nixpkgs] @peterhoeg opened pull request #91913 → zeal: 0.6.1 -> 0.7.0pre → https://git.io/JJJum
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90306 → bitcoin-classic: 1.3.8 -> 1.3.8uahf → https://git.io/JfQ6P
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91902 → blender: 2.83.0 -> 2.83.1 → https://git.io/JJJCN
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90312 → bosun: 0.5.0 -> 0.8.0-preview → https://git.io/JfQiB
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90504 → bs1770gain: 0.5.2 -> 0.7.0 → https://git.io/Jf7ik
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91910 → calibre: 4.17.0 -> 4.19.0 → https://git.io/JJJRW
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90314 → c-blosc: 1.18.1 -> 1.19.0 → https://git.io/JfQi5
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86809 → capnproto: 0.7.0 -> 0.8.0 → https://git.io/JfGOD
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91797 → catch2: 2.12.2 -> 2.12.3 → https://git.io/JJf2J
<bkv> ryantm: intentional?
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91539 → check: 0.14.0 -> 0.15.0 → https://git.io/Jfj8d
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89817 → checksec: 2.2.1 -> 2.2.2 → https://git.io/JfDMW
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91907 → cherrytree: 0.39.3 -> 0.39.4 → https://git.io/JJJ4n
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91542 → chrome-token-signing: 1.1.2 -> 1.1.2-1 → https://git.io/Jfj4T
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90492 → cinnamon.cinnamon-control-center: 4.4.0 -> 4.6.0 → https://git.io/Jf7Vg
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90517 → cinnamon.cinnamon-menus: 4.4.0 -> 4.6.0 → https://git.io/Jf7Md
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90510 → cinnamon.cinnamon-desktop: 4.4.1 -> 4.6.1 → https://git.io/Jf71V
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90518 → cinnamon.cjs: 4.4.0 -> 4.6.0 → https://git.io/Jf7DY
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91799 → cldr-emoji-annotation: 36.12.120200305_0 -> 37.0_13.0_0_1 → https://git.io/JJfa8
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91912 → closurecompiler: 20200517 -> 20200614 → https://git.io/JJJ0g
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90505 → cloudflared: 2020.5.1 -> 2020.6.1 → https://git.io/Jf7i0
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91909 → cockroachdb: 19.1.5 -> 20.1.2 → https://git.io/JJJBl
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91801 → coturn: 4.5.1.2 -> 4.5.1.3 → https://git.io/JJfai
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90337 → csound: 6.13.0 -> 6.14.0 → https://git.io/JfQMC
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90528 → dex-oidc: 2.17.0 -> 2.23.0 → https://git.io/Jf753
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90347 → duckdb: 0.1.7 -> 0.1.8 → https://git.io/JfQyR
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91555 → elementary-xfce-icon-theme: 0.15 -> 0.15.1 → https://git.io/Jfjue
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90351 → esptool: 2.7 -> 2.8 → https://git.io/JfQS1
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91568 → ezquake: 3.2 -> 3.2.1 → https://git.io/Jfjz8
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90553 → flmsg: 4.0.14 -> 4.0.15 → https://git.io/Jf7jj
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86917 → gnome3.gnome-color-manager: 3.32.0 -> 3.36.0 → https://git.io/JfGyU
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88814 → grails: 4.0.3 -> 4.1.0.M1 → https://git.io/JfVIo
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91585 → graphene: 1.10.0 -> 1.10.2 → https://git.io/Jfjru
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91591 → h3: 3.6.3 -> 3.6.4 → https://git.io/JfjKQ
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86925 → groovy: 3.0.2 -> 3.0.3 → https://git.io/JfG9Z
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86676 → hyper: 2.1.2 -> 3.0.2 → https://git.io/Jfs2o
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89614 → hyperrogue: 11.3l -> 11.3o → https://git.io/Jf175
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90575 → hyx: 0.1.5 -> 2020.06.09 → https://git.io/Jf5TH
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89983 → driversi686Linux.vaapiIntel: 2.4.0 -> 2.4.1 → https://git.io/Jfy7q
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89133 → inter: 3.11 -> 3.13 → https://git.io/JfoMI
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89616 → ipscan: 3.7.1 -> 3.7.2 → https://git.io/Jf15n
<{^_^}> [nixpkgs] @r-ryantm closed pull request #61843 → ircdHybrid: 8.2.24 -> 8.2.25 → https://git.io/fj4or
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89841 → k9s: 0.19.4 -> 0.20.5 → https://git.io/JfDNv
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89622 → klayout: 0.26.5 -> 0.26.6 → https://git.io/Jf1d8
<ryantm> dangit.
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86963 → libburn: 1.5.2 -> 1.5.2.pl01 → https://git.io/JfZeQ
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88161 → libcec: 4.0.5 -> 5.0.0 → https://git.io/JfuSR
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91619 → libconfuse: 3.2.2 -> 3.3 → https://git.io/JfjFJ
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90017 → gnustep.libobjc: 1.9 -> 2.0 → https://git.io/JfSL9
<bkv> heh
<{^_^}> [nixpkgs] @r-ryantm closed pull request #85216 → libqalculate: 3.8.0 -> 3.9.0 → https://git.io/Jfeg7
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89637 → librepo: 1.11.3 -> 1.12.0 → https://git.io/Jf1bm
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90610 → libzip: 1.6.1 -> 1.7.1 → https://git.io/Jf5Eb
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91812 → lucky-cli: 0.21.0 -> 0.23.0 → https://git.io/JJfPj
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90055 → libwhereami: 0.3.1 -> 0.5.0 → https://git.io/JfS2d
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90054 → mcelog: 169 -> 170 → https://git.io/JfS2K
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89643 → micronaut: 1.3.5 -> 1.3.6 → https://git.io/Jf1Ng
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89849 → minio: 2020-05-01T22-19-14Z -> 2020-06-03T22-13-49Z → https://git.io/JfDpT
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91628 → moolticute: 0.43.19 -> 0.44.0 → https://git.io/JfjxV
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89851 → minio-client: 2020-04-25T00-43-23Z -> 2020-05-28T23-43-36Z → https://git.io/JfDp4
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90063 → mopidy-mpris: 3.0.1 -> 3.0.2 → https://git.io/JfSoB
<ryantm> I really thought I had it figured out this time..
<{^_^}> [nixpkgs] @r-ryantm closed pull request #78517 → mopidy-musicbox-webclient: 2.3.0 -> 2.4.0 → https://git.io/JvqDW
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87020 → mopidy-soundcloud: 2.1.0 -> 3.0.0 → https://git.io/JfZG4
<{^_^}> [nixpkgs] @r-ryantm closed pull request #82430 → mtprotoproxy: 1.0.9 -> 1.1.0 → https://git.io/Jv6V4
<{^_^}> [nixpkgs] @r-ryantm closed pull request #78234 → mwic: 0.7.7 -> 0.7.8 → https://git.io/JvL47
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90414 → nats-streaming-server: 0.16.2 -> 0.17.0 → https://git.io/Jf7TV
<{^_^}> [nixpkgs] @r-ryantm closed pull request #69692 → netcdfcxx4: 4.3.0 -> 4.3.1 → https://git.io/JeZWv
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86700 → nlopt: 2.6.1 -> 2.6.2 → https://git.io/JfsiE
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90637 → nlohmann_json: 3.7.3 -> 3.8.0 → https://git.io/Jf5Md
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90080 → netsurf.buildsystem: 1.8 -> 1.9 → https://git.io/JfSMy
<{^_^}> [nixpkgs] @r-ryantm closed pull request #69725 → ocamlPackages.topkg: 1.0.0 -> 1.0.1 → https://git.io/JeZRN
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87051 → ocamlPackages.ctypes: 0.16.0 -> 0.17.1 → https://git.io/JfZ4T
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88628 → ocamlPackages.ocaml_extlib: 1.7.6 -> 1.7.7 → https://git.io/Jf2dl
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88930 → ocamlPackages.ppx_tools_versioned: 5.3.0 -> 5.4.0 → https://git.io/Jfw0I
<{^_^}> [nixpkgs] @r-ryantm closed pull request #85111 → ocamlPackages.stdlib-shims: 0.1.0 -> 0.2.0 → https://git.io/Jvjgz
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90630 → ocamlPackages.encore: 0.3 -> 0.4 → https://git.io/Jf56B
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91631 → odpic: 3.3.0 -> 4.0.0 → https://git.io/Jfjhr
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89653 → omnisharp-roslyn: 1.35.1 -> 1.35.2 → https://git.io/Jf1pM
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86707 → onedrive: 2.3.13 -> 2.4.1 → https://git.io/JfsP3
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90416 → openapi-generator-cli: 4.2.2 -> 4.3.1 → https://git.io/Jf7kc
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88626 → ocamlPackages.integers: 0.3.0 -> 0.4.0 → https://git.io/Jf2dT
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91820 → opencl-clhpp: 2.0.11 -> 2.0.12 → https://git.io/JJfS5
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88647 → opencc: 1.0.6 -> 1.1.0 → https://git.io/JfaTl
<{^_^}> [nixpkgs] @r-ryantm closed pull request #70668 → opencascade-occt: 7.3.0p3 -> 7.4.0 → https://git.io/JeCj6
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91821 → opencl-headers: 2020.03.13 -> 2020.06.16 → https://git.io/JJf9e
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88200 → openexr: 2.4.1 -> 2.5.1 → https://git.io/JfzCR
<{^_^}> [nixpkgs] @r-ryantm closed pull request #71735 → opentracing-cpp: 1.5.1 -> 1.6.0 → https://git.io/JeRhh
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87049 → opera: 67.0.3575.31 -> 68.0.3618.63 → https://git.io/JfZ8T
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91822 → orcania: 2.1.0 -> 2.1.1 → https://git.io/JJf9K
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91824 → ott: 0.30 -> 0.31 → https://git.io/JJfH8
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90648 → owncloud-client: 2.5.4.11654 -> 2.6.3.14058 → https://git.io/Jf5Qe
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91826 → parlatype: 2.0 -> 2.1 → https://git.io/JJfHp
<{^_^}> [nixpkgs] @r-ryantm closed pull request #69752 → persepolis: 3.1.0 -> 3.2.0 → https://git.io/JeZu8
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90418 → phraseapp-client: 1.11.0 -> 1.17.1 → https://git.io/Jf7IR
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91830 → pidgin-skypeweb: 1.5 -> 1.6 → https://git.io/JJfQ7
<{^_^}> [nixpkgs] @r-ryantm closed pull request #69747 → pmd: 6.17.0 -> 6.18.0 → https://git.io/JeZE5
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90420 → powershell: 7.0.1 -> 7.0.2 → https://git.io/Jf7IH
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90120 → pythia: 8.244 -> 8.302 → https://git.io/Jf9vS
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88672 → python27Packages.flask_assets: 0.12 -> 2.0 → https://git.io/JfaOC
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87327 → python27Packages.flask_login: 0.4.1 -> 0.5.0 → https://git.io/JfCCR
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87294 → python27Packages.clikit: 0.4.3 -> 0.6.0 → https://git.io/JfcxW
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87293 → python27Packages.cma: 2.7.0 -> 3.0.3 → https://git.io/Jfcxv
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91507 → python27Packages.graph-tool: 2.31 -> 2.32 → https://git.io/Jfje7
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87320 → python27Packages.ijson: 2.6.1 -> 3.0.3 → https://git.io/JfCsw
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87396 → python27Packages.nine: 1.0.0 -> 1.1.0 → https://git.io/JfCQA
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87399 → python27Packages.portalocker: 1.5.2 -> 1.7.0 → https://git.io/JfC7a
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90118 → python37Packages.cmd2: 1.0.2 -> 1.1.0 → https://git.io/Jf9eP
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88739 → python27Packages.traitsui: 6.1.3 -> 7.0.0 → https://git.io/JfaPC
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87380 → python37Packages.logilab_common: 1.5.2 -> 1.6.1 → https://git.io/JfCiX
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88684 → python37Packages.loguru: 0.4.1 -> 0.5.0 → https://git.io/Jfany
<{^_^}> [nixpkgs] @r-ryantm closed pull request #74615 → q-text-as-data: 1.7.4 -> 2.0.0 → https://git.io/Je1ZO
<{^_^}> [nixpkgs] @r-ryantm closed pull request #86725 → qalculate-gtk: 3.8.0a -> 3.9.0 → https://git.io/Jfs19
<{^_^}> [nixpkgs] @r-ryantm closed pull request #84972 → qpdf: 9.1.1 -> 10.0.0 → https://git.io/Jvhuy
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91834 → rclone: 1.52.1 -> 1.52.2 → https://git.io/JJfFe
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91836 → rmapi: 0.0.11 -> 0.0.12 → https://git.io/JJfFN
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91839 → robin-map: 0.6.2 -> 0.6.3 → https://git.io/JJfbr
<{^_^}> [nixpkgs] @r-ryantm closed pull request #90426 → rootlesskit: 0.3.0-alpha.2 -> 0.9.5 → https://git.io/Jf7q9
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89015 → rust-bindgen: 0.53.2 -> 0.54.0 → https://git.io/Jfrl1
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91844 → rust-cbindgen: 0.14.2 -> 0.14.3 → https://git.io/JJfpz
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87487 → samplv1: 0.9.13 -> 0.9.14 → https://git.io/JfW0c
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91849 → sequeler: 0.7.91 -> 0.8.0 → https://git.io/JJfjW
<{^_^}> [nixpkgs] @r-ryantm closed pull request #84786 → shaarli-material: 0.10.4 -> 0.11.0 → https://git.io/JvpJy
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89863 → shards: 0.10.0 -> 0.11.0 → https://git.io/JfyU2
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89864 → sickgear: 0.21.33 -> 0.21.36 → https://git.io/JfyU6
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87488 → snd: 20.2 -> 20.3 → https://git.io/JfWEJ
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89867 → sniffglue: 0.10.1 -> 0.11.1 → https://git.io/JfyTV
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87505 → spirv-headers: 1.5.1 -> 1.5.3 → https://git.io/JfWwP
<cole-h> ryantm: RIP.
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89868 → star: 2.7.3a -> 2.7.4a → https://git.io/JfyTb
<{^_^}> [nixpkgs] @r-ryantm closed pull request #88768 → sudo: 1.8.31p1 -> 1.9.0 → https://git.io/Jfa7N
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91858 → suitesparse-graphblas: 3.2.2 -> 3.3.0 → https://git.io/JJJfS
<{^_^}> [nixpkgs] @r-ryantm closed pull request #79866 → symengine: 0.5.0 -> 0.6.0 → https://git.io/JvCXi
<{^_^}> [nixpkgs] @r-ryantm closed pull request #79472 → super-productivity: 1.10.45 -> 5.3.5 → https://git.io/JvnC9
<{^_^}> [nixpkgs] @r-ryantm closed pull request #78845 → tbb: 2019_U9 -> 2020_U1 → https://git.io/JvOgq
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91860 → tcpreplay: 4.3.2 -> 4.3.3 → https://git.io/JJJJQ
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89031 → teamviewer: 15.2.2756 -> 15.5.6 → https://git.io/JfrKb
<{^_^}> [nixpkgs] @r-ryantm closed pull request #84790 → tessera: 0.10.2 -> 0.10.4 → https://git.io/JvpTo
<{^_^}> [nixpkgs] @r-ryantm closed pull request #78533 → tesseract: 3.05.00 -> 4.1.1 → https://git.io/JvqHx
<{^_^}> [nixpkgs] @r-ryantm closed pull request #82030 → tiny: 0.5.1 -> 0.5.2-test → https://git.io/JvrKf
<cole-h> ryantm: It's happening again.
<ryantm> cole-h: :-(
<{^_^}> [nixpkgs] @r-ryantm closed pull request #81039 → tt-rss-theme-feedly: 2.3.1 -> 2.4.0 → https://git.io/JvuTg
<cole-h> :(
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91873 → ulauncher: 5.7.3 -> 5.8.0 → https://git.io/JJJIA
<{^_^}> [nixpkgs] @r-ryantm closed pull request #89043 → utillinux: 2.35.1 -> 2.35.2 → https://git.io/Jfrym
<{^_^}> [nixpkgs] @r-ryantm closed pull request #87547 → linuxPackages_hardened.vhba: 20190831 -> 20200106 → https://git.io/JfWQ5
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91877 → waylandpp: 0.2.7 -> 0.2.8 → https://git.io/JJJL7
<{^_^}> [nixpkgs] @r-ryantm closed pull request #76457 → wings: 2.2.4 -> 2.2.5 → https://git.io/Jebe6
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91878 → workcraft: 3.2.6 -> 3.3.0 → https://git.io/JJJte
Fuzen has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm closed pull request #91886 → xxHash: 0.7.3 -> 0.7.4 → https://git.io/JJJYg
<{^_^}> [nixpkgs] @ryantm reopened pull request #91886 → xxHash: 0.7.3 -> 0.7.4 → https://git.io/JJJYg
rail has quit [Quit: gone...]
<{^_^}> [nixpkgs] @ryantm reopened pull request #91878 → workcraft: 3.2.6 -> 3.3.0 → https://git.io/JJJte
<{^_^}> [nixpkgs] @ryantm reopened pull request #76457 → wings: 2.2.4 -> 2.2.5 → https://git.io/Jebe6
<bkv> oh god
<{^_^}> [nixpkgs] @ryantm reopened pull request #87547 → linuxPackages_hardened.vhba: 20190831 -> 20200106 → https://git.io/JfWQ5
<bkv> this must be painstaking
<{^_^}> [nixpkgs] @ryantm reopened pull request #89043 → utillinux: 2.35.1 -> 2.35.2 → https://git.io/Jfrym
<{^_^}> [nixpkgs] @ryantm reopened pull request #91873 → ulauncher: 5.7.3 -> 5.8.0 → https://git.io/JJJIA
<{^_^}> [nixpkgs] @veprbl opened pull request #91914 → blender: 2.83.0 -> 2.83.1 → https://git.io/JJJuE
<{^_^}> [nixpkgs] @ryantm reopened pull request #81039 → tt-rss-theme-feedly: 2.3.1 -> 2.4.0 → https://git.io/JvuTg
<{^_^}> [nixpkgs] @ryantm reopened pull request #82030 → tiny: 0.5.1 -> 0.5.2-test → https://git.io/JvrKf
<{^_^}> [nixpkgs] @ryantm reopened pull request #78533 → tesseract: 3.05.00 -> 4.1.1 → https://git.io/JvqHx
<{^_^}> [nixpkgs] @ryantm reopened pull request #84790 → tessera: 0.10.2 -> 0.10.4 → https://git.io/JvpTo
<{^_^}> [nixpkgs] @ryantm reopened pull request #89031 → teamviewer: 15.2.2756 -> 15.5.6 → https://git.io/JfrKb
<{^_^}> [nixpkgs] @ryantm reopened pull request #91860 → tcpreplay: 4.3.2 -> 4.3.3 → https://git.io/JJJJQ
<{^_^}> [nixpkgs] @ryantm reopened pull request #78845 → tbb: 2019_U9 -> 2020_U1 → https://git.io/JvOgq
<{^_^}> [nixpkgs] @ryantm reopened pull request #79866 → symengine: 0.5.0 -> 0.6.0 → https://git.io/JvCXi
<{^_^}> [nixpkgs] @ryantm reopened pull request #79472 → super-productivity: 1.10.45 -> 5.3.5 → https://git.io/JvnC9
<{^_^}> [nixpkgs] @ryantm reopened pull request #91858 → suitesparse-graphblas: 3.2.2 -> 3.3.0 → https://git.io/JJJfS
<{^_^}> [nixpkgs] @ryantm reopened pull request #88768 → sudo: 1.8.31p1 -> 1.9.0 → https://git.io/Jfa7N
<samueldr> pour one out for anyone wanting help
<{^_^}> [nixpkgs] @ryantm reopened pull request #89868 → star: 2.7.3a -> 2.7.4a → https://git.io/JfyTb
<{^_^}> [nixpkgs] @ryantm reopened pull request #87505 → spirv-headers: 1.5.1 -> 1.5.3 → https://git.io/JfWwP
<ryantm> probably best if I do them all, since I have the email records
<{^_^}> [nixpkgs] @ryantm reopened pull request #89867 → sniffglue: 0.10.1 -> 0.11.1 → https://git.io/JfyTV
<{^_^}> [nixpkgs] @ryantm reopened pull request #87488 → snd: 20.2 -> 20.3 → https://git.io/JfWEJ
<ryantm> and it's my fault
rail has joined #nixos
<{^_^}> [nixpkgs] @ryantm reopened pull request #89864 → sickgear: 0.21.33 -> 0.21.36 → https://git.io/JfyU6
<{^_^}> [nixpkgs] @ryantm reopened pull request #89863 → shards: 0.10.0 -> 0.11.0 → https://git.io/JfyU2
<{^_^}> [nixpkgs] @ryantm reopened pull request #84786 → shaarli-material: 0.10.4 -> 0.11.0 → https://git.io/JvpJy
<{^_^}> [nixpkgs] @ryantm reopened pull request #91849 → sequeler: 0.7.91 -> 0.8.0 → https://git.io/JJfjW
<{^_^}> [nixpkgs] @ryantm reopened pull request #87487 → samplv1: 0.9.13 -> 0.9.14 → https://git.io/JfW0c
<{^_^}> [nixpkgs] @ryantm reopened pull request #91844 → rust-cbindgen: 0.14.2 -> 0.14.3 → https://git.io/JJfpz
<{^_^}> [nixpkgs] @ryantm reopened pull request #89015 → rust-bindgen: 0.53.2 -> 0.54.0 → https://git.io/Jfrl1
<{^_^}> [nixpkgs] @ryantm reopened pull request #90426 → rootlesskit: 0.3.0-alpha.2 -> 0.9.5 → https://git.io/Jf7q9
<{^_^}> [nixpkgs] @ryantm reopened pull request #91839 → robin-map: 0.6.2 -> 0.6.3 → https://git.io/JJfbr
<{^_^}> [nixpkgs] @ryantm reopened pull request #91836 → rmapi: 0.0.11 -> 0.0.12 → https://git.io/JJfFN
<{^_^}> [nixpkgs] @ryantm reopened pull request #91834 → rclone: 1.52.1 -> 1.52.2 → https://git.io/JJfFe
<{^_^}> [nixpkgs] @ryantm reopened pull request #84972 → qpdf: 9.1.1 -> 10.0.0 → https://git.io/Jvhuy
<{^_^}> [nixpkgs] @ryantm reopened pull request #86725 → qalculate-gtk: 3.8.0a -> 3.9.0 → https://git.io/Jfs19
<{^_^}> [nixpkgs] @ryantm reopened pull request #74615 → q-text-as-data: 1.7.4 -> 2.0.0 → https://git.io/Je1ZO
<{^_^}> [nixpkgs] @ryantm reopened pull request #88684 → python37Packages.loguru: 0.4.1 -> 0.5.0 → https://git.io/Jfany
ddellacosta has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @ryantm reopened pull request #87380 → python37Packages.logilab_common: 1.5.2 -> 1.6.1 → https://git.io/JfCiX
<{^_^}> [nixpkgs] @ryantm reopened pull request #90118 → python37Packages.cmd2: 1.0.2 -> 1.1.0 → https://git.io/Jf9eP
<{^_^}> [nixpkgs] @ryantm reopened pull request #88739 → python27Packages.traitsui: 6.1.3 -> 7.0.0 → https://git.io/JfaPC
<{^_^}> [nixpkgs] @ryantm reopened pull request #87399 → python27Packages.portalocker: 1.5.2 -> 1.7.0 → https://git.io/JfC7a
<{^_^}> [nixpkgs] @ryantm reopened pull request #87396 → python27Packages.nine: 1.0.0 -> 1.1.0 → https://git.io/JfCQA
<{^_^}> [nixpkgs] @ryantm reopened pull request #87320 → python27Packages.ijson: 2.6.1 -> 3.0.3 → https://git.io/JfCsw
<{^_^}> [nixpkgs] @ryantm reopened pull request #87293 → python27Packages.cma: 2.7.0 -> 3.0.3 → https://git.io/Jfcxv
<{^_^}> [nixpkgs] @ryantm reopened pull request #87294 → python27Packages.clikit: 0.4.3 -> 0.6.0 → https://git.io/JfcxW
<{^_^}> [nixpkgs] @ryantm reopened pull request #88672 → python27Packages.flask_assets: 0.12 -> 2.0 → https://git.io/JfaOC
jybs has joined #nixos
<{^_^}> [nixpkgs] @ryantm reopened pull request #87327 → python27Packages.flask_login: 0.4.1 -> 0.5.0 → https://git.io/JfCCR
<{^_^}> [nixpkgs] @ryantm reopened pull request #90120 → pythia: 8.244 -> 8.302 → https://git.io/Jf9vS
<{^_^}> [nixpkgs] @ryantm reopened pull request #90420 → powershell: 7.0.1 -> 7.0.2 → https://git.io/Jf7IH
<{^_^}> [nixpkgs] @ryantm reopened pull request #69747 → pmd: 6.17.0 -> 6.18.0 → https://git.io/JeZE5
<{^_^}> [nixpkgs] @ryantm reopened pull request #91801 → coturn: 4.5.1.2 -> 4.5.1.3 → https://git.io/JJfai
<{^_^}> [nixpkgs] @ryantm reopened pull request #91877 → waylandpp: 0.2.7 -> 0.2.8 → https://git.io/JJJL7
<{^_^}> [nixpkgs] @ryantm reopened pull request #90418 → phraseapp-client: 1.11.0 -> 1.17.1 → https://git.io/Jf7IR
<{^_^}> [nixpkgs] @ryantm reopened pull request #69752 → persepolis: 3.1.0 -> 3.2.0 → https://git.io/JeZu8
<jybs> Hi all. I'm still trying to work out why this doesn't work
<{^_^}> [nixpkgs] @ryantm reopened pull request #91826 → parlatype: 2.0 -> 2.1 → https://git.io/JJfHp
Rusty1 has quit [Quit: WeeChat 2.3]
<jybs> It's got me totally beaten
<{^_^}> [nixpkgs] @ryantm reopened pull request #91824 → ott: 0.30 -> 0.31 → https://git.io/JJfH8
<{^_^}> [nixpkgs] @ryantm reopened pull request #91822 → orcania: 2.1.0 -> 2.1.1 → https://git.io/JJf9K
<{^_^}> [nixpkgs] @ryantm reopened pull request #87049 → opera: 67.0.3575.31 -> 68.0.3618.63 → https://git.io/JfZ8T
<{^_^}> [nixpkgs] @ryantm reopened pull request #71735 → opentracing-cpp: 1.5.1 -> 1.6.0 → https://git.io/JeRhh
<{^_^}> [nixpkgs] @ryantm reopened pull request #88200 → openexr: 2.4.1 -> 2.5.1 → https://git.io/JfzCR
<{^_^}> [nixpkgs] @ryantm reopened pull request #91507 → python27Packages.graph-tool: 2.31 -> 2.32 → https://git.io/Jfje7
<{^_^}> [nixpkgs] @ryantm reopened pull request #90648 → owncloud-client: 2.5.4.11654 -> 2.6.3.14058 → https://git.io/Jf5Qe
<{^_^}> [nixpkgs] @ryantm reopened pull request #91820 → opencl-clhpp: 2.0.11 -> 2.0.12 → https://git.io/JJfS5
<{^_^}> [nixpkgs] @ryantm reopened pull request #88647 → opencc: 1.0.6 -> 1.1.0 → https://git.io/JfaTl
<{^_^}> [nixpkgs] @ryantm reopened pull request #70668 → opencascade-occt: 7.3.0p3 -> 7.4.0 → https://git.io/JeCj6
<{^_^}> [nixpkgs] @ryantm reopened pull request #90416 → openapi-generator-cli: 4.2.2 -> 4.3.1 → https://git.io/Jf7kc
<{^_^}> [nixpkgs] @ryantm reopened pull request #89653 → omnisharp-roslyn: 1.35.1 -> 1.35.2 → https://git.io/Jf1pM
<{^_^}> [nixpkgs] @ryantm reopened pull request #91631 → odpic: 3.3.0 -> 4.0.0 → https://git.io/Jfjhr
<{^_^}> [nixpkgs] @ryantm reopened pull request #90630 → ocamlPackages.encore: 0.3 -> 0.4 → https://git.io/Jf56B
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @ryantm reopened pull request #85111 → ocamlPackages.stdlib-shims: 0.1.0 -> 0.2.0 → https://git.io/Jvjgz
hellrazo1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ryantm reopened pull request #88930 → ocamlPackages.ppx_tools_versioned: 5.3.0 -> 5.4.0 → https://git.io/Jfw0I
<{^_^}> [nixpkgs] @ryantm reopened pull request #88626 → ocamlPackages.integers: 0.3.0 -> 0.4.0 → https://git.io/Jf2dT
<{^_^}> [nixpkgs] @ryantm reopened pull request #88628 → ocamlPackages.ocaml_extlib: 1.7.6 -> 1.7.7 → https://git.io/Jf2dl
sbetrium has joined #nixos
<{^_^}> [nixpkgs] @ryantm reopened pull request #69725 → ocamlPackages.topkg: 1.0.0 -> 1.0.1 → https://git.io/JeZRN
<{^_^}> [nixpkgs] @ryantm reopened pull request #86700 → nlopt: 2.6.1 -> 2.6.2 → https://git.io/JfsiE
<{^_^}> [nixpkgs] @ryantm reopened pull request #90637 → nlohmann_json: 3.7.3 -> 3.8.0 → https://git.io/Jf5Md
<{^_^}> [nixpkgs] @ryantm reopened pull request #90080 → netsurf.buildsystem: 1.8 -> 1.9 → https://git.io/JfSMy
<{^_^}> [nixpkgs] @ryantm reopened pull request #69692 → netcdfcxx4: 4.3.0 -> 4.3.1 → https://git.io/JeZWv
<cole-h> ryantm++ Godspeed.
<{^_^}> ryantm's karma got increased to 16, it's a crit!
<{^_^}> [nixpkgs] @ryantm reopened pull request #90414 → nats-streaming-server: 0.16.2 -> 0.17.0 → https://git.io/Jf7TV
<{^_^}> [nixpkgs] @ryantm reopened pull request #82430 → mtprotoproxy: 1.0.9 -> 1.1.0 → https://git.io/Jv6V4
<{^_^}> [nixpkgs] @ryantm reopened pull request #87020 → mopidy-soundcloud: 2.1.0 -> 3.0.0 → https://git.io/JfZG4
<ryantm> thanks
<{^_^}> [nixpkgs] @ryantm reopened pull request #78517 → mopidy-musicbox-webclient: 2.3.0 -> 2.4.0 → https://git.io/JvqDW
<{^_^}> [nixpkgs] @ryantm reopened pull request #90063 → mopidy-mpris: 3.0.1 -> 3.0.2 → https://git.io/JfSoB
<{^_^}> [nixpkgs] @ryantm reopened pull request #91628 → moolticute: 0.43.19 -> 0.44.0 → https://git.io/JfjxV
<{^_^}> [nixpkgs] @ryantm reopened pull request #89851 → minio-client: 2020-04-25T00-43-23Z -> 2020-05-28T23-43-36Z → https://git.io/JfDp4
<{^_^}> [nixpkgs] @ryantm reopened pull request #89849 → minio: 2020-05-01T22-19-14Z -> 2020-06-03T22-13-49Z → https://git.io/JfDpT
<{^_^}> [nixpkgs] @ryantm reopened pull request #89643 → micronaut: 1.3.5 -> 1.3.6 → https://git.io/Jf1Ng
<{^_^}> [nixpkgs] @ryantm merged pull request #89643 → micronaut: 1.3.5 -> 1.3.6 → https://git.io/Jf1Ng
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJup
<{^_^}> [nixpkgs] @ryantm reopened pull request #90054 → mcelog: 169 -> 170 → https://git.io/JfS2K
<{^_^}> [nixpkgs] @ryantm reopened pull request #90610 → libzip: 1.6.1 -> 1.7.1 → https://git.io/Jf5Eb
<{^_^}> [nixpkgs] @ryantm reopened pull request #89637 → librepo: 1.11.3 -> 1.12.0 → https://git.io/Jf1bm
<{^_^}> [nixpkgs] @ryantm reopened pull request #85216 → libqalculate: 3.8.0 -> 3.9.0 → https://git.io/Jfeg7
<{^_^}> [nixpkgs] @ryantm reopened pull request #90017 → gnustep.libobjc: 1.9 -> 2.0 → https://git.io/JfSL9
<{^_^}> [nixpkgs] @ryantm reopened pull request #91619 → libconfuse: 3.2.2 -> 3.3 → https://git.io/JfjFJ
<{^_^}> [nixpkgs] @ryantm reopened pull request #88161 → libcec: 4.0.5 -> 5.0.0 → https://git.io/JfuSR
<{^_^}> [nixpkgs] @ryantm reopened pull request #86963 → libburn: 1.5.2 -> 1.5.2.pl01 → https://git.io/JfZeQ
<{^_^}> [nixpkgs] @ryantm reopened pull request #89622 → klayout: 0.26.5 -> 0.26.6 → https://git.io/Jf1d8
<{^_^}> [nixpkgs] @ryantm reopened pull request #89841 → k9s: 0.19.4 -> 0.20.5 → https://git.io/JfDNv
<{^_^}> [nixpkgs] @ryantm reopened pull request #61843 → ircdHybrid: 8.2.24 -> 8.2.25 → https://git.io/fj4or
<{^_^}> [nixpkgs] @ryantm reopened pull request #89616 → ipscan: 3.7.1 -> 3.7.2 → https://git.io/Jf15n
<{^_^}> [nixpkgs] @ryantm reopened pull request #89133 → inter: 3.11 -> 3.13 → https://git.io/JfoMI
<{^_^}> [nixpkgs] @ryantm reopened pull request #89983 → driversi686Linux.vaapiIntel: 2.4.0 -> 2.4.1 → https://git.io/Jfy7q
<{^_^}> [nixpkgs] @ryantm reopened pull request #90575 → hyx: 0.1.5 -> 2020.06.09 → https://git.io/Jf5TH
<{^_^}> [nixpkgs] @ryantm reopened pull request #89614 → hyperrogue: 11.3l -> 11.3o → https://git.io/Jf175
<fps> hmm, a2jmidid is disabled on aarch64 so services.jack.jackd.enable doesn't work.. looking at https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/audio/jack.nix i wonder how i can remove the dependency on a2jmidid
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/b3251e04ee4 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
knupfer has joined #nixos
<{^_^}> [nixpkgs] @ryantm reopened pull request #86676 → hyper: 2.1.2 -> 3.0.2 → https://git.io/Jfs2o
<{^_^}> [nixpkgs] @ryantm reopened pull request #91591 → h3: 3.6.3 -> 3.6.4 → https://git.io/JfjKQ
<{^_^}> [nixpkgs] @ryantm reopened pull request #86925 → groovy: 3.0.2 -> 3.0.3 → https://git.io/JfG9Z
<{^_^}> [nixpkgs] @ryantm reopened pull request #91585 → graphene: 1.10.0 -> 1.10.2 → https://git.io/Jfjru
<{^_^}> [nixpkgs] @ryantm reopened pull request #88814 → grails: 4.0.3 -> 4.1.0.M1 → https://git.io/JfVIo
<{^_^}> [nixpkgs] @ryantm reopened pull request #86917 → gnome3.gnome-color-manager: 3.32.0 -> 3.36.0 → https://git.io/JfGyU
<jybs> Is it just not evaluating the overideAttrs or something?
<{^_^}> [nixpkgs] @ryantm reopened pull request #90553 → flmsg: 4.0.14 -> 4.0.15 → https://git.io/Jf7jj
<{^_^}> [nixpkgs] @ryantm reopened pull request #91568 → ezquake: 3.2 -> 3.2.1 → https://git.io/Jfjz8
<{^_^}> [nixpkgs] @ryantm reopened pull request #90351 → esptool: 2.7 -> 2.8 → https://git.io/JfQS1
<{^_^}> [nixpkgs] @ryantm reopened pull request #91555 → elementary-xfce-icon-theme: 0.15 -> 0.15.1 → https://git.io/Jfjue
<{^_^}> [nixpkgs] @ryantm reopened pull request #90347 → duckdb: 0.1.7 -> 0.1.8 → https://git.io/JfQyR
<{^_^}> [nixpkgs] @ryantm reopened pull request #90528 → dex-oidc: 2.17.0 -> 2.23.0 → https://git.io/Jf753
<{^_^}> [nixpkgs] @ryantm reopened pull request #90337 → csound: 6.13.0 -> 6.14.0 → https://git.io/JfQMC
<{^_^}> [nixpkgs] @ryantm reopened pull request #91909 → cockroachdb: 19.1.5 -> 20.1.2 → https://git.io/JJJBl
<{^_^}> [nixpkgs] @ryantm reopened pull request #90505 → cloudflared: 2020.5.1 -> 2020.6.1 → https://git.io/Jf7i0
<{^_^}> [nixpkgs] @ryantm reopened pull request #91912 → closurecompiler: 20200517 -> 20200614 → https://git.io/JJJ0g
<{^_^}> [nixpkgs] @ryantm reopened pull request #91799 → cldr-emoji-annotation: 36.12.120200305_0 -> 37.0_13.0_0_1 → https://git.io/JJfa8
<{^_^}> [nixpkgs] @ryantm reopened pull request #90518 → cinnamon.cjs: 4.4.0 -> 4.6.0 → https://git.io/Jf7DY
<{^_^}> [nixpkgs] @ryantm reopened pull request #90517 → cinnamon.cinnamon-menus: 4.4.0 -> 4.6.0 → https://git.io/Jf7Md
<{^_^}> [nixpkgs] @ryantm reopened pull request #90510 → cinnamon.cinnamon-desktop: 4.4.1 -> 4.6.1 → https://git.io/Jf71V
<{^_^}> [nixpkgs] @ryantm reopened pull request #90492 → cinnamon.cinnamon-control-center: 4.4.0 -> 4.6.0 → https://git.io/Jf7Vg
<{^_^}> [nixpkgs] @ryantm reopened pull request #91542 → chrome-token-signing: 1.1.2 -> 1.1.2-1 → https://git.io/Jfj4T
<{^_^}> [nixpkgs] @ryantm reopened pull request #91907 → cherrytree: 0.39.3 -> 0.39.4 → https://git.io/JJJ4n
<{^_^}> [nixpkgs] @ryantm reopened pull request #89817 → checksec: 2.2.1 -> 2.2.2 → https://git.io/JfDMW
<{^_^}> [nixpkgs] @ryantm reopened pull request #91539 → check: 0.14.0 -> 0.15.0 → https://git.io/Jfj8d
<{^_^}> [nixpkgs] @ryantm reopened pull request #91797 → catch2: 2.12.2 -> 2.12.3 → https://git.io/JJf2J
<ar> jybs: not sure why it is like this, but i needed to override the package definition in nixpkgs.overlays for it to get pulled in containers
<{^_^}> [nixpkgs] @ryantm reopened pull request #86809 → capnproto: 0.7.0 -> 0.8.0 → https://git.io/JfGOD
<{^_^}> [nixpkgs] @ryantm reopened pull request #90314 → c-blosc: 1.18.1 -> 1.19.0 → https://git.io/JfQi5
<{^_^}> [nixpkgs] @ryantm reopened pull request #90504 → bs1770gain: 0.5.2 -> 0.7.0 → https://git.io/Jf7ik
<{^_^}> [nixpkgs] @ryantm reopened pull request #90312 → bosun: 0.5.0 -> 0.8.0-preview → https://git.io/JfQiB
<{^_^}> [nixpkgs] @ryantm reopened pull request #91902 → blender: 2.83.0 -> 2.83.1 → https://git.io/JJJCN
<jybs> ar - I don't quite understand?
<{^_^}> [nixpkgs] @ryantm reopened pull request #90306 → bitcoin-classic: 1.3.8 -> 1.3.8uahf → https://git.io/JfQ6P
<{^_^}> [nixpkgs] @ryantm reopened pull request #91900 → berglas: 0.5.1 -> 0.5.3 → https://git.io/JJJcT
<{^_^}> [nixpkgs] @ryantm reopened pull request #91899 → bctoolbox: 4.3.1 -> 4.4.0 → https://git.io/JJJnb
<{^_^}> [nixpkgs] @ryantm reopened pull request #91904 → baobab: 3.34.0 -> 3.34.1 → https://git.io/JJJlM
<ar> jybs: you're asking why you're getting the vanilla postgresql in the container, right?
<{^_^}> [nixpkgs] @ryantm reopened pull request #90301 → backintime-common: 1.1.24 -> 1.2.1 → https://git.io/JfQKu
<{^_^}> [nixpkgs] @ryantm reopened pull request #90300 → aws-c-common: 0.3.11 -> 0.4.42 → https://git.io/JfQob
<jybs> ar yeah
<jybs> it never applys my patch
<{^_^}> [nixpkgs] @ryantm reopened pull request #91905 → asciidoctorj: 2.3.0 -> 2.3.1 → https://git.io/JJJlH
<{^_^}> [nixpkgs] @ryantm reopened pull request #90466 → arb: 2.17.0 -> 2.18.0 → https://git.io/Jf70B
<{^_^}> [nixpkgs] @ryantm reopened pull request #90298 → apt-offline: 1.8.1 -> 1.8.2 → https://git.io/JfQou
<{^_^}> [nixpkgs] @ryantm reopened pull request #90296 → android-udev-rules: 20200410 -> 20200613 → https://git.io/JfQol
<{^_^}> [nixpkgs] @ryantm reopened pull request #90293 → amazon-ecr-credential-helper: 0.3.0 -> 0.4.0 → https://git.io/JfQok
<{^_^}> [nixpkgs] @ryantm reopened pull request #91893 → aeolus: 0.9.8 -> 0.9.9 → https://git.io/JJJ37
<{^_^}> [nixpkgs] @ryantm reopened pull request #90290 → adwaita-qt: 1.1.3 -> 1.1.4 → https://git.io/JfQrg
<{^_^}> [nixpkgs] @ryantm reopened pull request #91897 → abcm2ps: 8.14.7 -> 8.14.9 → https://git.io/JJJnz
<jybs> So I can use pkgs.postgresql_xx there
<jybs> And it will use the right version
<ryantm> Done!
<jybs> But then when I use postgresql = ..patch.. and use that nothing
moosnat has quit [Quit: Leaving]
<jybs> Sorry I don't quite get "override the package definition in nixpkgs.overlays"
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJJzE
<{^_^}> [nixpkgs] @ryantm merged pull request #91801 → coturn: 4.5.1.2 -> 4.5.1.3 → https://git.io/JJfai
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JJJzg
<ar> jybs: ok. so i have https://dpaste.org/ZOGh in my configuration.nix, and when i pull in transmission in my containers, it pulls in the patched version
<{^_^}> [nixpkgs] @ryantm reopened pull request #91821 → opencl-headers: 2020.03.13 -> 2020.06.16 → https://git.io/JJf9e
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @ryantm reopened pull request #87051 → ocamlPackages.ctypes: 0.16.0 -> 0.17.1 → https://git.io/JfZ4T
palo1 has joined #nixos
<{^_^}> [nixpkgs] @ryantm reopened pull request #78234 → mwic: 0.7.7 -> 0.7.8 → https://git.io/JvL47
<{^_^}> [nixpkgs] @ryantm reopened pull request #91812 → lucky-cli: 0.21.0 -> 0.23.0 → https://git.io/JJfPj
<{^_^}> [nixpkgs] @ryantm reopened pull request #91910 → calibre: 4.17.0 -> 4.19.0 → https://git.io/JJJRW
<{^_^}> [nixpkgs] @ryantm reopened pull request #91903 → linuxPackages_hardened.bcc: 0.14.0 -> 0.15.0 → https://git.io/JJJWC
<fps> hmm, the build error in a2jmidid is weird, anyways: ../sigsegv.c:95:20: error: 'NGREG' undeclared (first use in this function)
<fps> it should only get evaluated when __aarch64__ is not defined
<fps> hmm, hold on
<ryantm> jybs: it's not services.postgresql.packages it's package
kiloreux has joined #nixos
kiloreux has quit [Client Quit]
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
<fps> but __aarch64__ is defined. at least in a small test program i wrote and compiled using stdenv
<ar> oh, that too. serivces. defines services (→ systemd .service units)
<jybs> ar: OK thanks
<jybs> I still don't understand why that works though?
<ar> jybs: i don't remember anymore why it works either
MaxGitt has quit [Ping timeout: 245 seconds]
<jybs> :)
knupfer has quit [Ping timeout: 256 seconds]
<notgne2> jybs: every overlay in nixpkgs.overlays changes your NixOS package set, so calling `pkgs.transmission` somewhere else no refers to this patched version of transmission
<notgne2> in most NixOS services you can just override the package used in `.package` of the service, but sometimes you can't or just want to make sure you're using the same patched version everywhere else too, which is why overlays are useful
<jybs> Yeah - but why did the orginal method not work?
sbetrium has quit [Quit: sbetrium]
<notgne2> jybs: like ryantm mentioned, the attribute is `.package` not `.packages`, I can't see anything wrong with it otherwise
FRidh has joined #nixos
<jybs> yeah changed that
<jybs> overlay doesn't work either :(
sbetrium has joined #nixos
<notgne2> that might be due to naming jybs, if you don't set `.package` explicitly it will use a specific version depending on your system.stateVersion
<notgne2> so for example if your stateVersion is 20.03 it will use a package called `postgresql_11`, so thats what you would need to override
user_0x58 has quit [Quit: Leaving]
<fps> hmm, how come this option is not known? nix-shell --option nixpkgs.allowUnsupportedSystems true -p a2jmidid
<fps> warning: unknown setting 'nixpkgs.allowUnsupportedSystems'
<fps> same for config.nixkpks.allow... and without the attribute path
<fps> config.nixpkgs.allow...
<jybs> notgne2: just to be clear, changing the version that postgresql overrides will change the version I get in the container
<jybs> It's just the patch is not applied
<notgne2> so instead of `postgresql = super.postgresql_11.overrideAttrs (old: {` you would need `postgresql_11 = super.postgresql_11.overrideAttrs (old: {` or whatever version you are trying to alter, and if you don't intend on using the default version for your system stateVersion then be sure to explicitly set it too (if you have an overlay altering `postgresql_11` you can just do `.package =
<notgne2> pkgs.postgresql_11`)
txt-file has quit [Quit: Leaving]
<jybs> I'm using postgresql = pkgs.postgresql_12.overrideAttrs (attrs: { ... });
<jybs> Do I need super?
<jybs> I think I'm doing all that?
<jybs> it doesn't even work when I do :
<jybs> package = pkgs.postgresql_12.overrideAttrs (attrs: { patches = attrs.patches ++ [ ./include/pthread_sigmask.patch ]; });
aw has joined #nixos
spacefrogg has joined #nixos
fresheyeball has joined #nixos
<jybs> notgne2: That says cannot coerce to a string on line 1
<fresheyeball> anyone know about node2nix?
<fresheyeball> I need to override the source of a package to a nix path
<fresheyeball> but I get "do not know how to unpack source archive"
<fps> ok, for a2jmidid: the version used in the nix package doesn't have the check for aarch64 yet. so that explains the build failure
<jybs> ok that works
<jybs> Thanks notgne2 - I still don't get why it didn't work in the let section though
<notgne2> oh, the top line was meant to be `with import <nixpkgs> {`, not sure how that disapeared
<jybs> Yeah got it
<jybs> It's happily applying my patch now
<notgne2> fresheyeball: I'm not sure about node2nix (I use pnpm2nix) but afaik you should be able to set `doUnpack = false;` or something, or maybe `unpackPhase = ":";`
<fresheyeball> grr
<fresheyeball> still no
orivej has quit [Ping timeout: 246 seconds]
nwm_ has quit [Ping timeout: 260 seconds]
simba2 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
<fps> ok, so i fixed the package in my local nixpkgs checkout. how do i nixos-rebuild against that checkout?
domogled has joined #nixos
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/JJJ24
<{^_^}> [nixpkgs] @danieldk opened pull request #91915 → python3Packages.transformers: 2.2.1 -> 3.0.0 → https://git.io/JJJ2z
<fps> ok, the manual tells me how to :)
ixxie has joined #nixos
FRidh has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @trcm closed pull request #65320 → buildGoModule: Add bazaar support → https://git.io/fjD0g
<{^_^}> [nixpkgs] @danieldk merged pull request #91515 → onnxruntime: 1.2.0 -> 1.3.1 → https://git.io/JfjL5
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJae
turion has joined #nixos
domogled has quit [Ping timeout: 256 seconds]
turion has quit [Ping timeout: 246 seconds]
hellrazo1 has joined #nixos
sbetrium has quit [Quit: sbetrium]
nixbitcoin_ has quit [Ping timeout: 240 seconds]
nixbitcoin has joined #nixos
sbetrium has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/038a87ee11d (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
domogled has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91875 → haskellPackages: cleaning up obsolete overrides (12/x) → https://git.io/JJJLC
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJJaK
hellrazo1 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91876 → haskellPackages: cleaning up obsolete overrides (13/x) → https://git.io/JJJLR
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJJa6
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91881 → haskellPackages: cleaning up obsolete overrides (15/x) → https://git.io/JJJto
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJJaM
simba2 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91884 → haskellPackages: cleaning up obsolete overrides (16/x) → https://git.io/JJJmg
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJJay
<{^_^}> [nixpkgs] @cdepillabout merged pull request #91885 → haskellPackages: cleaning up obsolete overrides (17/x) → https://git.io/JJJYU
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JJJaS
<eyJhb> How come this option is not shown in the web options?
maier has joined #nixos
maier has quit [Client Quit]
markus1199 has quit [Ping timeout: 260 seconds]
markus1189 has joined #nixos
chagra has joined #nixos
maier has joined #nixos
<chagra> Is it normal that updates through `nixos-rebuild switch --upgrade` are large? I use the stable release but every time I update it seems to pull most of my packages from the online cache again if I update with 1 week or longer intervals
kleisli_ has quit [Ping timeout: 260 seconds]
<srhb> chagra: Yes. Due to the way Nix works, if something deep in the dependency tree (say, glibc) changes, everything does.
<srhb> chagra: Contrast to other operating systems where dependents are "drop-in" and don't necessarily need to change if a dependency does.
<chagra> oh ok I understand
<chagra> thank you
<srhb> eyJhb: At a guess, the qemu-vm module isn't in the default module list.
chagra has quit [Quit: WeeChat 2.7.1]
<srhb> eyJhb: Because loading it really does make the system a qemu vm.
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
<pie_> eyJhb: pet peeve of mine. not everything shows up
<pie_> eyJhb: idk off the top of my head but some things dont get processed into that list presumablz because the system doesnt know about it
<pie_> \mh and i see sr*b had a pointer
<{^_^}> [nixpkgs] @danieldk merged pull request #91877 → waylandpp: 0.2.7 -> 0.2.8 → https://git.io/JJJL7
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJVr
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #65231 → grub: add support for passwords → https://git.io/fjMrp
<{^_^}> [nixpkgs] @rnhmjoj pushed 4 commits to master: https://git.io/JJJV6
turlando has quit [Remote host closed the connection]
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @sikmir opened pull request #91917 → languagetool: 4.9.1 -> 5.0 → https://git.io/JJJVS
<eyJhb> srhb: makes sense, thanks!
<eyJhb> And yes pie_, annoys me as well :(
<fps> hmm, i enabled services.jack.jackd but it doesn't get installed as WantedBy, etc.. and systemctl complains: The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
dansho has quit [Remote host closed the connection]
<fps> when i call systemctl enable jack or systemctl enable jack-session
turlando has joined #nixos
dansho has joined #nixos
lsix has joined #nixos
sangoma has joined #nixos
<fps> oh ok, it gets started by udev rules once an audio device appears
o1lo01ol1o has joined #nixos
cr4y1 has joined #nixos
Maxdamantus has quit [Ping timeout: 264 seconds]
dermetfan has joined #nixos
<fresheyeball> I am pulling my hair out on this thing
<fresheyeball> I just want to override the source of a node module with node2nix
Maxdamantus has joined #nixos
<tobiasBora> Hello, I'd like to know, how does nix manage the "merge" of two strings? Indeed, two modules (zfs and luks) defines the same postDeviceCommands string, and they are not merged in the good order: I'd luks to be the first string in the concatenation, and it appears to be zfs...
<symphorien> use lib.mkBefore maybe ?
o1lo01ol1o has quit [Ping timeout: 240 seconds]
cybrian has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @7c6f434c merged pull request #91899 → bctoolbox: 4.3.1 -> 4.4.0 → https://git.io/JJJnb
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JJJwW
<tobiasBora> symphorien: I need to define my own command for that or I can specify that directly in Luks code somewhere?
<symphorien> I don't understand
<tobiasBora> symphorien: so luksroot.nix defines boot.initrd.postDeviceCommands = commonFunctions + preCommands + concatStrings (mapAttrsToList openCommand postLVM) + postCommands;
<tobiasBora> so it means that I can't really modify that string myself
<tobiasBora> and add this lib.mkBefore here
<tobiasBora> (or it means that I'd need to modify nix code)
<symphorien> ah yes you would have to change the module
<tobiasBora> hum... it won't recompile everything after right?
<symphorien> no
<energizer> tobiasBora: are you asking about strings or separatedStrings?
<tobiasBora> and can I do that module edit without maintaining a parallel nixpkgs repository?
dermetfan has quit [Ping timeout: 260 seconds]
quinn has quit [Quit: ZNC 1.7.5 - https://znc.in]
<tobiasBora> energizer: I don't know what is separatedStrings, so not sure ^^' I just know that two modules define the same "boot.initrd.postDeviceCommands", and that they are not merged in the good order...
<energizer> tobiasBora: what is the type of boot.initrd.postDeviceCommands?
lsix has quit [Quit: WeeChat 2.8]
sbetrium has quit [Quit: sbetrium]
<tobiasBora> energizer: if I trust this file, it's type = types.lines; [1]: https://github.com/NixOS/nixpkgs/blob/release-20.03/nixos/modules/system/boot/stage-1.nix
sbetrium has joined #nixos
<tobiasBora> which seems to be separatedString "\n"
<tobiasBora> (this types.nix file is very interesting!)
thc202 has joined #nixos
seku has joined #nixos
lambda-11235 has quit [Quit: Bye]
NeoCron has joined #nixos
kahiru has joined #nixos
cybrian has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #91823 → dpdk: 19.11 -> 20.05 → https://git.io/JJfHe
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JJJrP
<tobiasBora> energizer: symphorien : any idea how I could modify the module? I'd love to be able to say something like "modules.system.boot.luksroot/boot.initrd.postDeviceCommands = mkBefore modules.system.boot.luksroot/boot.initrd.postDeviceCommands", but no idea which syntax I would need to use...
sigmundv has joined #nixos
<typetetris> Are there many people using rust + nix? Has there been a survey about such stuff?
cfricke has joined #nixos
zupo has joined #nixos
<srhb> typetetris: I don't think there's been a survey, but my gut feeling is "yes, there's an overlap"
<srhb> typetetris: the whole haskell-nix-rust thing seems to attract the same kinds of people
fendor has joined #nixos
lsix has joined #nixos
sbetrium has quit [Quit: sbetrium]
dermetfan has joined #nixos
sbetrium has joined #nixos
smatting has joined #nixos
<fps> hmm, in a package definition i see links in the form of https://repo.or.cz/a2jmidid.git/snapshot/7383d268c4bfe85df9f10df6351677659211d1ca.tar.gz
domogled has quit [Quit: domogled]
<fps> repo.or.cz seems offline..
<fps> i could replace these links with github links instead
<nate48423> the american government and denaro are getting my human brain they are able to have me not able to comprehend and change my taste of drinks and food at times( example mt dew tasting like water). can you please tell your world leaders to help me I am nathan biernatt if you have questions you can message me
<{^_^}> [nixpkgs] @ehmry pushed to master « nim: 1.2.0 -> 1.2.4 »: https://git.io/JJJo4
<{^_^}> [nixpkgs] @DamienCassou opened pull request #91918 → vdirsyncer: 0.16.7 -> 0.16.8 → https://git.io/JJJoR
dadada_ has quit [Ping timeout: 256 seconds]
copy has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @srhb opened pull request #91919 → ceph: 14.2.9 -> 14.2.10 → https://git.io/JJJor
klntsky has quit [Remote host closed the connection]
dadada_ has joined #nixos
klntsky has joined #nixos
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.bigarray-overlap: init at 0.2.0 »: https://git.io/JJJoy
<{^_^}> [nixpkgs] @ehmry merged pull request #90451 → nimmm: init at 0.1.2 → https://git.io/Jf7no
<{^_^}> [nixpkgs] @ehmry pushed 2 commits to master: https://git.io/JJJob
<{^_^}> [nixpkgs] @Mic92 merged pull request #91867 → [20.03] openafs_1_8: 1.8.5 -> 1.8.6 → https://git.io/JJJkt
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to release-20.03: https://git.io/JJJoA
<{^_^}> [nixpkgs] @Mic92 merged pull request #91903 → linuxPackages_hardened.bcc: 0.14.0 -> 0.15.0 → https://git.io/JJJWC
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JJJKk
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/cff1a4a2a25 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @fps opened pull request #91920 → a2jmidid: fix compilation on aarch64-linux → https://git.io/JJJKn
domogled has joined #nixos
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
<fps> when building an sdcard installer image, even when i'm adding sdImage.compressImage = false to my expression i see the root fs being compressed and again decompressed
sb0 has joined #nixos
<fps> [nixos 20.03]
cole-h has quit [Quit: Goodbye]
<{^_^}> [nixpkgs] @sikmir opened pull request #91922 → gpxsee: 7.30 -> 7.31 → https://git.io/JJJ64
ixxie has quit [Ping timeout: 246 seconds]
pjt_tmp has quit [Ping timeout: 260 seconds]
fendor has quit [Remote host closed the connection]
emmanuel` has quit [Ping timeout: 240 seconds]
sigmundv has quit [Ping timeout: 258 seconds]
sigmundv has joined #nixos
asymptotically has joined #nixos
whald has quit [Remote host closed the connection]
whald has joined #nixos
<typetetris> Hmm somehow my gnupg.agent stopped working ...
<{^_^}> [nixpkgs] @Mic92 merged pull request #91882 → pidgin: now builds and runs on osx → https://git.io/JJJqh
mzan has quit [Ping timeout: 240 seconds]
civodul has joined #nixos
o1lo01ol1o has joined #nixos
ScottHDev has joined #nixos
<ScottHDev> raspberrypi
<fps> pi!
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ScottHDev> oups, thought I was writing in the search channel bar...
o1lo01ol1o has quit [Ping timeout: 260 seconds]
<fps> uuh, maybe the raspberry foundation can call a newer model raspberrytau if it's twice as fast as the pi :)
<fps> cause tau = 2*pi :)
<ScottHDev> would be funny
nikita` has joined #nixos
CSP-GLOBAL has joined #nixos
<fps> and they would bring attention to the tau vs. pi struggle ;)
<fps> hmm, my pi still reacts to pings, but a ssh login is not possible anymore and the sdcard light is on constantly.. maybe it just doesn't find the time to run the ssh daemon..
orivej has joined #nixos
<fps> a kernel build and two nix-env -i's at the same time might be too much for the little bugger
Jackneill has quit [Read error: Connection reset by peer]
Jackneilll has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #91840 → pythonPackages.selectors2: fix build by disabling failing test_above_fd_setsize → https://git.io/JJfNT
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/JJJPP
nixbitcoin_ has joined #nixos
ScottHDev has quit [Remote host closed the connection]
nixbitcoin has quit [Ping timeout: 240 seconds]
ScottHDev has joined #nixos
zanc has quit [Ping timeout: 240 seconds]
mzan has joined #nixos
<patagonicus> fps: I had something similar happen when I ran something memory intensive (I think nix-env -i without -A) and it was just spending all it's time on the OOM killet because there was no swap configured.
<fps> patagonicus: hmm, i might kill it then and add some swap. the thought of swap on an sdcard pains me tremendously though
<patagonicus> Yeah, but for some things you just need some swap - at least on an RPi3. The max RAM RPi4 is probably better off in that regard.
<patagonicus> It doesn't seem to use it much though. I think the images are configured to try to avoid swap as much as possible via the swappiness setting, although I'm not sure.
<{^_^}> [nixpkgs] @edolstra merged pull request #91835 → nixos-container: Pass through several Nix flags → https://git.io/JJfFD
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to master: https://git.io/JJJXM
<fps> i hope the sdcard survives a power cycle :) my last backup is from a couple of hours ago ;)
fendor has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #91924 → heroku: 7.41.1 -> 7.42.2 → https://git.io/JJJX5
<DigitalKiwi> what's a backup
<DigitalKiwi> hmm
<DigitalKiwi> graham deletes his root right
<DigitalKiwi> what about deleting EVERYTHING
Guest73204 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<DigitalKiwi> for those who have no attachment to the world!
<DigitalKiwi> yes yes i'm aware tails exists
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @zimbatm merged pull request #91811 → gitlab-runner: remove additional binaries → https://git.io/JJfiF
<{^_^}> [nixpkgs] @zimbatm pushed commit from @bachp to master « gitlab-runner: remove additional binaries (#91811) »: https://git.io/JJJ1t
jbox has joined #nixos
jbox is now known as Guest7988
fendor has quit [Ping timeout: 258 seconds]
<fps> btw: can i safely make the boot partition larger than 128M? like 512M for example?
sigmundv has quit [Read error: Connection reset by peer]
detran has quit [Quit: ZNC 1.7.5 - https://znc.in]
sigmundv has joined #nixos
cfricke has quit [Quit: WeeChat 2.8]
<patagonicus> Does nixpkgs require signing a Contributor License Agreement for contributing? I can't find anything about it in the contributing docs, so I'm assuming "no", but I wanted to make sure as my employer doesn't let sign them without approval. :)
<srhb> patagonicus: No :)
<patagonicus> fps: I think that should work. There's a setting somewhere in the derivation that allows changing it IIRC.
<patagonicus> shrb: great, I think that means that there's almost no hoops I have to jump through. :)
lunik1 has quit [Ping timeout: 240 seconds]
lunik1 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
detran has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @zimbatm closed pull request #91778 → util-linux: 2.35.1 -> 2.35.2 → https://git.io/JJfmr
<{^_^}> [nixpkgs] @marsam merged pull request #91911 → kbs2: init at 0.1.1 → https://git.io/JJJRg
<{^_^}> [nixpkgs] @marsam pushed to master « kbs2: init at 0.1.1 (#91911) »: https://git.io/JJJ1M
<{^_^}> [nixpkgs] @marsam merged pull request #91912 → closurecompiler: 20200517 -> 20200614 → https://git.io/JJJ0g
<{^_^}> [nixpkgs] @marsam pushed commit from @r-ryantm to master « closurecompiler: 20200517 -> 20200614 (#91912) »: https://git.io/JJJ1b
<fps> patagonicus: yeah, there is. i just wondered whether it has some limit :)
<{^_^}> [nixpkgs] @marsam merged pull request #91907 → cherrytree: 0.39.3 -> 0.39.4 → https://git.io/JJJ4n
<{^_^}> [nixpkgs] @marsam pushed commit from @r-ryantm to master « cherrytree: 0.39.3 -> 0.39.4 (#91907) »: https://git.io/JJJ1h
<fps> ok, need to go to work. bah!
<{^_^}> [nixpkgs] @marsam merged pull request #91905 → asciidoctorj: 2.3.0 -> 2.3.1 → https://git.io/JJJlH
<{^_^}> [nixpkgs] @marsam pushed commit from @r-ryantm to master « asciidoctorj: 2.3.0 -> 2.3.1 (#91905) »: https://git.io/JJJMe
<{^_^}> [nixpkgs] @marsam merged pull request #91909 → cockroachdb: 19.1.5 -> 20.1.2 → https://git.io/JJJBl
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJJMJ
Neo-- has quit [Ping timeout: 246 seconds]
meh` has joined #nixos
<{^_^}> [nixpkgs] @jojosch opened pull request #91926 → pythonPackages.pywebview: 3.2 -> 3.3.1 → https://git.io/JJJMy
CSP-GLOBAL has quit [Ping timeout: 258 seconds]
Puck` has joined #nixos
Puck` has quit [Ping timeout: 256 seconds]
cr4y1 has quit [Remote host closed the connection]
Puck` has joined #nixos
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @samdroid-apps closed pull request #91348 → pulsar: init at 2.6.0 → https://git.io/JfxKH
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
j-k has joined #nixos
cosimone has joined #nixos
j-k has quit [Client Quit]
dingenskirchen has quit [Quit: dingenskirchen]
dingenskirchen has joined #nixos
dingenskirchen has quit [Client Quit]
dingenskirchen has joined #nixos
zanc has joined #nixos
<zanc> how do I print all the installed packages from /etc/nixos/configurations.nix? `nix-env -q` only prints installed packages from `nix-env -i`
<{^_^}> [nixpkgs] @06kellyjac opened pull request #91929 → nixos/mullvad-vpn: enable iproute2 config → https://git.io/JJJDE
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #91897 → abcm2ps: 8.14.7 -> 8.14.9 → https://git.io/JJJnz
<{^_^}> [nixpkgs] @dotlambda pushed commit from @r-ryantm to master « abcm2ps: 8.14.7 -> 8.14.9 (#91897) »: https://git.io/JJJDu
<srhb> zanc: there isn't really a way to do that. However, it's basically the sum of all the paths in /run/current-system/sw
<zanc> why is that?
nixbitcoin_ is now known as nixbitcoin
<srhb> zanc: nix-env has some special handling wrt the "manifest" that contains imperatively installed "packages"
<srhb> zanc: Without that, even the concept of "packages" becomes really blurry in nix land.
<srhb> zanc: You can take a look at the full closure of your system though, through other means
<srhb> zanc: Say, nix-store -qR /run/current-system
andrewrk has left #nixos ["Leaving"]
<zanc> what's the difference between /run/current-system and /run/current-system/sw?
<srhb> zanc: sw is specifically where the symlinks to "systemPackages" are created
<srhb> zanc: But it's all part of the same system closure (that is, a single store path)
sbetrium has quit [Quit: sbetrium]
sbetrium has joined #nixos
ScottHDev has quit [Ping timeout: 245 seconds]
CSP-GLOBAL|2 has joined #nixos
copy has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #91931 → ledger-live-desktop: 2.3.2 -> 2.6.0 → https://git.io/JJJDh
<{^_^}> [nixpkgs] @taku0 opened pull request #91932 → thunderbird, thunderbird-bin: 68.9.0 -> 68.10.0 → https://git.io/JJJDj
Neo-- has joined #nixos
<zanc> what does 'sw' stand for? where can I read more about these kind of things?
gentauro has quit [Read error: Connection reset by peer]
meh` has quit [Remote host closed the connection]
gentauro has joined #nixos
<srhb> zanc: software I think :)
<srhb> zanc: Things like this are probably only found by digging deep in the nixpkgs version history
<srhb> But start by skimming all three manuals I'd suggest.
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
fooker has quit [Ping timeout: 260 seconds]
zanc has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @ngerstle-cognite opened pull request #91933 → Postman: fix and add libuuid as dependency → https://git.io/JJJya
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/2c33e5da9eb (from 86 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
fendor has joined #nixos
sbetrium has quit [Quit: sbetrium]
eoli3n_ has joined #nixos
sbetrium has joined #nixos
zanc has joined #nixos
<dminuoso> Mmm, Im building haskell stuff via cabal v2- in a nix-shell and this package has a pkgconfig-depends on libsodium, how do I make libsodium available to pkg-config?
kleisli_ has joined #nixos
fooker has joined #nixos
eoli3n_ has quit [Ping timeout: 246 seconds]
eoli3n__ has joined #nixos
meh` has joined #nixos
<pbogdan> dminuoso: how did you set up your shell? IIRC haskell derivations take {library,executable}PkgconfigDepends where you could specify those deps
<dminuoso> Its not a haskell derivation
<dminuoso> Its just a stdenv derivation so I can nix-shell into it, and then invoke `cabal v2-`
<dminuoso> (We dont use nix for Haskell at the moment)
gxt_ is now known as gxt
eoli3n__ has quit [Remote host closed the connection]
<pbogdan> ah ok; not sure then, I would try just adding pkg-config to nativeBuildInputs and libsodium to buildInputs then
<pbogdan> dunno if that would work though
<dminuoso> pbogdan: Oh wow! This must be a cabal bug.
EsperLily has quit [Remote host closed the connection]
<dminuoso> If I dont spceify pkg-config in nativeBuildInputs, then I get the following error message:
<dminuoso> cabal: The pkg-config package 'libsodium' version ==1.0.18 is required but itcould not be found.
<dminuoso> Thanks.
eoli3n_ has joined #nixos
cosimone has quit [Quit: Quit.]
eoli3n_ has quit [Remote host closed the connection]
eoli3n_ has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #91437 → ocamlPackages.camlp5: 7.11 → 7.12 → https://git.io/Jfhq4
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.camlp5: 7.11 → 7.12 »: https://git.io/JJJSn
sb0 has quit [Quit: Leaving]
incognito9999_ has quit [Quit: ZNC 1.7.2+deb3~bpo9+1 - https://znc.in]
orivej_ has quit [Ping timeout: 258 seconds]
incognito9999 has joined #nixos
matias_ has joined #nixos
cript0nauta has quit [Remote host closed the connection]
eoli3n_ has quit [Ping timeout: 260 seconds]
eoli3n__ has joined #nixos
dirkx_ has joined #nixos
phreedom_ has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @jojosch opened pull request #91935 → jellyin-mpv-shim: 1.4.2 -> 1.5.10 → https://git.io/JJJS0
orivej has joined #nixos
xelxebar has quit [Ping timeout: 240 seconds]
iron_houzi has joined #nixos
<{^_^}> [nixpkgs] @Bsami opened pull request #91936 → Fix typos in doc #91934 → https://git.io/JJJSE
xqsl has joined #nixos
<nh2[m]> How do I make a QEMU VM using `'<nixpkgs/nixos>' -A vm` have Internet?
kmplsv1 has joined #nixos
phreedom has quit [Ping timeout: 240 seconds]
eoli3n_ has joined #nixos
ar has joined #nixos
sbetrium has quit [Max SendQ exceeded]
kmplsv has quit [Quit: weeeeeeeeeeeeeeeeeeee.]
eoli3n__ has quit [Ping timeout: 258 seconds]
rootatarch has quit [Ping timeout: 260 seconds]
raboof has quit [Ping timeout: 260 seconds]
sbetrium has joined #nixos
raboof has joined #nixos
Cadey has joined #nixos
rootatarch has joined #nixos
domogled has quit [Remote host closed the connection]
domogled1 has joined #nixos
est31 has quit [Ping timeout: 240 seconds]
est31 has joined #nixos
domogled1 is now known as domogled
Maxdamantus has quit [Ping timeout: 260 seconds]
turion has joined #nixos
rooke has joined #nixos
<atemu12[m]> nh2: It should have networking by default
Maxdamantus has joined #nixos
<nh2[m]> atemu12: ah I just figured it has just ping doesn't work because of ICMP not being supported by the default QEMU SLIRP mode https://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29
<nh2[m]> the next issue I have is that I cannot `nix-channel --update` in my qemu VM.
<nh2[m]> error: opening file: '/nix/store/...nixos-20.09-pre.....drv': No such file or directory
dansho_ has joined #nixos
dansho has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vbgl pushed commit from @sternenseemann to master « ocamlPackages.angstrom*: 0.13.0 -> 0.14.1 »: https://git.io/JJJ9g
<{^_^}> [nixpkgs] @vbgl closed pull request #91865 → ocamlPackages.angstrom 0.14.1 and update of all affected packages (encore, git) → https://git.io/JJJTm
<nh2[m]> not sure why it thinks that file should exist, strace suggests it gets it from the nix sqlite DB, but it doesn't exist on the host either
eyenx|m has quit [Ping timeout: 260 seconds]
eyenx|m has joined #nixos
MmeQuignon has joined #nixos
cosimone has joined #nixos
domogled1 has joined #nixos
domogled has quit [Read error: Connection reset by peer]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @mmahut closed pull request #91931 → ledger-live-desktop: 2.3.2 -> 2.6.0 → https://git.io/JJJDh
MmeQuignon has quit [Ping timeout: 246 seconds]
<Mic92> nh2[m]: is https://github.com/Mic92/nixos-shell an option?
<stigo> nixos-shell is pretty awesome :-)
<Mic92> also it should have internet by default afaik
dansho_ has quit [Quit: Leaving]
<nh2[m]> Mic92: yeah I just started stealing parts of that :D it's not quite clear to me if it's going to work though from an Ubuntu host, or address this specific issue of nix complaining about the absence of that .drv file, given that it doesn't even exist in the host
xelxebar has joined #nixos
wavirc22 has joined #nixos
teto has quit [Quit: WeeChat 2.8]
AmandaC has quit [Quit: Toodles]
jmeredith has joined #nixos
AmandaC has joined #nixos
turion has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #91922 → gpxsee: 7.30 -> 7.31 → https://git.io/JJJ64
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJH6
domogled has quit [Read error: Connection reset by peer]
sangoma has quit [Ping timeout: 246 seconds]
slack1256 has joined #nixos
<{^_^}> [nix] @edolstra pushed to flakes « Support building flakes from a shallow Git repo »: https://git.io/JJJHF
o1lo01ol1o has quit [Remote host closed the connection]
domogled has joined #nixos
shibboleth has joined #nixos
FRidh has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos
AmandaC has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/038a87ee11d (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
<nh2[m]> Mic92: do you happen to know where the qemu state is stored? I created, insde the vm, a dir `/root/mydir`, and it's there even after rebooting the vm (or even re-building it with slightly different config)
<Mic92> nh2[m]: it creates a file in the current working directory
<nh2[m]> Mic92: ah thanks, that must be `nixos.qcow2`
<{^_^}> [nixpkgs] @spacefrogg opened pull request #91937 → [20.03] openafs: 1.6.23 -> 1.6.24 → https://git.io/JJJQl
zanc has quit [Ping timeout: 256 seconds]
rtjure has joined #nixos
turion has joined #nixos
zanc has joined #nixos
AmandaC has joined #nixos
AmandaC has quit [Client Quit]
AmandaC has joined #nixos
Rusty1 has joined #nixos
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> [nixpkgs] @spacefrogg opened pull request #91938 → openafs: 1.6.23 -> 1.6.24, mark broken due to EOL → https://git.io/JJJQp
zanc has quit [Ping timeout: 272 seconds]
shibboleth has quit [Quit: shibboleth]
orivej has joined #nixos
jlv[m]1 is now known as jlv
aw has quit [Quit: Quitting.]
eyenx has quit [Remote host closed the connection]
eyenx has joined #nixos
eyenx has joined #nixos
eyenx has quit [Changing host]
heinrich5991 has joined #nixos
aw has joined #nixos
zanc has joined #nixos
cosimone has quit [Quit: Quit.]
cosimone has joined #nixos
teto has joined #nixos
boxscape has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 264 seconds]
<{^_^}> [nix] @edolstra pushed 3 commits to master: https://git.io/JJJ78
<{^_^}> [nix] @edolstra merged pull request #3678 → Add a way to get all the outputs of a derivation with their label → https://git.io/JfSnk
knupfer has joined #nixos
markus1189 has quit [Ping timeout: 265 seconds]
<{^_^}> [nix] @edolstra closed pull request #3764 → Fix segfault if a file from an invalid searchpath-entry is attempted to get built → https://git.io/JJfWg
markus1189 has joined #nixos
CSP-GLOBAL|2 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @danieldk merged pull request #91858 → suitesparse-graphblas: 3.2.2 -> 3.3.0 → https://git.io/JJJfS
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JJJ7u
plp has joined #nixos
<{^_^}> [nixpkgs] @avdv opened pull request #91940 → bazel: 3.3.0 -> 3.3.1 → https://git.io/JJJ7V
me5ng3 has joined #nixos
<sphalerite> <3 timokau[m] making tools that make things easier (previously: nix-bisect, now: drv-level why-depends script)
<{^_^}> timokau[m]'s karma got increased to 5
<timokau[m]> Thanks sphalerite, I love to hear that people are using those things :) I only really added a tiny bit of sugar on erictapen's work for the why-depends script though.
waleee-cl has joined #nixos
user_0x58 has joined #nixos
bennofs has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @drewrisinger opened pull request #91941 → python3Packages.qiskit: 0.19.1 -> 0.19.6 → https://git.io/JJJ5n
qz has joined #nixos
zupo has joined #nixos
me5ng3 has quit [Quit: leaving]
boxscape has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @DamienCassou opened pull request #91942 → cypress: 4.8.0 -> 4.9.0 → https://git.io/JJJ51
arjen-jonathan has quit [Ping timeout: 260 seconds]
arjen-jonathan has joined #nixos
<{^_^}> [nixpkgs] @drewrisinger closed pull request #91914 → blender: 2.83.0 -> 2.83.1 → https://git.io/JJJuE
<{^_^}> [nixpkgs] @raboof opened pull request #91943 → adoptopenjdk: 8u242 -> 8u252 and other updates → https://git.io/JJJ5S
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
nate48423 has quit [K-Lined]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #91944 → mariadb: 10.4.13 -> 10.5.4 → https://git.io/JJJdr
nate48423 has joined #nixos
aw has quit [Quit: Quitting.]
cybrian has quit [Quit: cya]
aw has joined #nixos
nikita` has quit [Quit: leaving]
cybrian has joined #nixos
sangoma has quit [Ping timeout: 246 seconds]
karantan has joined #nixos
asymptotically has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vbgl closed pull request #90630 → ocamlPackages.encore: 0.3 -> 0.4 → https://git.io/Jf56B
orivej has joined #nixos
o1lo01ol1o has joined #nixos
<chiiba> Are systemd services executed in a sandbox? It seems I can't establish an ssh connection in a service.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<b42> chiiba: only for those where the maintainer enabled it - what's the service?
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91945 → ghc810x: remove obsolete overrides (1/x) → https://git.io/JJJFn
proofofkeags has joined #nixos
<karantan> is it possible to schedule nixos-rebuild switch with crontab? I try to do that but I'm getting the following error: https://pastebin.com/vnsyQ5Xa
<chiiba> I was creating my own service. It's literally just a `script` which runs a shell-script. I'll just keep debugging, probably I goof'ed something up.
<chiiba> b42: ^
domogled has quit [Remote host closed the connection]
<chiiba> s/shell-script/a command over an ssh connection/g
nuncanada has quit [Ping timeout: 246 seconds]
domogled has joined #nixos
asymptotically has joined #nixos
nuncanada has joined #nixos
orivej_ has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
<karantan> hmm looks like a good alternative. but I would still prefer to call nixos-rebuild within my python script so that it can detect if there was a problem with the rebuild
<karantan> if there was a problem it can notify me (and maybe prevent other server to do the rebuild)
drougler has joined #nixos
<drougler> test
<chiiba> b42: All good, the actual problem was ssh asking for host fingerprint confirmation.
<{^_^}> [nixpkgs] @7c6f434c merged pull request #91793 → flightgear: 2019.1.1 -> 2020.1.3, simgear: 2020.1.{1 -> 3} → https://git.io/JJf4K
<{^_^}> [nixpkgs] @7c6f434c pushed 3 commits to master: https://git.io/JJJFQ
nwm_ has joined #nixos
drougler has quit [Quit: leaving]
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91947 → ghc810x: remove obsolete overrides (2/x) → https://git.io/JJJFp
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JJJbe
<{^_^}> [nixpkgs] @peterhoeg pushed 0 commits to u/mdbtools: https://git.io/JJJbv
bisexual has joined #nixos
nate48423 has quit [Ping timeout: 260 seconds]
<bisexual> hello
<{^_^}> [nixpkgs] @CheariX opened pull request #91948 → <!-- To help with the large amounts of pull requests, we would appreciate your reviews of other pull requests, especiall… → https://git.io/JJJbk
<bisexual> when installing with the live usb, do i have the option to not install kde as a desktop environment
nate48423 has joined #nixos
__monty__ has joined #nixos
<evils> bisexual: `services.desktopManager.plasma5.enable = true;`
AluisioASG has quit [Read error: Connection reset by peer]
<CRTified[m]> bisexual: Well, you need to write some kind of configuration, and it is totally up to you to choose any desktop environment
<CRTified[m]> Maybe have a look at the options in the `services.xserver.desktopManager`-tree: https://nixos.org/nixos/options.html#services.xserver.desktopmanager
<CRTified[m]> evils: I think bisexual does *not* want to install KDE, or am I reading that wrong?
AluisioASG has joined #nixos
<bisexual> well, i plan to install wayland and use a compositor called wayfire as my window manager
<{^_^}> [nixpkgs] @mdlayher closed pull request #91372 → nixos/mbim-network: init → https://git.io/JfpJk
<bisexual> im just curious if there is an option to *not* install a DE from the live usb installer
<bisexual> ill take a look at hat
alexherbo27 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #91901 → [20.03] yaru-theme: fix #91710 → https://git.io/JJJc7
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to release-20.03: https://git.io/JJJbo
<bisexual> CRTified[m] where would i configure this
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo27 is now known as alexherbo2
nate48423 has quit [Ping timeout: 256 seconds]
<bisexual> do i edit `/etc/nixos/configuration.nix` before i install?
<CRTified[m]> bisexual: in the (standard) installation process, you'll use `nixos-generate-config` to create a default configuration for the system you are installing. There will be a `hardware-configuration.nix` and a `configuration.nix`. You'll edit the second one
<CRTified[m]> Yes :)
nate48423 has joined #nixos
<CRTified[m]> You can also change options there lateron (and apply them with `nixos-rebuild switch`, for example)
kaliumxyz has quit [Remote host closed the connection]
<bisexual> i tried gobolinux before this, liveusb didnt even boot
<bisexual> nixos worked right off the bat
<bisexual> alright thank you for the info
<bisexual> bye now
ashesham` has joined #nixos
growpotkin has joined #nixos
zupo has joined #nixos
mniip has joined #nixos
<evils> bisexual: CRTified[m]: yea i missed the *not*, just having no mention of plasma/kde in your config will cause it to not be installed
zanc has quit [Ping timeout: 260 seconds]
Scriptkiddi has quit [Quit: killed]
mrpi has quit [Quit: killed]
ajs124 has quit [Quit: killed]
das_j has quit [Quit: killed]
nate48423 has quit [Read error: Connection reset by peer]
ajs124 has joined #nixos
bisexual has quit [Ping timeout: 245 seconds]
Scriptkiddi has joined #nixos
das_j has joined #nixos
mrpi has joined #nixos
zeromorphism has quit [Ping timeout: 240 seconds]
zanc has joined #nixos
nate48423 has joined #nixos
bennofs has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #91839 → robin-map: 0.6.2 -> 0.6.3 → https://git.io/JJfbr
<bkv> What a name
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « robin-map: 0.6.2 -> 0.6.3 »: https://git.io/JJJNy
<gchristensen> simpson: I can't find it in the logs ... did you have a suggestion on an LSH I could play with? ideally on the cli?
nomeata has joined #nixos
<simpson> gchristensen: `nix-shell -p pythonPackages.tlsh`, and then `import tlsh` in a Python shell, for the package nwm_ mentioned. Also libpHash, as `phash`.
<gchristensen> ah right on, thanks
<fresheyeball> morning folks
<fresheyeball> I am in a tight spot on a project, and pulling my hair out
<fresheyeball> I have to get a nix build of a javascript project to work
<fresheyeball> and the package.json file contains a relative path to a resource.
<fresheyeball> No matter what I do with node2nix, I can't get it to build.
<fresheyeball> I have tried a custom edit of the package.json
<fresheyeball> editing the generated files to symlink in the dependency at different stages
ntpcx has joined #nixos
<fresheyeball> override the source from the generated code
<fresheyeball> nothing
<fresheyeball> either it uses the node2nix generated code for this dep, and I set it to a nix source
<fresheyeball> and it can't figure out how to unpack it
<turion> fresheyeball: Can't you generate a .nix with node2nix and edit that manually?
<fresheyeball> turion: yes I have done that
<turion> What goes wrong there?
ntpcx has quit [Client Quit]
<{^_^}> [nixos-search] @adisbladis pushed to description-english « Use english analyzer for descriptions »: https://git.io/JJJAX
<fresheyeball> so if I do that, and set the source for the dep, it says it can't unpack it
<fresheyeball> setting things like unpackPhase = ":", or doPack = false;
<fresheyeball> do nothing
<{^_^}> [nixos-search] @adisbladis opened pull request #110 → Use english analyzer for descriptions → https://git.io/JJJAM
<turion> How do you set the source? What error occurs?
<fresheyeball> I set the source by editing the generated nix, and passing a nix path
<fresheyeball> I also tried adding node2nix files in that dependenciy and setting the source to
<turion> You mean a store path?
<fresheyeball> src = ../../mydep; <- unpack fails
<turion> Ah ok
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<turion> Sometimes src = .. doesn't work, I don't really understand why
<fresheyeball> src = (import ../../mydep {}).package; <- unpack fails
<fresheyeball> it wants a tar.gz
<turion> Is your dependency on a git repo somewhere as well? Can't you use `builtins.fetchGit` instead?
<fresheyeball> ln -s ${../mydep} node_modules/mydep <- no package.json found
<fresheyeball> turion: that does the same thing. Passing a nix source of the dep is just not a tar.gz
<gchristensen> simpson: looks like I need to do some reading about tlsh. looks cool, I'll need to experiment too
<turion> fresheyeball: I don't understand what kind of thing you want to pass to src
<fresheyeball> ln -s ${(import ../mydep {}).package} node_modules/mydep <- only-if-cached, network error
<fresheyeball> turion: its another project built with node2nix
<fresheyeball> that is a dependency of this project built with node2nix
nomeata has quit [Quit: Client exiting]
<simpson> gchristensen: Yeah, it's fun stuff to play with. There's no industry standard yet, and you may find that the principles are transferable; a lot of it comes down to stuff like trees of hashes.
<gchristensen> nice
<turion> fresheyeball: And why would you set src to it? It sounds more like you want to `import ../../mydep {}`
<fresheyeball> yes, I gave a few examples of me attempting that in different ways
<fresheyeball> one by setting the source, another by directly symlinking it
<turion> I don't understand why either is necessary or a good idea
<fresheyeball> turion: how would you provide the dependency?
sangoma has joined #nixos
<fresheyeball> one way or another it needs to work the way it does outside of nix, when package.json contains a relative path
<turion> fresheyeball: so I'm assuming that there is a file ../../mydep/default.nix
confus has joined #nixos
<fresheyeball> yes, generated by node2nix
<fresheyeball> and that does build
<confus> quick question, I've come across this in a nix file:
<confus> env' = config.services.xserver.displayManager.job.environment; slimCfgFile = env'.SLIM_CFGFILE; slimThemesDir = env'.SLIM_THEMESDIR;
<confus> what's the deal with the single quote after env?
<fresheyeball> confus: it's just part of the variable name
<fresheyeball> it's common in functional lanugages to allow ' in variable names
<fresheyeball> it's pronounced "prime"
<confus> I see so basically like var_ oder _var or something in other languages
<fresheyeball> confus: yes
<turion> fresheyeball: So `import ../../mydep {}` should give you the derivation. Can't you write let mydep = import ../../mydep {}; in blablabla { buildInputs = [ mydep .. ] }?
<confus> thx, thought it might have some special syntactical meaning or something for special tooling, but that makes sense
maier has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
<alexherbo2> how to install a xkb file?
<immae> gchristensen: you’re listed in the maintainers list for travis, there seems to be an issue in there: Travis nix integration installs Nix package manager AFTER the environment variables provided by the user. Thus the nix installer (which sources a nix-daemon.sh script) will override the `NIX_PATH` environment variable from the user. Is that on purpose? How are we supposed to customize the nix path?
<immae> (doing an export later in the build script?)
eoli3n_ has quit [Remote host closed the connection]
eoli3n_ has joined #nixos
FRidh has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
domogled has quit [Ping timeout: 256 seconds]
knupfer has quit [Client Quit]
knupfer has joined #nixos
<{^_^}> [nixpkgs] @Bsami closed pull request #91936 → Fix typos in doc #91934 → https://git.io/JJJSE
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91950 → ghc810x: remove obsolete overrides (3/x) → https://git.io/JJJpJ
knupfer has joined #nixos
proofofkeags has quit [Remote host closed the connection]
evanjs has quit [Quit: ZNC 1.8.0 - https://znc.in]
evanjs has joined #nixos
proofofkeags has joined #nixos
sangoma has quit [Ping timeout: 258 seconds]
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<turion> Can I somehow run the different phases like buildPhase, checkPhase in nix repl, change my nix code and rerun only specific phases?
sangoma has joined #nixos
<turion> For example I have a package with a huge buildPhase, but I'm tweaking the checkPhase.
<adisbladis> turion: You can do that with nix-shell
sbetrium has quit [Quit: sbetrium]
<adisbladis> Edit some code, enter a new nix-shell and run the phase from bash
sbetrium has joined #nixos
proofofkeags has quit [Ping timeout: 260 seconds]
<fresheyeball> turion: they are just fields on the set
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91951 → ghc810x: remove obsolete overrides (4/x) → https://git.io/JJJpZ
<fresheyeball> foo.buildPhase
<fresheyeball> turion: ok if I provide the packages as you described
<fresheyeball> as build inputs, I get the https://registry.npmjs.org/mydep failed: cache mode is 'only-if-cached' but no cached response available.
<{^_^}> [nixpkgs] @svmhdvn opened pull request #91952 → ghc810x: remove obsolete overrides (5/x) → https://git.io/JJJp0
sangoma has quit [Ping timeout: 260 seconds]
Rusty1 has joined #nixos
FRidh has quit [Ping timeout: 256 seconds]
FRidh has joined #nixos
proofofkeags has joined #nixos
maier has joined #nixos
erasmas has joined #nixos
<{^_^}> [nixpkgs] @ekpdt opened pull request #91953 → Add binary jsonnetfmt to go-jsonnet package → https://git.io/JJJhI
proofofkeags has quit [Ping timeout: 256 seconds]
cantstanya has quit [Remote host closed the connection]
shibboleth has joined #nixos
maier has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Bsami opened pull request #91954 → Fix typos in documentation (#91934) → https://git.io/JJJhG
<karantan> how can I get NIX_PATH value in .nix file?
cantstanya has joined #nixos
<karantan> one way would be define it in let in block as "NIX_PATH=/root/.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"
<karantan> but I don't want to hardcode it. maybe this value will change at one point
<karantan> btw I need this so that I can export it while calling some script in crontab
<{^_^}> [nixpkgs] @teto merged pull request #91854 → luaPackages.readline: init at 2.6-0 → https://git.io/JJJe5
<{^_^}> [nixpkgs] @teto pushed commit from @mnacamura to master « luaPackages.readline: init at 2.6-0 (#91854) »: https://git.io/JJJh8
<cransom> karantan: builtins.getEnv "NIX_PATH"
meh` has quit [Ping timeout: 260 seconds]
<karantan> tanx
<infinisil> karantan: cransom: builtins.nixPath
<infinisil> > :p builtins.nixPath
<{^_^}> [nixpkgs] @c00w opened pull request #91955 → sd-image: Add option to control sd image expansion on boot. → https://git.io/JJJhS
<cransom> or that one!
<{^_^}> [ { path = "/var/lib/nixbot/lib"; prefix = "nixbotlib"; } { path = "/var/lib/nixbot/nixpkgs/master/repo"; prefix = "nixpkgs"; } { path = "/nix/store/zh9mxn8njz8f9zglckf9mp6hgbfp4q1j-configuration.nix"...
<karantan> so this should work: "export NIX_PATH=${builtins.nixPath}"?
<turion> adisbladis: But how do I do that then if I build a package in nixpkgs? How would I do that in a nix-shell?
<karantan> hmm yeah looks like it's working
<karantan> cool tanx
<{^_^}> [nixpkgs] @c00w opened pull request #91956 → lib: Create make-btrfs-fs library to match make-ext4-fs. → https://git.io/JJJhd
tpw_rules has joined #nixos
<tpw_rules> hi everyone. i've got nix set up on my machine and i'm trying to dig into it to understand how it works.
nate48423 has quit [Ping timeout: 256 seconds]
<infinisil> karantan: No that won't work, see the output of {^_^}, builtins.nixPath contains the parsed entries
<turion> fresheyeball: And if you build mydep directly, you don't get that error?
<fps> hmm, i wonder: can i use gparted to change the boot partition size [and the root partition size] on raspberrypi 4 install?
<infinisil> karantan: You can use what cransom suggested instead for this
<fps> /boot has run full..
nate48423 has joined #nixos
<fresheyeball> turion: correct, it works
<karantan> yes, I just figured that out. I'll go with builtins.getEnv.
<turion> I'm not entirely sure why that fails, but sometimes things behave strangely when you import a relative path that is not a subdirectory of the current directory
<fps> i would take out the sdcard out of it and plug it into a machine with sdcard reader
<fresheyeball> it only fails when used as a dependency
<fresheyeball> or to be clearer, the dep doesn't fail
<fresheyeball> the consuming project fails
<turion> fresheyeball: Can you add a builtins.trace "mydep is being called" to mydep and see whether that is called at all?
sbetrium has quit [Quit: sbetrium]
<tpw_rules> in an overlay, if i say somepackage = super.somepackage.override { somedep = self.etc };, do all the other dependencies come from super?
<turion> My suspicion is that because of the path, it doesn't get picked up correctly. I had something similar today. My solution was to push to some git repo and then use builtins.fetchGit with a fixed rev
quinn has joined #nixos
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
sbetrium has joined #nixos
<turion> How do I work with all of nixpkgs in a nix-shell?
<turion> Or rather, with one python package in a nix-shell?
<turion> I mean, the two obvious ways don't work:
<turion> error: cannot auto-call a function that has an argument without a default value ('stdenv')
<turion> nixpkgs/pkgs/development/python-modules/cassandra-driver]$ nix-shell
nate48423 has quit [Ping timeout: 246 seconds]
<turion> nixpkgs]$ nix-shell
<turion> error: Please be informed that this pseudo-package is not the only part of...
<infinisil> tpw_rules: Nah all deps still come from self
ingenier1ariel has quit [Remote host closed the connection]
<tpw_rules> infinisil: not sure how to phrase this intelligently, but because self feeds back at the end?
<infinisil> turion: Something like `nix-shell -p 'python3.withPackages (p: [ p.cassandra-driver ])' -I nixpkgs=$PWD`
<infinisil> In the nixpkgs root
<infinisil> (or point nixpkgs=... to wherever the root is)
<turion> infinisil: Ah, ok :) I'll try
<{^_^}> [nixpkgs] @jtojnar merged pull request #91904 → baobab: 3.34.0 -> 3.34.1 → https://git.io/JJJlM
<infinisil> tpw_rules: Hm nah. super.somepackage was originally called with `self.callPackage ./path/to/package {}`, and self.callPackage takes all deps from self
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « baobab: 3.34.0 -> 3.34.1 »: https://git.io/JJJjX
<infinisil> tpw_rules: And `super.somepackage` is about the same as `self.callPackage ./path/to/package {}`
<infinisil> because super.somepackage refers to how somepackage was defined before the overlay
hellrazo1 has joined #nixos
<tpw_rules> infinisil: but the examples say to use super.callPackage ./path
<infinisil> Hm okay it doesn't actually matter, both super.callPackage and self.callPackage use self for dependencies
<tpw_rules> why is that? how does that affect custom callPackages (like libsForQt5.callPackage)
<tpw_rules> i guess they originally wrap the regular callPackage
<infinisil> So the concept of `super` is just that it's what the set was before the current overlay being applied
<tpw_rules> yeah that makes sense
<infinisil> But wherever callPackage is defined, there's no concept of "the set before the overlay where callPackage is called"
<infinisil> There's just "the set before the overlay where callPackage is *defined*"
<{^_^}> [nixpkgs] @Bios-Marcel closed pull request #64609 → cordless: init at 2019-06-13 → https://git.io/fjPB4
<infinisil> Or "the final set"
<infinisil> And it wouldn't make sense for the definition of callPackage to use the former
<infinisil> So callPackage always uses the latter (=self) for dependencies
<tpw_rules> i don't understand how it can though
<tpw_rules> self == nixpkgs i guess?
<infinisil> self is whatever results from all the overlays
<infinisil> It's the set after all overlays have been applied
andreas303 has quit [Remote host closed the connection]
<infinisil> With all overrides and such
proofofkeags has joined #nixos
<infinisil> Notice how it calls pkgs.newScope, meaning all dependencies come from pkgs
<armin> [187585.760300] refused connection: IN=enp34s0 OUT= MAC=2c:f0:5d:26:4e:14:3c:a6:2f:06:4f:5f:08:00 SRC=192.168.1.1 DST=192.168.1.103 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=29546 DF PROTO=TCP SPT=35397 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
<armin> i wonder what my router is doing there
<tpw_rules> the repl says callPackage comes from lib/customisation.nix line 117
andreas303 has joined #nixos
<tpw_rules> i guess that can make sense if that's what pkgs.newScope (eventually) returns
<infinisil> > builtins.unsafeGetAttrPos "callPackage" pkgs
<{^_^}> { column = 3; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/splice.nix"; line = 128; }
justanotheruser has quit [Ping timeout: 260 seconds]
smatting has quit [Ping timeout: 246 seconds]
<tpw_rules> ah ok
sangoma has joined #nixos
confus has quit [Remote host closed the connection]
<infinisil> But yeah ultimately it's using lib.callPackageWith
nate48423 has joined #nixos
<tpw_rules> i was curious because i wanted to make an overlay that resulted in a separate set of packages. like i can override something like glibc (though that's not my goal) and instead of recompiling every single package, i can install the packages which need the override from a separate set. and i don't have to be like myBlah1 = super.Blah1.override {glibc = super.myGlibc }; over and over, it will get used automatically like usual
<scoates> thank you to anyone who played a role in getting the nix installer to work on Catalina.
<infinisil> I think you could do this with `self: super: { otherPkgs = self.extend (self: super: { glibc = super.glibc.override ...; }); }`
nate48423 has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos
<tpw_rules> then i could do like nix-env -iA pkgs.otherPkgs.blah1 ?
<infinisil> Yea
nate48423 has joined #nixos
<tpw_rules> neat
<infinisil> (untested)
proofofkeags has quit [Ping timeout: 258 seconds]
<tpw_rules> well i will test it shortly
<infinisil> Might want to check out how pkgsCross/pkgsStatic/i686Linux are defined
<infinisil> Though I don't think what they do is possible without modifying nixpkgs itself
drougler has joined #nixos
drougler has left #nixos [#nixos]
<tpw_rules> so extend just applies an overlay to the whole set of packages, then stores it as a member of the set of current packages instead of returning a new set of packages
<tpw_rules> or, well, returns the new set of packages as the current set + the overlaid current set. vs just the overlaid current set
sangoma has quit [Read error: Connection reset by peer]
<bkv> armin: kinda worrying
<armin> bkv: yea
sangoma has joined #nixos
<armin> just listening with netcat, let's see what that thing is trying to get
ryzokuken has quit [Quit: ZNC 1.8.1 - https://znc.in]
justanotheruser has joined #nixos
<infinisil> tpw_rules: `foo.extend overlay` returns the set foo but with `overlay` appended to its overlays
nate48423 has quit [Ping timeout: 240 seconds]
ashesham` has quit [Ping timeout: 246 seconds]
<hexo> howdy, could someone assist me, pls?
<hexo> error: cannot download tor-browser-linux64-9.0.6_en-US.tar.xz from any mirror
<hexo> builder for '/nix/store/lpliq1hg1mf20vkcflbizq41z2qgf9s2-tor-browser-linux64-9.0.6_en-US.tar.xz.drv' failed with exit code 1
<hexo> stable or unstable makes no diff
<clever> hexo: if you can find that exact file in google, you can then insert it into the store with nix-prefetch-url file:///path/to/file.tar.xz
<clever> then nix will continue to build as normal
dingenskirchen has quit [Remote host closed the connection]
dingenskirchen has joined #nixos
<{^_^}> #91062 (by HanEmile, 1 week ago, closed): tor-browser-bundle-bin derivation upstream sources missing
<hexo> mmmmm
nate48423 has joined #nixos
<colemickens> infinisil: tbh I forgot I had tbb in my config, it's 9.5 for me, I'm rebased on nixos-unstable-small
<colemickens> idk about the 9.0.9 sources missing. (I wondered if they pull source for too-old of builds for security reasons, idk?)
fendor has quit [Remote host closed the connection]
philr_ has quit [Ping timeout: 260 seconds]
<colemickens> hm, sound doesn't work with TBB though? that's pretty odd.
nate48423 has quit [Ping timeout: 256 seconds]
<fps> hmm, is there a way to retain intermediate all build inputs so that they don't get GC'ed?
<fps> s/intermediate all/all intermediate/
nate48423 has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
<turion> infinisil: The shell doesn't really do what I need. I need a shell where I can run buildPhase and checkPhase. This shell tries to build my package (but fails obviously, which is what I want to debug)
<gchristensen> fps: that is a big part of what lorri is for
sangoma has quit [Ping timeout: 260 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixos-homepage] @edibopp pushed to integrate-nix-dev « Integrate nix.dev tutorials as a flake »: https://git.io/JJUvm
nate48423 has quit [Ping timeout: 264 seconds]
<fps> gchristensen: ok, will check it out :)
andreas303 has quit [Ping timeout: 240 seconds]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @HenkKalkwater opened pull request #91957 → telepathy-qt: 0.9.7 -> 0.9.8 → https://git.io/JJUv4
ryzokuken has joined #nixos
rooke has quit [Ping timeout: 258 seconds]
dbmikus has joined #nixos
nate48423 has joined #nixos
andreas303 has joined #nixos
asymptotically has quit [Ping timeout: 240 seconds]
<fps> gchristensen: hmm, that seems to be targetted at nix-shell like things. i'm just building aarch64 images on my raspberrypi4 and don;t want to lose e.g. 4h compile time for the kernel and things :)
o1lo01ol1o has joined #nixos
<gchristensen> ah
zeromorphism has joined #nixos
rooke has joined #nixos
<tpw_rules> so i have a derivation and i want to modify one of its function arguments. the problem is that i don't know what its original value is (and i don't want to depend on it anyway) so i can't just say callPackage ./derivation { arg = modify default_arg }; . not sure how to accomplish what i want
asymptotically has joined #nixos
Czen1 has joined #nixos
<fps> but it's a more general question i think: nix only retains store paths as dependencies when it finds the hash of the build input somewhere in the build output and "forgets" those that do not show up
<fps> i'd like to do away with that optimization and retain all build inputs as dependencies. that would at least solve my problem..
matias_ has quit [*.net *.split]
ml| has quit [*.net *.split]
ericnoan has quit [*.net *.split]
Czen has quit [*.net *.split]
ryantm_ has quit [*.net *.split]
never_released has quit [*.net *.split]
troydm has quit [*.net *.split]
choward has quit [*.net *.split]
ToxicFrog has quit [*.net *.split]
xantoz has quit [*.net *.split]
benny has quit [*.net *.split]
endocrimes has quit [*.net *.split]
puffnfresh has quit [*.net *.split]
simpson has quit [*.net *.split]
pepesza has quit [*.net *.split]
wadkar has quit [*.net *.split]
arianvp has quit [*.net *.split]
shapr has joined #nixos
kandinski has joined #nixos
craige has joined #nixos
ericnoan has joined #nixos
marek has joined #nixos
notgne2 has joined #nixos
puffnfresh has joined #nixos
bob_twinkles has joined #nixos
ryantm_ has joined #nixos
wadkar has joined #nixos
matias_ has joined #nixos
turion has quit [Ping timeout: 264 seconds]
suchar has joined #nixos
<fps> oh well, i need to clean up anyways right now so i'll live with the fact of rebuilding things..
never_released has joined #nixos
pemeunier has joined #nixos
ToxicFrog has joined #nixos
evax has joined #nixos
troydm has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #91958 → homeassistant: 0.111.4 -> 0.112.0 → https://git.io/JJUvP
endocrimes has joined #nixos
choward has joined #nixos
shapr is now known as Guest4052
xantoz has joined #nixos
simpson has joined #nixos
benny has joined #nixos
statusbot has joined #nixos
<fps> tpw_rules: not sure, but couldn't you do an overlay and replace the function that produces the package with a shim that inspects the arguments, does its thing and then calls the original package?
ml| has joined #nixos
nate48423 has quit [Read error: Connection reset by peer]
bsima has joined #nixos
karantan has quit [Ping timeout: 246 seconds]
benny is now known as Guest3237
turion has joined #nixos
nate48423 has joined #nixos
<tpw_rules> fps: i'm not sure how to keep the argument set the same so that the callPackage still works
<fps> tpw_rules: have your function accept the same arguments?
<tpw_rules> but i don't know them. i want this to apply to multiple packages
<fps> i'm a complete noob with regards to nix and overlays..
<fps> tpw_rules: oh so you don't want to write one specific one, but a generalized mechanism
<tpw_rules> yes
<fps> you need some sort of introspection then. i guess callPackage itself might give hints because it somehow figures out what arguments to pass to a function
adamCS has joined #nixos
<fps> the nix pills have a section on how callPackage does its magic, but i never read it
<{^_^}> [nixpkgs] @jonringer merged pull request #91926 → pythonPackages.pywebview: 3.2 -> 3.3.1 → https://git.io/JJJMy
<{^_^}> [nixpkgs] @jonringer pushed commit from @jojosch to master « pythonPackages.pywebview: 3.2 -> 3.3.1 »: https://git.io/JJUvp
dbmikus has quit [*.net *.split]
justanotheruser has quit [*.net *.split]
arjen-jonathan has quit [*.net *.split]
xqsl has quit [*.net *.split]
copy has quit [*.net *.split]
cr4y1 has quit [*.net *.split]
mzan has quit [*.net *.split]
codygman has quit [*.net *.split]
ok2` has quit [*.net *.split]
m_hackerfoo has quit [*.net *.split]
Havvy has quit [*.net *.split]
andymandias has quit [*.net *.split]
benedikt93 has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
is_null has quit [*.net *.split]
AstroBadger has quit [*.net *.split]
m4ts has quit [*.net *.split]
zaeph has quit [*.net *.split]
lejonet has quit [*.net *.split]
medvid_ has quit [*.net *.split]
fling has quit [*.net *.split]
leotaku has quit [*.net *.split]
radvendii has quit [*.net *.split]
xwvvvvwx has quit [*.net *.split]
n3t has quit [*.net *.split]
BellRooks has quit [*.net *.split]
acowley has quit [*.net *.split]
pareidolia has quit [*.net *.split]
marble_visions has quit [*.net *.split]
superbaloo has quit [*.net *.split]
mupf has quit [*.net *.split]
evhan has quit [*.net *.split]
numkem has quit [*.net *.split]
gthm has quit [*.net *.split]
hspak has quit [*.net *.split]
marcusr has quit [*.net *.split]
Tritlo has quit [*.net *.split]
proofofkeags has joined #nixos
copy has joined #nixos
Havvy has joined #nixos
m_hackerfoo has joined #nixos
ok2` has joined #nixos
dbmikus has joined #nixos
dominikh has joined #nixos
lejonet has joined #nixos
mupf has joined #nixos
arianvp has joined #nixos
medvid_ has joined #nixos
arjen-jonathan has joined #nixos
codygman has joined #nixos
justanotheruser has joined #nixos
pareidolia has joined #nixos
Mateon1 has joined #nixos
m4ts has joined #nixos
fling has joined #nixos
xqsl has joined #nixos
andymandias has joined #nixos
evhan has joined #nixos
AstroBadger has joined #nixos
superbaloo has joined #nixos
marble_visions has joined #nixos
xwvvvvwx has joined #nixos
cr4y1 has joined #nixos
zaeph has joined #nixos
acowley has joined #nixos
mzan has joined #nixos
radvendii has joined #nixos
BellRooks has joined #nixos
is_null has joined #nixos
marcusr has joined #nixos
benedikt93 has joined #nixos
gthm has joined #nixos
n3t has joined #nixos
hspak has joined #nixos
leotaku has joined #nixos
Tritlo has joined #nixos
numkem has joined #nixos
justanotheruser has quit [Max SendQ exceeded]
cr4y1 has quit [Max SendQ exceeded]
drewr has quit [Ping timeout: 240 seconds]
<tpw_rules> i figured it out: it turns out there's a lib.setFunctionArgs
justanotheruser has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
proofofkeags has quit [Ping timeout: 256 seconds]
<Philipp[m]1> Is the options search on the website gone?
<infinisil> turion: Ah then it's just `nix-shell -A python3Packages.cassandra-driver'
<infinisil> In the nixpkgs root
<pbogdan> philipp[m]1: it's still there at the same address, the link to the page is in the footer
<{^_^}> [nixpkgs] @jonringer pushed 10 commits to master: https://git.io/JJUfY
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
ris has joined #nixos
<{^_^}> [nixpkgs] @datafoo opened pull request #91960 → nixos/networkd: update options → https://git.io/JJUf3
drewr has joined #nixos
<turion> infinisil: Ah great, thanks :) is this workflow documented or described somewhere? There's a lot I still don't understand about it
proofofkeags has joined #nixos
shibboleth has quit [Quit: shibboleth]
<turion> I get `program 'git' failed with exit code 128` all the time since I added a lot of builtins.fetchGit. How do I find out which one is failing?
Rusty1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nate48423 has quit [Ping timeout: 256 seconds]
<turion> And once I've done that, how do I find the actual error thrown by git?
pepesza has joined #nixos
<kloenk> Does somebody know how to design logos? I could use a logo combined of nixos and rust
nate48423 has joined #nixos
proofofkeags has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #nixos
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #91961 → keysmith: 0.1 → 0.2 → https://git.io/JJUf7
<tpw_rules> oh it turns out a makeOverridable'd function can be overriden with a function that calculates new arguments instead of just a set that replaces them
<turion> infinisil: How can I develop with such a shell? For example, if I do straight $buildPhase, it says `FileNotFoundError: [Errno 2] No such file or directory: 'setup.py'`
bennofs_ has joined #nixos
<{^_^}> [nixpkgs] @colemickens opened pull request #91962 → pythonPackages.html-sanitizer init at 1.9.1 → https://git.io/JJUJe
<clever> turion: try `phases="buildPhase" genericBuild` ?
<turion> I vaguely remember there is something something stdenv, but I can't remember and I can't find it on the internet
<turion> clever: Same
<turion> It's a python package
<clever> turion: how did you launch nix-shell?
<turion> clever: nix-shell -A python3Packages.cassandra-driver
<turion> (in my local nixpkgs where I'm hacking around on the tests)
bennofs has quit [Ping timeout: 256 seconds]
proofofkeags has joined #nixos
<turion> ooh, I missed unpackPhase
<turion> https://nixos.org/nix/manual/#examples-12 helps some way to understand how to work with nix-shell, but it doesn't tell you the difference between buildPhase and $buildPhase
sbetrium has quit [Quit: sbetrium]
<{^_^}> [nixpkgs] @jonringer merged pull request #69752 → persepolis: 3.1.0 -> 3.2.0 → https://git.io/JeZu8
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JJUJ8
<gchristensen> turion: the nixpkgs docs might help answer that -- Nix doesn't dictate that there is a buildPhase
<clever> turion: yeah, you have to run all of the phases in order
<turion> gchristensen: But the difference between $buildPhase and buildPhase isn't mentioned anywhere
<turion> clever: And I somehow have to magically know all the phases?
<clever> turion: `buildPhase` is a bash function, `$buildPhase` is a bash vairable, that then gets parsed as a single bash statement (and corrupts the cmd if it had newlines in it)
<clever> turion: `echo $phases`
<clever> or just `genericBuild` to run all of them
<gchristensen> turion: hopefully the nixpkgs documentation on stdenv will help
<turion> clever: echo $phases doesn't say anything
<clever> turion: where in in the nix-shell when you did that?
<bkv> ,locate bin aapt
<turion> clever: right at the beginning
<{^_^}> Couldn't find in any packages
<turion> gchristensen: I'll have a look, thanks
<{^_^}> [nixpkgs] @jonringer merged pull request #91962 → pythonPackages.html-sanitizer init at 1.9.1 → https://git.io/JJUJe
<{^_^}> [nixpkgs] @jonringer pushed commit from @colemickens to master « pythonPackages.html-sanitizer init at 1.9.1 »: https://git.io/JJUJu
Guest4052 has left #nixos ["ERC (IRC client for Emacs 26.3)"]
<clever> turion: ah right, the default is set within genericBuild itself
<turion> clever: genericBuild says "unpacker appears to have produced no directories" and exits from the shell
<clever> turion: it will fail if you have ran unpackPhase already
<turion> Ah yes, thanks
<clever> its meant to be ran from an empty directory
<bkv> ,locate bin apktool
<{^_^}> Found in packages: apktool
globin has quit [Ping timeout: 272 seconds]
globin has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « inxi: 3.1.03-1 -> 3.1.04-1 »: https://git.io/JJUJr
cosimone has quit [Quit: Quit.]
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
<turion> In my shell, $checkPhase is empty :/
<turion> gchristensen: Did you mean https://nixos.org/nixpkgs/manual/#sec-using-stdenv?
<turion> I'm more looking for resources on how to properly develop a derivation in a nix-shell
bdju has quit [Ping timeout: 256 seconds]
bdju has joined #nixos
kleisli_ has quit [Remote host closed the connection]
kleisli_ has joined #nixos
zupo has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
sangoma has joined #nixos
<turion> What if all the build phases were their own derivations? So if I need to repeat checkPhase because I've changed a test, I don't need to rebuild
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #91964 → python3Packages.testfixtures: fix build (ignore failing tests) → https://git.io/JJUUc
xAndy has quit [Quit: killed]
xAndy has joined #nixos
<gchristensen> yeah that'd be cool
<clever> turion: that gets expensive with some (non python) packages like chromium, where unpacking the source creates ~20gig of src
mumuluxi has quit [Quit: ZNC 1.7.5 - https://znc.in]
wucke13 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<clever> and then hydra has to copy that 20gig between build machines
HackerFoo[m] has joined #nixos
<turion> clever: Well, it needn't be the default. But in principle it would be possible in some cases?
<gchristensen> at the lowest level of things, all things built by nix is an attribute set of environment variables, a command to run, and some arguments. it is definitely possible :P
<turion> Ok
noudle has joined #nixos
nixbitcoin_ has joined #nixos
mumuluxi has joined #nixos
<{^_^}> [nixpkgs] @siriobalmelli opened pull request #91965 → Add/pykwalify → https://git.io/JJUUa
nixbitcoin has quit [Ping timeout: 240 seconds]
wucke13 has joined #nixos
<turion> I'll think about it ;)
<turion> Ack, python packages don't have a checkPhase. They have a setuptoolsCheckPhase though
<{^_^}> [nixpkgs] @devhell opened pull request #91966 → teams: 1.3.00.5152 -> 1.3.00.16851 → https://git.io/JJUUr
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/JJUUK
<{^_^}> [nixpkgs] @colemickens opened pull request #91967 → pythonPackages.tinycss2: remove failing lint test → https://git.io/JJUU1
nomambobambo has joined #nixos
<nomambobambo> Hi again! Please, what's the standard way to install Nix packages in other distros when I need them as both root and my main user?
lsix has quit [Ping timeout: 260 seconds]
<nomambobambo> Because the installer refuses to run with root
<nomambobambo> Packages installed by my user are not available for root
<nomambobambo> And I can't get stuff installed by user root, and everything under /nix is owned by my main user
<nomambobambo> Do I just add ~/.nix-profile/bin to my sudoers file? Isn't that unsafe?
<{^_^}> [nixpkgs] @colemickens opened pull request #91968 → pantalaimon: 0.6.3 -> 0.6.4; pythonPackages.matrix-nio: 0.12.0 -> 0.14.1 → https://git.io/JJUTL
user_0x58 has quit [Remote host closed the connection]
user_0x58 has joined #nixos
<gchristensen> nomambobambo: I think you need a multi-user daemon: https://nixos.org/nix/manual/#sect-multi-user-installation
<gchristensen> s/daemon/istallatino/
<nomambobambo> gchristensen: gonna try
fendor has joined #nixos
<turion> I'm trying to add the python package gremlin (https://pypi.org/project/gremlin/0.6/) But fetchPypi fails with a 404
<turion> The download page mentions only .egg files, and the fetcher tries to get a .tar.gz
<hexo> nixos insists on talking to me in Slovak while im root
wucke13 has quit [Quit: ZNC 1.7.5 - https://znc.in]
mumuluxi has quit [Quit: ZNC 1.7.5 - https://znc.in]
<hexo> i do not get how
<hexo> i have set english
<hexo> and only timezone is set
<hexo> and even that is europe/prague
davidv7 has quit [Ping timeout: 246 seconds]
<turion> hmm gremlinpython != gremlin
<{^_^}> [nixpkgs] @patrickod opened pull request #91969 → Update looking-glass-client to B2-rc2 → https://git.io/JJUTl
<AmandaC> clever: I've updated your qemu-user stuff to work on unstable, if you're interested in cribbing iit back :P https://gitlab.darkdna.net/amanda/nix/-/blob/master/overlay/pkgs/qemu-user/default.nix
<clever> AmandaC: i think its already in nixpkgs proper now
dingenskirchen has quit [Remote host closed the connection]
<AmandaC> is it?
dingenskirchen has joined #nixos
<multun> hexo: check your locale variables, maybe your bashrc sets it inadvertently
absoluutely has joined #nixos
<hexo> multun: bashrs isnt the one
bdju has quit [Read error: Connection reset by peer]
bdju has joined #nixos
<hexo> [root@prickachu:~]# man date
<hexo> [root@prickachu:~]# odhlásenie
<hexo> WTF
davidv7 has joined #nixos
<AmandaC> clever: damn, didn't notice that, nice, that'll get rid of some of my code then!
<multun> what
<hexo> that odhlasenie should have been logout
<multun> env | grep your_locale
simba2 has joined #nixos
<hexo> LANGUAGE=sk
<hexo> LOL
<hexo> where does it come from?
<multun> (cd /etc; grep -rne sk)
<multun> (expect noise)
<multun> oh wait
<multun> it's nixos, it wont work, sorry about that
noudle has quit []
mumuluxi has joined #nixos
<hexo> yuuuuup
<hexo> i've grepped /etc for sk
<hexo> and nothing come out
<clever> hexo: grep doesnt follow symlinks by default
<clever> and nixos heavily uses symlinks in /etc/
<hexo> aaah
eoli3n__ has joined #nixos
wucke13 has joined #nixos
<clever> grep -Lr i think?
<hexo> grep -Rn ?
<qyliss> isn't it just -R ?
eoli3n_ has quit [Ping timeout: 256 seconds]
<clever> man pages can confirm
<evanjs> Isn't the code inside a mkIf only evaluated if the condition is true? Or is it evaluated anyway?
<patrickod> hey there. I'm trying to run through the PR checklist for my first contribution to nixpkgs and running into an issue with the "nix path-info" size check https://github.com/NixOS/nixpkgs/pull/91969
<{^_^}> #91969 (by patrickod, 10 minutes ago, open): Update looking-glass-client to B2-rc2
Ralith_ has quit [Ping timeout: 258 seconds]
<clever> evanjs: its a bit tricky, when you do `mkIf condition { key1 = ...; key2 = ...; }`, it will magically transform into `{ key1 = mkIf condition ...; key2 = mkIf condition ...; }`
<patrickod> running nix path-info -rS /run/current-system doesn't show the looking-glass-client package as being installed even though I have done so from my local nixpkgs repo. I'm new to nix - is it possible there's a second "store" for these locally-installed packages?
<clever> evanjs: that lets condition depend on key3, and lazyness can figure your 2 things out later
<clever> evanjs: but key1 and key2 must be valid options
ebopp has joined #nixos
<evanjs> patrickod: there's a separate profile, but everything is still sourced from /nix/store
<hexo> that thing with slovak makes no sense at all!
<evanjs> clever: gah alright. How might I work it out for potentially invalid/nonexistent options? e.g. virtualisation/image options that might not exist as the modules are not imported by default
<hexo> i've grepped nowhere
<patrickod> aye looking at the link for the client binary it's pointed to the /nix/store but it's not listed in the path-info output
<clever> evanjs: use plain `if` and carefully ensure you dont have infinite recursion
lsix has joined #nixos
nikita` has joined #nixos
<hexo> so, how to force english?
<hexo> and even better question
<hexo> why is only about 1/5 of strings in slovak?
<{^_^}> [nix] @bburdette opened pull request #3773 → Add lines-of-code and show-trace features to new error format. → https://git.io/JJUTj
<multun> probably because most aren't translated
<hexo> grep: static/systemd/system/getty.target.wants/autovt@tty1.service: No such file or directory
<hexo> Zhody v binárnom súbore static/cups/path/bin/ppdmerge
<hexo> like that ^^^
<hexo> :D
endformationage has joined #nixos
nate48423 has quit [Ping timeout: 244 seconds]
nate48423 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #91967 → pythonPackages.tinycss2: remove failing lint test → https://git.io/JJUU1
<{^_^}> [nixpkgs] @jonringer pushed commit from @colemickens to master « pythonPackages.tinycss2: remove failing lint test »: https://git.io/JJUkq
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/f1a79c86358 (from 11 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
meh` has joined #nixos
<{^_^}> [nixpkgs] @LnL7 opened pull request #91970 → libwebsockets: fix clang build → https://git.io/JJUkc
cole-h has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f1a79c86358 (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
nate48423 has quit [Ping timeout: 246 seconds]
<hazel[m]> i'm trying to set up nginx with web key directory and i'm getting permission isuses
<hazel[m]> * i'm trying to set up nginx with web key directory and i'm getting permission issues
<hazel[m]> my nginx.nix: https://termbin.com/u1za (see /.well-known/openpgpkey)
nate48423 has joined #nixos
<hazel[m]> requesting knightsofthelambdacalcul.us/.well-known/openpgpkey/policy works fine, but .well-known/openpgpkey/policy/hu/<long-hex-string> gives 404
<hazel[m]> even though the file exists! `systemctl status nginx` shows `13: Permission denied` even though the file is readable by the nginx group
<hazel[m]> * requesting knightsofthelambdacalcul.us/.well-known/openpgpkey/policy works fine, but .well-known/openpgpkey/hu/<long-hex-string> gives 404
<hazel[m]> `/var/www/html/.well-known/openpgpkey/hu/6kpqg9fmkbcykn1bsep69chn6jifpngr` to be exact but i don't think that's important
<{^_^}> [nixpkgs] @LnL7 merged pull request #91532 → ansifilter: extend build to include Darwin → https://git.io/JfjCU
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/JJUkr
<{^_^}> [nixpkgs] @drewrisinger opened pull request #91971 → conan: 1.25.0 -> 1.27.0 & unbreak with six upgrade → https://git.io/JJUko
asymptotically has quit [Quit: Leaving]
cosimone has joined #nixos
ursuta has joined #nixos
<colemickens> hm, so can I query the nix daemon for things like "who started the builds that are running right now" ?
nDuff has joined #nixos
<infinisil> I doubt it
<cole-h> Not easily. IIRC, the last time a daemon-related question was asked, it was noted that the daemon has no real docs with regards to interfacing with it... You'd have to read the implementation
<niksnut> cole-h: no
<niksnut> the daemon does not have that state
<cole-h> Ah, so it doesn't hold that information period. Got it, sorry.
<niksnut> in the future it might become multi-threaded, which would make it easier to query this
nate48423 has quit [Ping timeout: 246 seconds]
<cole-h> 👀
<cole-h> That would be really cool
<niksnut> but currently we fork a child for every incoming connection, so there is no process that knows all the current builds
<hazel[m]> this freaking permissions issue
<hazel[m]> why can you not read this file ugh
<hazel[m]> defies all logic
<{^_^}> [nixpkgs] @jonringer opened pull request #91972 → pmd: 6.17.0 -> 6.25.0, fix runtime → https://git.io/JJUIT
<cole-h> niksnut: Oh, I see. Is it possible to query the daemon for all the children (or I guess find them some other way) and get some information that way?
<infinisil> hazel[m]: `namei -mo /some/path` might be helpful, lists permissions recursively
<hazel[m]> ...not useful
<hazel[m]> (does that render properly on IRC?)
<gchristensen> no
<gchristensen> 19:34 * hazel[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/XyMGPEjNSikoNbffmwunfZqb >
<hazel[m]> rip
<cole-h> ^
<hazel[m]> well, good enough
<hazel[m]> it's basically a pastebin
<niksnut> cole-h: you could query store path locks (/nix/store/bla.lock) and their owner
sangoma has quit [Read error: Connection reset by peer]
<niksnut> and the process title of the owner contains the pid of the client
<infinisil> hazel[m]: I see that you have no x on the second last entry though
<infinisil> I think that disallows nginx from listing files in that dir
<hazel[m]> didn't work with or without.
<hazel[m]> so rx? maybe.
sangoma has joined #nixos
<infinisil> hazel[m]: You might be interested in my config for this: https://github.com/Infinisil/system/blob/master/config/new-modules/wkd.nix
nate48423 has joined #nixos
<bkv> cole-h: nix-top manages it
philipcristiano_ has joined #nixos
<bkv> I think it uses /tmp, though
CodeKiwi has joined #nixos
<cole-h> nix-top is naive in that it checks the fs directly, and does not ask the daemon what's up
<bkv> Hm
<cole-h> Not that it's a bad solution
<cole-h> But it would be nice to get the information from the daemon (on multi-user installs)
<hazel[m]> I am about to head out can you PM me those sorry lol
<cole-h> Single-user installs is a whole other beast
endformationage has quit [Quit: WeeChat 2.6]
<cole-h> niksnut++ Thanks for the tip.
<{^_^}> niksnut's karma got increased to 22
<infinisil> hazel[m]: Use the logs
<hazel[m]> very appreciated
<infinisil> ,logs
lzmartin1 has joined #nixos
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/JJUIl
nate48423 has quit [Ping timeout: 240 seconds]
xiaomat has joined #nixos
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
kraem[m] has quit [*.net *.split]
boogiewoogie[m] has quit [*.net *.split]
rawas[m] has quit [*.net *.split]
nh2[m] has quit [*.net *.split]
easamuilov[m] has quit [*.net *.split]
d3c[m] has quit [*.net *.split]
gildedlink[m] has quit [*.net *.split]
vpfeiffer[m] has quit [*.net *.split]
tristan[m] has quit [*.net *.split]
Stphan[m] has quit [*.net *.split]
vojta001[m] has quit [*.net *.split]
leonardp has quit [*.net *.split]
vtest[m] has quit [*.net *.split]
d4rkshad0w has quit [*.net *.split]
M|[m]1 has quit [*.net *.split]
LeBronse[m] has quit [*.net *.split]
rgamma[m] has quit [*.net *.split]
gcoakes[m] has quit [*.net *.split]
basilbunting[m] has quit [*.net *.split]
nolan_d has quit [*.net *.split]
observer_alpha[m has quit [*.net *.split]
aterius has quit [*.net *.split]
jschievink has quit [*.net *.split]
michaelpj has quit [*.net *.split]
eadwu[m] has quit [*.net *.split]
azazel has quit [*.net *.split]
balsoft has quit [*.net *.split]
Superleaf1995 has quit [*.net *.split]
siraben has quit [*.net *.split]
jneplokh has quit [*.net *.split]
ptotter[m] has quit [*.net *.split]
hpfr[m] has quit [*.net *.split]
DigitalKiwi has quit [*.net *.split]
philipcristiano_ is now known as philipcristiano
<{^_^}> [nixpkgs] @jonringer merged pull request #91971 → conan: 1.25.0 -> 1.27.0 & unbreak with six upgrade → https://git.io/JJUko
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JJUIu
nate48423 has joined #nixos
siraben has joined #nixos
rgamma[m] has joined #nixos
d3c[m] has joined #nixos
vojta001[m] has joined #nixos
klntsky has quit [Remote host closed the connection]
easamuilov[m] has joined #nixos
hpfr[m] has joined #nixos
Superleaf1995 has joined #nixos
nh2[m] has joined #nixos
leonardp has joined #nixos
balsoft has joined #nixos
azazel has joined #nixos
jneplokh has joined #nixos
M|[m]1 has joined #nixos
aterius has joined #nixos
M|[m]1 has joined #nixos
M|[m]1 has quit [Changing host]
aterius has joined #nixos
aterius has quit [Changing host]
d4rkshad0w has joined #nixos
jschievink has joined #nixos
amf has joined #nixos
vtest[m] has joined #nixos
michaelpj has joined #nixos
nolan_d has joined #nixos
tristan[m] has joined #nixos
gcoakes[m] has joined #nixos
Stphan[m] has joined #nixos
gildedlink[m] has joined #nixos
vpfeiffer[m] has joined #nixos
basilbunting[m] has joined #nixos
boogiewoogie[m] has joined #nixos
eadwu[m] has joined #nixos
rawas[m] has joined #nixos
kraem[m] has joined #nixos
observer_alpha[m has joined #nixos
LeBronse[m] has joined #nixos
sigmundv has quit [Ping timeout: 260 seconds]
nate48423 has quit [Ping timeout: 246 seconds]
sigmundv has joined #nixos
nate48423 has joined #nixos
<marble_visions> karma, eh?
<marble_visions> hmm
<marble_visions> bbigras++ thanks
<{^_^}> bbigras's karma got increased to 1.0
<marble_visions> nice
nomambobambo has quit [Quit: Connection closed]
evanjs has quit [Quit: ZNC 1.8.1 - https://znc.in]
evanjs has joined #nixos
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/f1a79c86358 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
<bbigras> marble_visions: you're welcome. thanks for the karma
turion has quit [Ping timeout: 256 seconds]
wavirc22 has quit [Ping timeout: 260 seconds]
_d0t has joined #nixos
wavirc22 has joined #nixos
cjpbirkbeck has joined #nixos
<_d0t> ohai! Is there any way to check if the code is running on NixOS and not just on some Linux with nix installed?
<colemickens> -_- me missed all of the discussion above
inkbottle has quit [Ping timeout: 260 seconds]
<colemickens> if the daemon went multithreaded, would things like copies and substitutions get to be multithreaded too?
<lopsided98> _d0t: NixOS has the standard /etc/os-release file
<bkv> _d0t: it shouldn't ever really matter, though
inkbottle has joined #nixos
<_d0t> lopsided98: no, I mean in the nix code
<bkv> Then it especially shouldn't matter
Alonzo has joined #nixos
<_d0t> bkv: it sorta doesn't but it might help prevent extra downloads
<alexherbo2[m]> how to rename a user?
<alexherbo2[m]> moving its home, etc.
<bkv> _d0t: how so? (genuinely curious)
<alexherbo2[m]> I have the following configuration.nix
<_d0t> bkv: in this case it's about stack and ghc. What I want is not to add ghc into the project dependencies via nix if the distro isn't nixos because this way ghc is likely to be already installed by stack.
<alexherbo2[m]> I want to change the username and home directory to
<lopsided98> _d0t: depending on tools from outside Nix is basically antithetical to Nix's goals
<lopsided98> the whole point is that builds are pure
<bkv> yeah, and usually a bad plan
<Alonzo> Hi, Is there a recomended method for ensuring specific directories are symlinked in home-manager.I have two drives on my machine, and would like to keep /home on the SSD but would like to relocate ~/Desktop ~/Documents ~/Downloads ~/workspace etc to my HDD.I could just create symlinks but I would prefer it declaired in a nix config.
<_d0t> doesn't matter really. The build is run through stack anyway.
<_d0t> Whether to invoke nix-shell or not, that's entirely on stack.
<bkv> Your result will use the system glibc though, for example
<_d0t> True and this is fine.
<_d0t> This would actually be preferred in case of non-nixos distros.
<lopsided98> But the point is that Nix purposely doesn't have a way of detecting NixOS.
<_d0t> There is `isDarwin` and other similar functions. I'm pretty sure Darwin isn't NixOS :)
<gchristensen> (NixOS and Nix have no special relationship other than it is possible to build NixOS with Nix)
<bkv> …nixos on darwin
<gchristensen> _d0t: "darwin" is a type of kernel
<lopsided98> Sure, but those don't introspect the running system, they just return whether Nix is currently being told to build for Darwin
<gchristensen> there is an `isLinux` to match `isDarwin`
<_d0t> gchristensen: true, but again, it's a type of kernel not supported by nixos.
<bkv> It is supported
<bkv> Thats why its there
<_d0t> by nixpkgs, not nixos. If that's a valid distinction.
<bkv> Well, ok
<gchristensen> nixos is nothing special according to nix
<_d0t> gchristensen: i'm aware of this. But anyway, I was curious if this was possible. Seems not.
<bkv> What you're trying to do seems obtuse enough that I think it would be easier to just not use nix for it
<_d0t> nah, I'll just skip this check and make everyone download an extra copy of ghc.
<lopsided98> If you really want to do it, you could probably use builtins.readFile "/etc/os-release" and then parse the result
<_d0t> not my bandwidth lol
<gchristensen> _d0t: are you just trying to see if the host is NixOS, or are you trying to do this from within a Nix expression?
<_d0t> ghuntley: the latter.
<gchristensen> yeah, fundamentally we don't want you to do that
<_d0t> like, for example, imagine `nativeBuildInputs = [ stuff ] ++ (if isNixOS then [ more stuff ] else [])` in a derivation.
<_d0t> this is want i was looking for
<clever> _d0t: why do you need extra stuff on nixos?
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JJULb
<gchristensen> I look at that and I think oh gosh now you have multiplied by 2 the number of things users need to account for when they're reporting bugs or diagnosing problems building
<_d0t> clever: I described a bit earlier
<_d0t> gchristensen: it's not an open source software anyway. There's maybe a dozen people who's gonna build this.
<_d0t> and the nix code there is already a mess, so it's not like I'm about to make it any worse :P
<gchristensen> it is making it worse, though
<_d0t> I'm not doing it because there is no easy way.
MightyJoe has quit [Quit: I'm out!]
lzmartin1 is now known as lzmartinico
<clever> _d0t: what extra things do you depend on when on nixos? why can you not depend on them outside of nixos?
o1lo01ol1o has quit [Remote host closed the connection]
<_d0t> clever: because they are very likely to be available outside of nix.
<clever> _d0t: are they programs you expect to find in $PATH?
<_d0t> clever: it's about stack and ghc. Stack manages ghc on its own, so it doesn't make a lot of sense to have multiple copies of the same ghc version installed.
cyraxjoe has joined #nixos
<clever> _d0t: things in the nativeBuildInputs wont be available at runtime, and system stuff (from apt-get) cant be used inside a derivation
<clever> _d0t: so it is unlikely to work either way
<_d0t> clever: ghc is a compiler. It's not needed in runtime.
<clever> _d0t: at build-time, the stuff from the system (such as apt-get) wont be visible to the derivation
<clever> _d0t: so you still need to tell nix you depend on ghc
_d0t has quit [Changing host]
_d0t has joined #nixos
Alonzo has quit [Remote host closed the connection]
aleph- has quit [Ping timeout: 256 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/55668eb671b (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<_d0t> clever: it's not a real derivation. Stack calls nix-shell (without pure by default), so the outside stuff is still there.
<clever> ah, i avoid stack like the plague :P
<clever> i always build with nix's haskell framework, haskellPackages.mkDerivation and cabal2nix
<_d0t> why? It's quite good. The integration with nix is the only huge pain point for me.
<clever> stack cant use stuff hydra.nixos.org pre-built for haskell
<clever> stuff stack builds can randomly break when nix gc's things
<_d0t> ah... I've never cared about that.
ursuta has quit [Quit: Leaving]
<clever> better to just build it with nix-build
<clever> then nix can use cached builds, and nix knows what your binary depends on
<_d0t> Honestly, I just prefer stack without nix most of the time.
<clever> and you need to use nix-build eventually, when you want to deploy the program
<_d0t> No, I don't :P
<clever> then you need to commit to nixos more! :P
<clever> let nixos take over all the systems!
<colemickens> why is my system pulling in zfs-user (~300MB) when I'm not using ZFS?
<colemickens> This started sometime ago and I finally am just taking a look. My RPI4 closure is surprisingly large.
<_d0t> I'm already in nixpkgs-maintainers on github. But fwiw nix is a rather niche solution and doesn't fit to every empty hole out there.
sangoma has quit [Ping timeout: 240 seconds]
phreedom_ has quit [Ping timeout: 240 seconds]
nate48423 has quit [Ping timeout: 246 seconds]
<clever> colemickens: profiles/base.nix: boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ];
orivej has quit [Ping timeout: 246 seconds]
<nwm_> gchristensen, if nix did per group package installs you could get the lsm idea you wanted
<nwm_> somewhat
<nwm_> new group per package
<gchristensen> hm?
orivej has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
therivercass has joined #nixos
<nwm_> root:foo only allow g+rwx?
<therivercass> heya all, having an issue enabling docker. followed the steps here https://nixos.wiki/wiki/Docker but the service fails to start with:
<therivercass> Jul 01 16:22:48 walnut dockerd[7233]: failed to start daemon: Error initializing network controller: list bridge addresses failed: PredefinedLocalScopeDefaultNetworks List: [172.17.0.0/16 172.18.0.0/16 172.19.0.0/16 172.20.0.0/16 172.21.0.0/16 172.22.0.0/16 172.23.0.0/16 172.24.0.0/16 172.25.0.0/16 172.26.0.0/16 172.27.0.0/16 172.28.0.0/16
<therivercass> 172.29.0.0/16 172.30.0.0/16 172.31.0.0/16 192.168.0.0/20 192.168.16.0/20 192.168.32.0/20 192.168.48.0/20 192.168.64.0/20 192.168.80.0/20 192.168.96.0/20 192.168.112.0/20 192.168.128.0/20 192.168.144.0/20 192.168.160.0/20 192.168.176.0/20 192.168.192.0/20 192.168.208.0/20 192.168.224.0/20 192.168.240.0/20]: no available network
<therivercass> any ideas on what might be the issue?
<nwm_> nix-env would have to add user x to all groups in the nix store
<gchristensen> ah, though I assume that wouldn't actually work since you can't allocate a gid for every store path that can ever exist
<nwm_> why not?
<nwm_> linux has 2^32 limit
<nwm_> maybe 2^64
<nwm_> acutally 2^30 I think
<{^_^}> [nixpkgs] @NeQuissimus pushed 8 commits to master: https://git.io/JJUqe
<{^_^}> [nixpkgs] @NeQuissimus pushed 6 commits to release-20.03: https://git.io/JJUqU
<therivercass> oh... actually just found the problem. it can only start when my vpn is disabled. that's unfortunate
eoli3n__ has quit [Ping timeout: 240 seconds]
shibboleth has joined #nixos
<nwm_> gid lookup might be slow but the nix store would on a ext, xfs, etc with 2^32 dirs probably have other issues
Czen1 is now known as Czen
un-cons-cionable has joined #nixos
<nwm_> posix only mandates 2^16
<gchristensen> I'm coming at it from a perspective of total reproducibility, so the gid would need to be consistent for every on every machine forever. maybe that restriction could be relaxed
nate48423 has joined #nixos
pr06lefs has joined #nixos
therivercass has quit [Remote host closed the connection]
cyraxjoe has quit [Quit: I'm out!]
<CRTified[m]> Anyone here who has time to have a look at #64165 ? I'm currently available if there are any remaining questions :)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/64165 (by eadwu, 1 year ago, merged): nvidia_x11.settings.libXNVCtrl: set OUTPUTDIR for build
<cmk_zzz> would it be possible to use nixos containers without root and with a stand-alone configuration file? They seem to be a perfect candidate for setting up development test environements. Lets say the development repository contains a container.nix file and I could locally just start a container from it. Is this possible?
cyraxjoe has joined #nixos
<CRTified[m]> Sorry, typo. meant #63165 ...
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63165 (by CRTified, 1 year ago, open): nixos/system/boot/initrd-openvpn: New openvpn options for initrd
codygman has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/6e560f80fc3 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
codygman has joined #nixos
nate48423 has quit [Ping timeout: 256 seconds]
Rusty1 has joined #nixos
<duairc> Is it possible, from within a NixOS submodule, to set the value of a top-level config?
<duairc> Specifically I have a submodule that I reuse in several places that has a `port` attribute, and I'd like to add its value to (the top-level) `networking.firewall.allowedTCPPorts` from within the submodule
<slack1256> duairc: See how openssh does it. It should be possible somehow.
<clever> duairc: dont think so, thats usually handled by a normal module, that extracts the copies out and sets other options
<clever> extracts the options out*
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nate48423 has joined #nixos
<duairc> Okay, cool. It's not a big deal and it seemed kind of dubious anyway, but I was curious if there was a way
<{^_^}> [nixpkgs] @Mic92 opened pull request #91974 → stdenv: make -nostdinc work as intended → https://git.io/JJUqb
whald has quit [Remote host closed the connection]
whald has joined #nixos
<benschza> Does anyone have experience installing Python package python-control with slycot? When installing slycot, both pypi2nix and pip both fail trying to install cmake with `ModuleNotFoundError: No module named 'skbuild'`. Both cmake and scikit-build are installed via Nix already.
lsix has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos
meh` has quit [Ping timeout: 264 seconds]
cyraxjoe has quit [Quit: I'm out!]
leotaku has quit [Quit: ZNC 1.8.1 - https://znc.in]
leotaku has joined #nixos
cyraxjoe has joined #nixos
sangoma has joined #nixos
<tpw_rules> how might i give a python package derivation custom NIX_CFLAGS_COMPILE?
<tpw_rules> for a regular one i can just update the arguments of the passed in stdenv's mkDerivation accordingly
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
Xamino[m] has joined #nixos
leah2 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @Profpatsch merged pull request #91940 → bazel: 3.3.0 -> 3.3.1 → https://git.io/JJJ7V
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @avdv to master « bazel: 3.3.0 -> 3.3.1 »: https://git.io/JJUmK
<hazel[m]> generally how fast do apps like Firefox update on stable
sangoma has quit [Ping timeout: 256 seconds]
leah2 has joined #nixos
<hazel[m]> cool
<hazel[m]> 78 apparently brings improvements for wayland so i'm hyped for that
<benschza> Nice. How do you use Wayland, which window manager/DE on NixOS?
orivej has quit [Read error: Connection reset by peer]
orivej_ has joined #nixos
<hazel[m]> sway on nixos
Neo-- has quit [Ping timeout: 244 seconds]
<hazel[m]> i am also playing with hikari (in unstable) -- i like it more but it has some notable quirks, being the project of one person
<hazel[m]> waiting on a fix for Minecraft and then it will be my day to day wm
<hazel[m]> my setup is configured such that I can set `hazel.graphicalSession.desktop` to one of `sway` or `hikari` and it will rebuild accordingly, which is nice for swapping between them if/when hikari breaks
<Jake[m]1> Do you have it working with automatically starting on login? I still have to run "startsway" each time.
<AmandaC> I stole something from someone's .nix where it'll auto-login with mintty, then my shell has "if tty == /dev/tty1; startsway; end"
<AmandaC> then sway auto-locks on start
<gchristensen> whoa
<hazel[m]> dm or no dm?
<gchristensen> I hope it exec's swap AmandaC :P
<hazel[m]> s'how I do it
<AmandaC> gchristensen: yup
<gchristensen> good, a bit spooky
<hazel[m]> tbh I like that idea AmandaC
<hazel[m]> also ignore /opt/texlive that's a remnant of an old install ol
<hazel[m]> * also ignore /opt/texlive that's a remnant of an old install lol
<AmandaC> I didn'teven realise mintty had an auto-login option until I stumbled u[on that. :P
PyroLagus has quit [Ping timeout: 260 seconds]
nate48423 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @teto closed pull request #44538 → cc-wrapper: dont inconditionnally include glibc → https://git.io/fN1ep
gustavderdrache has joined #nixos
nate48423 has joined #nixos
__monty__ has quit [Quit: leaving]
cyraxjoe has quit [Quit: I'm out!]
<{^_^}> [nixpkgs] @symphorien opened pull request #91975 → Misc static cross fixes → https://git.io/JJUYM
cyraxjoe has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #91810 → frama-c: 21.0 (Scandium) → 21.1 (Scandium) → https://git.io/JJfiv
<{^_^}> [nixpkgs] @bjornfor pushed commit from @vbgl to master « frama-c: 21.0 (Scandium) → 21.1 (Scandium) »: https://git.io/JJUYS
PyroLagus has joined #nixos
cjpbirkbeck has quit [Quit: cjpbirkbeck]
cosimone has quit [Quit: Quit.]
cyraxjoe has quit [Quit: I'm out!]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/9a3e34ae601 (from 83 minutes ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
cyraxjoe has joined #nixos
nikita` has quit [Quit: leaving]
absoluutely has quit [Ping timeout: 246 seconds]
sangoma has joined #nixos
endformationage has joined #nixos
knupfer has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 265 seconds]
orivej has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6e560f80fc3 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
cyraxjoe has quit [Quit: I'm out!]
nate48423 has quit [Ping timeout: 258 seconds]
cyraxjoe has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #91921 → PerconaToolkit: use shortenPerlShebang → https://git.io/JJUOS
<{^_^}> [nixpkgs] @veprbl pushed commit from @framp to master « PerconaToolkit: use shortenPerlShebang (#91921) »: https://git.io/JJUO9
erasmas has quit [Quit: leaving]
nate48423 has joined #nixos
cyraxjoe has quit [Client Quit]
<gchristensen> I have a server which receives an SSH connection Very Often (about 10 times every 5 minutes) and it starts a new session-xxxxxx.slice every time. `journalctl -f -u <tab>` then blocks my terminal for Some Time and then eventually says "Display all 14770 possibilities?". is there a way to, like, prune these, or compact them, or just not auto-complete them, or..?
fendor has quit [Quit: Leaving]
cyraxjoe has joined #nixos
cyraxjoe has quit [Client Quit]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
cyraxjoe has joined #nixos
CodeKiwi is now known as DigitalKiwi
simba2 has quit [Ping timeout: 244 seconds]
dfsanf has joined #nixos
arjen-jonathan has quit [Ping timeout: 240 seconds]
shibboleth has quit [Quit: shibboleth]
pr06lefs has quit [Ping timeout: 260 seconds]
NeoCron has quit [Ping timeout: 258 seconds]
abrar has quit [Quit: WeeChat 2.7.1]
nwm_ has quit [Ping timeout: 260 seconds]
ptol3my[m] has joined #nixos
dermetfan has quit [Ping timeout: 260 seconds]
<hazel[m]> i did it i set up pgp
<hazel[m]> and i only pulled out a bit of my hair
<tpw_rules> this doesn't work on my lubuntu 20.04 nix install: nix-shell -p 'python38.withPackages(ps: with ps; [ zstandard ])'
<hazel[m]> what's the error?
<tpw_rules> it says there's a collision because both zstandard and the zstd module it imports include the zstd cpython bindings
<tpw_rules> collision between `/nix/store/j5w6bhaba6p6in8qz763gkz259424r53-python3.8-zstd-1.4.5.1/lib/python3.8/site-packages/zstd.cpython-38-x86_64-linux-gnu.so' and `/nix/store/6jm2lbix0paw38ydvnpjlrqlgyf463n4-python3.8-zstandard-0.13.0/lib/python3.8/site-packages/zstd.cpython-38-x86_64-linux-gnu.so'
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 246 seconds]
mbrgm_ is now known as mbrgm
<AmandaC> around that message should bea hint for how to fix it, I think?
<AmandaC> Something about setting priorities
<AmandaC> oh wait, that's for nix-env not nix-shell, might be different
zanc has quit [Ping timeout: 265 seconds]
dingenskirchen has quit [Remote host closed the connection]
zanc has joined #nixos
mbick[m] has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
thc202 has quit [Ping timeout: 244 seconds]
justanotheruser has quit [Ping timeout: 265 seconds]
o1lo01ol1o has quit [Ping timeout: 264 seconds]
nate48423 has quit [Ping timeout: 240 seconds]
nate48423 has joined #nixos
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 260 seconds]
_d0t has quit [Ping timeout: 240 seconds]
sangoma has quit [Ping timeout: 264 seconds]
justanotheruser has joined #nixos
philr_ has joined #nixos
sigmundv has quit [Ping timeout: 246 seconds]
nate48423 has quit [Ping timeout: 240 seconds]
teto has quit [Quit: WeeChat 2.8]
<{^_^}> [nixpkgs] @marsam merged pull request #91924 → heroku: 7.41.1 -> 7.42.2 → https://git.io/JJJX5
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JJUZh
nate48423 has joined #nixos
<tpw_rules> there wasn't
<tpw_rules> iirc
<tpw_rules> fwiw it doesn't work either when trying to make a python38.withPackages derivation. but that command was the quickest to demonstrate it
<hazel[m]> AmandaC: mind sharing your sway/swaylock autostart nix?
<AmandaC> hazel[m]: most of the sway-specific stuff's in here: https://gitlab.darkdna.net/amanda/nix/-/blob/master/modules/linux/desktop/sway.nix
cyraxjoe has quit [Quit: I'm out!]
<hazel[m]> slightly higher level abstraction for it
cyraxjoe has joined #nixos
<AmandaC> interesting, I might yoink that tomorrow when I'm more spoonful
cyraxjoe has quit [Client Quit]