worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || 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-inf
justanotheruser has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
vikanezrimaya has joined #nixos
justanotheruser has joined #nixos
sjlnk has quit [Remote host closed the connection]
sjlnk has joined #nixos
lsix has quit [Quit: WeeChat 3.0.1]
mcornick has joined #nixos
<matthewcroughan_> viric: I actually succeeded. I just added -D BUILD_FLAT_MESH:BOOL=ON to the cmake args and got it working just fine.
<matthewcroughan_> I'm wondering whether this should be on by default, because my friend who's using the appimage seems to expect it
<matthewcroughan_> they actually release it with that in their appimage
<matthewcroughan_> supersandro2000: you are correct, I read the commit and forgot it would not be squashed
<matthewcroughan_> all I did was `git log --oneline | grep cryptpad` and expected to see **one commit** that added both the service *and* the top level line. This sent me on a diversion.
<matthewcroughan_> because PRs are not native to git, I keep forgetting this because I"m a noob.
<cwprobablydead[m> Where can I find the current system configuration.nix?
<cwprobablydead[m> I can't find any .nix files in `/nix/var/nix/profiles/system`
<vancoding[m]> In /etc/nixos/
<cwprobablydead[m> That isn't updated when for example switching profiles
<cwprobablydead[m> or deploying via nixops
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116551 → nuclei: 2.2.0 -> 2.3.1 → https://github.com/NixOS/nixpkgs/pull/116551
emmanuel_erc has joined #nixos
kaliumxyz has quit [Remote host closed the connection]
<vancoding[m]> Ah, you mean when you have system.copySystemConfiguration enabled?
kaliumxyz has joined #nixos
kaliumxyz has quit [Client Quit]
<cwprobablydead[m> Or say I already edited that and need to recall the current config
kaliumxyz has joined #nixos
<cwprobablydead[m> <vancoding[m] "Ah, you mean when you have syste"> No, I've never used that
<cwprobablydead[m> let's say I delete my /etc/nixos/configuration.nix how can I pull a copy of whatever's live right now?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116687 → bshapr: 0.10 -> 0.12 → https://github.com/NixOS/nixpkgs/pull/116687
proofofkeags has quit [Ping timeout: 276 seconds]
<vancoding[m]> You can't, I think.
<cwprobablydead[m> So when the system boots to old configs it doesn't save a copy of hte nix expression that built that config?
<vancoding[m]> Most people manage their configuration with git for that reason
<cwprobablydead[m> * So when the system boots to old configs it doesn't save a copy of hte nix expression that built said config?
vikanezrimaya has quit [Quit: Connection closed]
vikanezrimaya has joined #nixos
<cwprobablydead[m> I know how/when/why to use git. I'm just surprised that in a distro designed to build literally everything from nix expressions that the base nix expression isn't saved somewhere
<cwprobablydead[m> * I know how/when/why to use git. I'm just surprised that in a distro designed to build literally everything from nix expressions that the base nix expression from which everything else is built isn't saved somewhere
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<cwprobablydead[m> <vancoding[m] "Ah, you mean when you have syste"> I guess thats what this is for
<cole-h> Not necessarily
<{^_^}> [nixpkgs] @cdepillabout merged pull request #115768 → cudnnPackages: Remove statically linked .a files. → https://github.com/NixOS/nixpkgs/pull/115768
<cole-h> It only symlinks the value of the `NIXOS_CONFIG` env var (or `<nixos-config>` from NIX_PATH)
<cole-h> If you have `imports`, it won't copy those
mcint has quit [Ping timeout: 240 seconds]
<matthewcroughan_> cole-h: I need to fix up a package to link its name to lowercase. What phase should I use?
<cwprobablydead[m> so there's no copies of the original expression saved?
<cole-h> The copy of the config is where you're deploying from.
<matthewcroughan_> I've tried installPhase and fixupPhase, but they both incur a complete recompilation of the package, the package in question is FreeCAD.
<matthewcroughan_> freecad is installed to /usr/bin/FreeCAD, I want to fix that like so: fixupPhase = '' ln -s $out/bin/FreeCAD $out/bin/freecad '';
<matthewcroughan_> 30 minutes of recompilation later..
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116688 → bsequencer: 1.8.6 -> 1.8.8 → https://github.com/NixOS/nixpkgs/pull/116688
<{^_^}> [nixpkgs] @puffnfresh opened pull request #116689 → eventstore: add x86_64-darwin to supported platforms → https://github.com/NixOS/nixpkgs/pull/116689
<{^_^}> [nixpkgs] @CohenCyril opened pull request #116690 → coqPackages: etc → https://github.com/NixOS/nixpkgs/pull/116690
djwf has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 265 seconds]
mbrgm_ is now known as mbrgm
cole-h has quit [Ping timeout: 244 seconds]
<djwf> Greetings: I am using nix 2.3.10 on Devuan (debian derivative) and am trying to install profanity from the nixpkgs-unstable channel, but am getting an error that I don't understand how to troubleshoot: "installing 'profanity-0.10.0'
<djwf> nix-env: src/libexpr/attr-set.hh:54: void nix::Bindings::push_back(const nix::Attr&): Assertion `size_ < capacity_' failed.
<djwf> Aborted"
<djwf> Any suggestions would be helpful
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116686 → Qcad update and fix → https://github.com/NixOS/nixpkgs/pull/116686
<djwf> Note - I've got about 44G left on the drive, so I don't think that is it.
vikanezrimaya has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @aanderse merged pull request #109711 → bookstack: init at 0.31.7, nixos/bookstack: init → https://github.com/NixOS/nixpkgs/pull/109711
gustavderdrache has quit [Quit: Leaving.]
<djwf> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116590 → v2ray: 4.35.1 -> 4.36.2 → https://github.com/NixOS/nixpkgs/pull/116590
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116621 → wire-desktop: linux 3.22.2937 -> 3.23.2938, mac 3.21.3959 -> 3.23.4046 → https://github.com/NixOS/nixpkgs/pull/116621
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116606 → surge: 1.7.1 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/116606
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #101510 → libressl_3_2: init at 3.2.5, libressl_3_1: 3.1.4 -> 3.1.5 → https://github.com/NixOS/nixpkgs/pull/101510
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116664 → pythonPackages.pillow: disable failing test on python2 → https://github.com/NixOS/nixpkgs/pull/116664
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116692 → bslizr: 1.2.10 -> 1.2.12 → https://github.com/NixOS/nixpkgs/pull/116692
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116657 → [staging] pythonPackages.python-dateutil: modernize expression → https://github.com/NixOS/nixpkgs/pull/116657
<infinisil> Huh that's odd, that looks like an error you might get when running on a somewhat unsupported platform
<infinisil> Is this on a 32bit system or something else special?
<infinisil> djwf: ^
<djwf> I don't believe so: Linux fooh 5.10.0-4-amd64 #1 SMP Debian 5.10.19-1 (2021-03-02) x86_64 GNU/Linux
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116693 → ocamlPackages.ocaml-freestanding: init at 0.6.4 → https://github.com/NixOS/nixpkgs/pull/116693
dsrt^ has quit []
<djwf> also, weirdly, generating a shell with the package works (using nix-shell -p profanity)
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116662 → Fix typos in xa and dxa → https://github.com/NixOS/nixpkgs/pull/116662
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116669 → pythonPackages.lxml: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116669
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116676 → procps-ng: cleanup, format, remove ? null from inputs → https://github.com/NixOS/nixpkgs/pull/116676
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116523 → pythonPackages.yapf: 0.30.0 -> 0.31.0 → https://github.com/NixOS/nixpkgs/pull/116523
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116283 → New tools → https://github.com/NixOS/nixpkgs/pull/116283
mcint has joined #nixos
gustavderdrache has joined #nixos
<djwf> well, if anyone has suggestions, I'll check back later - note that I can install other packages, just not this one
rajivr has joined #nixos
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #116669 → pythonPackages.lxml: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116669
<{^_^}> [nixpkgs] @SuperSandro2000 reopened pull request #116676 → procps-ng: cleanup, format, remove ? null from inputs → https://github.com/NixOS/nixpkgs/pull/116676
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @marsam merged pull request #116628 → lab: 0.20.0 -> 0.21.0 → https://github.com/NixOS/nixpkgs/pull/116628
<{^_^}> [nixpkgs] @marsam merged pull request #116656 → tfsec: 0.39.6 -> 0.39.8 → https://github.com/NixOS/nixpkgs/pull/116656
vs^ has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
proofofkeags has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #116694 → nodejs-15_x: 15.11.0 -> 15.12.0 → https://github.com/NixOS/nixpkgs/pull/116694
<rmcgibbo[m]> If anyone is proficient with cmake-foo, https://github.com/NixOS/nixpkgs/pull/116617 could use your skillz.
<{^_^}> #116617 (by dotlambda, 12 hours ago, open): pdfslicer: unvendor dependencies
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116695 → drm_info: 2.2.0 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/116695
<davidak[m]> i contacted the github support about the broken code search and they fixed it https://github.com/NixOS/nixpkgs/search?q=gcc
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
dbmikus has quit [Ping timeout: 246 seconds]
ris has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116460 → Chromium BSU game → https://github.com/NixOS/nixpkgs/pull/116460
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
dbmikus has joined #nixos
proofofkeags has quit [Ping timeout: 264 seconds]
SomeoneS1 has quit [Ping timeout: 264 seconds]
dbmikus has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jm4Yb
emmanuel_erc has quit [Read error: Connection reset by peer]
<matthewcroughan_> davidak[m]: Lol, was that just on the nixpkgs repos?
<matthewcroughan_> I had noticed that.
emmanuel_erc has joined #nixos
Wizek has quit [Quit: Connection closed for inactivity]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<abathur> davidak[m]: wooo; I also had an open ticket on this
<davidak[m]> matthewcroughan_ maybe. or very big repos
<djwf> disregard previous: I found an issue where others are having the same issue (https://github.com/NixOS/nixpkgs/issues/112465#issuecomment-783167098)
djwf has quit [Quit: Connection closed]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
slack1256 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #116696 → licenses.odbl: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/116696
<slack1256> Is there a way to use haskell-stack without any nix integration?
<slack1256> I got an old project fixed at 13.16 and ghc864 (which is not available). I prefer to sidestep any integrating and do the bare thing.
Shiranai has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
sss2 has quit [Quit: Leaving]
emmanuel_erc has quit [Read error: Connection reset by peer]
gustavderdrache has quit [Quit: Leaving.]
emmanuel_erc has joined #nixos
justanotheruser has quit [Quit: WeeChat 2.9]
mkaito has quit [Quit: WeeChat 3.1]
gustavderdrache has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
mcornick has quit [Quit: brb]
dev_mohe1 has joined #nixos
mcornick has joined #nixos
berberman has joined #nixos
dev_mohe has quit [Ping timeout: 244 seconds]
dev_mohe1 is now known as dev_mohe
h0m1 has quit [Ping timeout: 264 seconds]
h0m1 has joined #nixos
mcornick has quit [Quit: bbl]
Shiranai has quit [Quit: Connection closed]
sigmundv_ has quit [Ping timeout: 256 seconds]
jonringer has quit [Quit: Leaving]
griff_ has quit [Ping timeout: 276 seconds]
griff_ has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
griff_ has quit [Ping timeout: 246 seconds]
ericsagn1 has quit [Ping timeout: 265 seconds]
griff_ has joined #nixos
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/12d9950bf47 (from 8 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
ericsagnes has joined #nixos
rng4 has quit [Ping timeout: 240 seconds]
m0rphism has quit [Ping timeout: 246 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
leex has joined #nixos
<leex> On my fresh nixos install pulseaudio does not start on boot anymore, I checked /etc/pulse/client.conf and it contains autospawn=no which I think is the reason that it doesn't automatically start anymore, what's the easiest way to get it to start on boot?
gustavderdrache has joined #nixos
gustavderdrache has quit [Client Quit]
crenfrow has quit [Ping timeout: 256 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
atkh has quit [Quit: The Lounge - https://thelounge.chat]
emmanuel_erc has joined #nixos
justanotheruser has joined #nixos
<justanotheruser> does this page load any options for you guys? https://search.nixos.org/options#openvpn
<justanotheruser> oh I need to actually search it, that form of link is outdated, nvm
leex has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #116694 → nodejs-15_x: 15.11.0 -> 15.12.0 → https://github.com/NixOS/nixpkgs/pull/116694
justanotheruser has quit [Ping timeout: 244 seconds]
vs^ has quit []
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
Shiranai has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #116698 → cascadia-code: 2102.03 -> 2102.25 → https://github.com/NixOS/nixpkgs/pull/116698
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #116699 → xorg.xkbcomp: 1.4.4 -> 1.4.5 → https://github.com/NixOS/nixpkgs/pull/116699
Guest76 has joined #nixos
teto has quit [Ping timeout: 264 seconds]
<Miyu-saki> Hm, is vcunat here in IRC?
<Guest76> hey guys, sometimes input on address bar on firefox lags for 1-2 seconds before starts typing
emmanuel_erc has quit [Read error: Connection reset by peer]
<Guest76> installed with home manager
emmanuel_erc has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
stephank1 has joined #nixos
stephank has quit [Ping timeout: 245 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
stephank1 is now known as stephank
<matthewcroughan_> grahamc[m]: https://github.com/NixOS/nixpkgs/issues/6784
<slack1256> I thought that was normal, but my pc is from 2010 :-/
<{^_^}> #6784 (by lethalman, 6 years ago, closed): Problem attempting to mkMultiInstance
emmanuel_erc has joined #nixos
<matthewcroughan_> >Closing the issue after almost 2 years of no discussion. FWIW, I've implemented duplicate services by using nixos containers. This has worked fairly nicely for me.
<matthewcroughan_> Have you got any of your examples with nixos-containers? :D
<Guest76> Hey guys, can anyone help please? I am trying to install vscodium + extensions with home manager, but getting "got value instead of list", I guess home manaager expects list, copied this from the wiki don't know how to translate it to home manager https://0bin.net/paste/+zOfS-4E#CQaHfW57ElnS9JMu4VgbiK16K2GCvL9vUomsWyDVamn
<Guest76> 1201 peole and irc seems dead :/
<{^_^}> [nixpkgs] @bobrik opened pull request #116700 → rustc: update llvm on darwin to current → https://github.com/NixOS/nixpkgs/pull/116700
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
riksteri has quit [Read error: Connection reset by peer]
riksteri has joined #nixos
andreas31 has quit [Ping timeout: 268 seconds]
Baughn has quit [Ping timeout: 260 seconds]
Baughn has joined #nixos
andreas31 has joined #nixos
ManiacOfMadness has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @vbgl opened pull request #116701 → flow: 0.145.0 → 0.146.0 → https://github.com/NixOS/nixpkgs/pull/116701
kfiz- has quit [Quit: ZNC 1.8.1 - https://znc.in]
kfiz has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
Supersonic112 has joined #nixos
emmanuel_erc has quit [Ping timeout: 264 seconds]
Supersonic has quit [Ping timeout: 260 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @vbgl merged pull request #116681 → ocamlPackages.tcpip: 6.0.0 -> 6.1.0 → https://github.com/NixOS/nixpkgs/pull/116681
domogled has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @vbgl merged pull request #116682 → ocamlPackages.encore: 0.7 -> 0.8 → https://github.com/NixOS/nixpkgs/pull/116682
leo60228- has quit [Ping timeout: 264 seconds]
<colemickens> I wonder how hard it wil lbe to find a derivation for a 2.6 kernel
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116702 → fluxctl: 1.21.2 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/116702
Guest76 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @marsam merged pull request #110156 → deno: 1.6.3 -> 1.8.0 -> 1.8.1 → https://github.com/NixOS/nixpkgs/pull/110156
leo60228 has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.lru: use Dune 2 »: https://git.io/Jm0Ov
Shiranai has quit [Quit: Connection closed]
simba1 has joined #nixos
sss2 has joined #nixos
Guest65 has joined #nixos
jb55 has quit [Remote host closed the connection]
<Guest65> anyone got fix for this https://github.com/NixOS/nixpkgs/issues/94502
<{^_^}> #94502 (by vorot93, 32 weeks ago, open): Firefox stutters when not set as default browser
jb55 has joined #nixos
Guest65 has quit [Quit: Connection closed]
endformationage has quit [Quit: WeeChat 2.9]
<colemickens> every time I need to open a 7zip I remember we pulled it from nixpkgs and I can't remember what tool cna be used instead
<{^_^}> [nixpkgs] @iAmMrinal0 opened pull request #116703 → google-cloud-sdk: 328.0.0 -> 332.0.0 → https://github.com/NixOS/nixpkgs/pull/116703
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116704 → htslib: 1.11 -> 1.12 → https://github.com/NixOS/nixpkgs/pull/116704
<thoughtpolice> q3k[m]: hi, sorry, no i haven't tried packaging bdw yet. honestly a lot of the tcl stuff wrt bluespec is a bit of a mess still. happy to give ideas though
domogled has quit [Remote host closed the connection]
<thoughtpolice> i think one issue i ran into is that the tcl stuff in nix isn't really integrated fully, and incrtcl is basically the only library that wants infrastructure like a setup hook to populate search paths, etc. there's not much documentation on this stuff and it's unfortunately essential to having everything working properly, and i think multiple distros vary a bit in how they lay things out of course.
marusich has joined #nixos
monotux has quit [Remote host closed the connection]
mla has quit [Ping timeout: 265 seconds]
CodeKiwi has joined #nixos
nixy5 has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #116672 → openblas: aarch64-darwin target support → https://github.com/NixOS/nixpkgs/pull/116672
DigitalKiwi has quit [Ping timeout: 260 seconds]
heath has quit [Ping timeout: 260 seconds]
rail_ has joined #nixos
rail has quit [Ping timeout: 260 seconds]
nixy has quit [Ping timeout: 260 seconds]
rattboi has quit [Ping timeout: 260 seconds]
nixy5 is now known as nixy
heath has joined #nixos
rattboi has joined #nixos
Guest40 has joined #nixos
<Guest40> both firefox and firefox-bin cause temporary freeze (installed with home-manager), this is so frustrating
<Guest40> also segfaults when trying to create new profile
sangoma has joined #nixos
cole-h has joined #nixos
twix2x2 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
twix2x2 has left #nixos [#nixos]
atkh has joined #nixos
atkh has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @cole-h opened pull request #116705 → fish: 3.2.0 -> 3.2.1 → https://github.com/NixOS/nixpkgs/pull/116705
zhaofeng has quit [Ping timeout: 260 seconds]
zhaofeng has joined #nixos
kaivai has quit [Ping timeout: 245 seconds]
respawn_ has joined #nixos
kaivai has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116706 → gnome-online-accounts: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/116706
dsrt^ has joined #nixos
legendofmiracles has joined #nixos
atkh has joined #nixos
atkh has quit [Remote host closed the connection]
atkh has joined #nixos
atkh has quit [Remote host closed the connection]
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
turlando has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
griff_ has quit [Quit: griff_]
xO1 has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #116644 → nixos/update-users-groups: read access to /etc/shadow for group shadow → https://github.com/NixOS/nixpkgs/pull/116644
orivej has joined #nixos
fendor has joined #nixos
faffolter has joined #nixos
respawn_ has quit [Quit: Leaving]
Jackneill has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed commit from @bobrik to staging-next « pythonPackages.lxml: fix build on darwin »: https://git.io/JmEyh
<{^_^}> [nixpkgs] @vcunat merged pull request #116669 → pythonPackages.lxml: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116669
Guest40 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @vbgl opened pull request #116707 → ocamlPackages.npy: unstable-2019-04-02 → 0.0.9 → https://github.com/NixOS/nixpkgs/pull/116707
<{^_^}> [nixpkgs] @fabaff merged pull request #116659 → tickrs: 0.14.2 -> 0.14.3 → https://github.com/NixOS/nixpkgs/pull/116659
<{^_^}> [nixpkgs] @fabaff merged pull request #116655 → teler: 1.1.0 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/116655
zupo has joined #nixos
slack1256 has quit [Remote host closed the connection]
zupo has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116708 → haproxy: 2.3.6 -> 2.3.7 → https://github.com/NixOS/nixpkgs/pull/116708
CMCDragonkai1 has quit [Remote host closed the connection]
delan has quit [Ping timeout: 245 seconds]
jybs- has quit [Quit: ZNC 1.7.5 - https://znc.in]
delan has joined #nixos
spudly has quit [Remote host closed the connection]
jybs has joined #nixos
joehh1_ has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @lheckemann merged pull request #116231 → xva-img: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/116231
joehh1_ has joined #nixos
amfl has quit [Ping timeout: 245 seconds]
amfl has joined #nixos
spudly has joined #nixos
spudly has joined #nixos
spudly has quit [Changing host]
afics has joined #nixos
Lord_of_Life has joined #nixos
philr_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116709 → harfbuzz: 2.7.4 -> 2.8.0 → https://github.com/NixOS/nixpkgs/pull/116709
philr_ has joined #nixos
<{^_^}> [nixpkgs] @mbrgm opened pull request #116710 → pygments: 2.7.4 -> 2.8.1 → https://github.com/NixOS/nixpkgs/pull/116710
respawn_ has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116711 → gnomeExtensions.appindicator: 34 -> 35 → https://github.com/NixOS/nixpkgs/pull/116711
cole-h has quit [Ping timeout: 245 seconds]
civodul has joined #nixos
z0k has joined #nixos
saschagrunert has joined #nixos
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #nixos
teto has joined #nixos
respawn_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @fabaff merged pull request #114388 → python3Packages.pylitterbot: init at 2021.2.5 → https://github.com/NixOS/nixpkgs/pull/114388
avaq has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116712 → python3Packages.pymazda: 0.0.9 -> 0.0.10 → https://github.com/NixOS/nixpkgs/pull/116712
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116713 → k6: 0.31.0 -> 0.31.1 → https://github.com/NixOS/nixpkgs/pull/116713
<{^_^}> [nixpkgs] @fabaff opened pull request #116714 → python3Packages.pyinsteon: 1.0.9 -> 1.0.10 → https://github.com/NixOS/nixpkgs/pull/116714
<{^_^}> [nixpkgs] @fabaff merged pull request #116285 → jrnl: 2.7 -> 2.7.1 → https://github.com/NixOS/nixpkgs/pull/116285
lsix has joined #nixos
bb_ has joined #nixos
<bb_> Hi
<bb_> is "vi" missing from the packages?
oxalica has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116715 → ibus-engines.bamboo: 0.6.9 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/116715
Chiliparrot has joined #nixos
jumper149 has joined #nixos
Chiliparrot has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « optparse-applicative: drop obsolete patches »: https://git.io/Jmuoy
<{^_^}> [nixpkgs] @petabyteboy opened pull request #116717 → jdk: 15.0.1-ga -> 16+36 → https://github.com/NixOS/nixpkgs/pull/116717
<{^_^}> [nixpkgs] @zowoq opened pull request #116718 → youtube-dl: 2021.03.03 -> 2021.03.14 → https://github.com/NixOS/nixpkgs/pull/116718
<{^_^}> [nixpkgs] @zowoq merged pull request #116063 → go: fix bootstrapping on 32-bit ARM → https://github.com/NixOS/nixpkgs/pull/116063
nilsirl[m] has quit [Quit: Idle for 30+ days]
sj57721908611[m] has quit [Quit: Idle for 30+ days]
freeman42x[m] has quit [Quit: Idle for 30+ days]
jrhawley[m] has quit [Quit: Idle for 30+ days]
evhan[m] has quit [Quit: Idle for 30+ days]
mojra[m] has quit [Quit: Idle for 30+ days]
griff_ has joined #nixos
atopuzov[m] has quit [Quit: Idle for 30+ days]
grahamc[m] has quit [Quit: Idle for 30+ days]
randalthorwot[m] has quit [Quit: Idle for 30+ days]
thedodger[m] has quit [Quit: Idle for 30+ days]
mullein[m] has quit [Quit: Idle for 30+ days]
BrightOne[m] has quit [Quit: Idle for 30+ days]
gurkan[m] has quit [Quit: Idle for 30+ days]
tyrion-mx has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @stigtsp merged pull request #115672 → perlPackages.FileMap: add perlPreHook for $LD override → https://github.com/NixOS/nixpkgs/pull/115672
<{^_^}> [nixpkgs] @zowoq opened pull request #116719 → kapp: install completion → https://github.com/NixOS/nixpkgs/pull/116719
Boomerang has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116720 → python3Packages.pymitv: 1.4.3 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/116720
m0rphism has joined #nixos
bb_ has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/JmuXH
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116721 → ibus-engines.table: 1.12.4 -> 1.12.5 → https://github.com/NixOS/nixpkgs/pull/116721
oxalica has quit [Remote host closed the connection]
oxalica has joined #nixos
devhell has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage2nix: update list of broken builds to fix evaluation errors on Hydra »: https://git.io/JmuD1
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jmuyi
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116722 → insomnia: 2021.1.0 -> 2021.1.1 → https://github.com/NixOS/nixpkgs/pull/116722
hyper_ch has quit [Read error: Connection reset by peer]
oxalica has quit [Remote host closed the connection]
<aforemny> ,vi
<aforemny> ,locate bin vi
<{^_^}> Found in packages: vim, busybox, vimHugeX
<aforemny> Aw, bb_ left..
<{^_^}> [nixpkgs] @zowoq merged pull request #116718 → youtube-dl: 2021.03.03 -> 2021.03.14 → https://github.com/NixOS/nixpkgs/pull/116718
davidv7 has quit [Remote host closed the connection]
jackgerrits has quit [Quit: Connection closed]
dsrt^ has quit []
<{^_^}> [nixpkgs] @zowoq pushed to release-20.09 « youtube-dl: 2021.03.03 -> 2021.03.14 »: https://git.io/JmuHz
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116723 → jenkins-job-builder: 3.8.0 -> 3.9.0 → https://github.com/NixOS/nixpkgs/pull/116723
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #116724 → qt5.qtwebengine: 5.15.2 -> 5.15.3 → https://github.com/NixOS/nixpkgs/pull/116724
davidv7 has joined #nixos
hyper_ch has joined #nixos
oxalica has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116725 → python3Packages.pylast: 4.1.0 -> 4.2.0 → https://github.com/NixOS/nixpkgs/pull/116725
oxalica1 has joined #nixos
oxalica has quit [Ping timeout: 245 seconds]
oxalica1 is now known as oxalica
MidAutumnHotaru1 has quit [Quit: Quit 啾]
Chiliparrot has joined #nixos
MidAutumnHotaru1 has joined #nixos
avaq has quit [Ping timeout: 256 seconds]
delan has quit [Read error: Connection reset by peer]
delan has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #116712 → python3Packages.pymazda: 0.0.9 -> 0.0.10 → https://github.com/NixOS/nixpkgs/pull/116712
SomeoneS1 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @pacien opened pull request #116726 → Perlmagick enable hdri → https://github.com/NixOS/nixpkgs/pull/116726
chris has joined #nixos
chris is now known as Guest93377
<Guest93377> I'm new to nix and trying to build a python env. I've got one package that isn't in Nixpkgs -- https://pypi.org/project/wandb/#description. I'm defining it using buildPythonPackage and losing my mind. If I choose format = 'wheel', I get no module found for pip. If I choose format = 'setuptools' I get no module found for setuptools.
avaq has joined #nixos
fuiltilt has quit [Quit: WeeChat 2.9]
sigmundv_ has joined #nixos
<Guest93377> I've got a gist with my shell.nix here: https://gist.github.com/cigrainger/a80dcb6094c39dd9d1d506a13a3a564e
<Guest93377> Could someone help me out please? It's honestly driving me crazy. I feel like it's so close and I don't understand where I'm going wrong.
<{^_^}> [nixpkgs] @peti pushed 6 commits to haskell-updates: https://git.io/Jmuph
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JmuhO
<{^_^}> [nixpkgs] @oxzi opened pull request #116727 → pythonPackages.ajsonrpc: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116727
ross`_ is now known as ross`
sangoma has quit [Quit: WeeChat 3.1]
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
mauro^ has joined #nixos
<{^_^}> [nixpkgs] @ehmry opened pull request #116728 → python3Packages.mplfinance: init at 0.12.7a7 → https://github.com/NixOS/nixpkgs/pull/116728
JrgKtemeier[m] has joined #nixos
<{^_^}> [nixpkgs] @oxzi opened pull request #116729 → spdx-license-list-data: 3.11 -> 3.12 → https://github.com/NixOS/nixpkgs/pull/116729
sangoma has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 4 commits to haskell-updates: https://git.io/Jmzfx
Dr8128 has joined #nixos
oxalica has quit [Quit: oxalica]
thc202 has joined #nixos
mbrgm has joined #nixos
kaletaa_ has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #116613 → emplace: 1.2.2 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/116613
kaletaa has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/Jmzkh
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JmzIc
zupo has joined #nixos
<aforemny> Guest93377: I am not very familiar with python, but removing the python27 package from propagatedBuildInputs resolves the error of setup tools not being found (possibly you also do not need setuptools in propagatedBuildInputs). I would try packaging subprocess32 for python3
<aforemny> Guest93377: Or is subprocess32 a built-in module with python3? Could it be then that wandb requires to be packaged with python39, since it complains about the version bonud not being satisfied with python38. You might also try patching wandb to relax the version bound on subprocess32
griff_ has quit [Quit: griff_]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/8463b9959d8 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Dr8128 has quit [Quit: Leaving.]
Dr8128 has joined #nixos
Guest93377 has quit [Quit: Ping timeout (120 seconds)]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116730 → ocaml-ng.ocamlPackages_4_12: use ppxlib 0.22.0 → https://github.com/NixOS/nixpkgs/pull/116730
avaq_ has joined #nixos
avaq has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @oxzi opened pull request #116731 → pythonPackages.bleak: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/116731
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116732 → ocamlPackages.labltk: add version 8.06.10 for OCaml 4.12 → https://github.com/NixOS/nixpkgs/pull/116732
<avn> aforemny: if I remember right, subprocess32 was a backport of 3.x module to python 2.7, and probably already in 3.9
joey has joined #nixos
joey has left #nixos [#nixos]
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
mbrgm has joined #nixos
Synthetica has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #116733 → rakudo: 2020.12 -> 2021.02.1 → https://github.com/NixOS/nixpkgs/pull/116733
sss2 has quit [Quit: Leaving]
bakerboy has quit [Remote host closed the connection]
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
respawn_ has joined #nixos
mbrgm has joined #nixos
bahamas has joined #nixos
bakerboy has joined #nixos
jumper149 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @tfc opened pull request #116734 → firmwareLinuxNonfree: 2021-02-08 -> 2021-03-15 → https://github.com/NixOS/nixpkgs/pull/116734
mikeplus64 has quit [Ping timeout: 265 seconds]
Dr8128 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @primeos opened pull request #116736 → lldb: Switch from llvmPackages_latest to llvmPackages → https://github.com/NixOS/nixpkgs/pull/116736
<{^_^}> [nixpkgs] @stigtsp opened pull request #116737 → perl-devel: 5.33.6 -> 5.33.7, perl-cross: 1.3.5 -> fdb64a1 → https://github.com/NixOS/nixpkgs/pull/116737
mauro^ has quit []
<adisbladis> Also you should never ever under any circumstance mix packages from different python sets
<{^_^}> [nixos-homepage] @garbas pushed to master « Different files are now updated then before »: https://git.io/Jmz1S
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
mikeplus64 has joined #nixos
bakerboy has quit [Ping timeout: 245 seconds]
jumper149 has joined #nixos
avaq_ has quit [Remote host closed the connection]
stree has quit [Quit: Caught exception]
avaq_ has joined #nixos
stree has joined #nixos
fl0_id has left #nixos ["Textual IRC Client: www.textualapp.com"]
bitmapper has joined #nixos
jumper149 has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @Ma27 opened pull request #116738 → wiki-js: init at 2.5.191 → https://github.com/NixOS/nixpkgs/pull/116738
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #116702 → fluxctl: 1.21.2 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/116702
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #116612 → elixir: 1.11.3 -> 1.11.4 → https://github.com/NixOS/nixpkgs/pull/116612
<{^_^}> [nixpkgs] @dotlambda opened pull request #116739 → python3Packages.ytmusicapi: init at 0.14.3 → https://github.com/NixOS/nixpkgs/pull/116739
mayhew has joined #nixos
dsrt^ has joined #nixos
avaq_ has quit [Ping timeout: 260 seconds]
respawn_ has quit [Quit: Leaving]
lsix has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @petabyteboy opened pull request #116740 → gitlab: 13.8.5 -> 13.8.6 → https://github.com/NixOS/nixpkgs/pull/116740
dramforever has joined #nixos
bahamas has quit [Ping timeout: 260 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumBeta: 90.0.4430.19 -> 90.0.4430.30 »: https://git.io/JmgTi
<{^_^}> [nixpkgs] @primeos pushed to master « inxi: 3.3.02-1 -> 3.3.03-1 »: https://git.io/Jmgkx
sangoma has quit [Quit: WeeChat 3.1]
Dr8128 has joined #nixos
<{^_^}> [nixpkgs] @dotlambda merged pull request #116726 → perlPackages.PerlMagick: enable hdri → https://github.com/NixOS/nixpkgs/pull/116726
sangoma has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #116706 → gnome-online-accounts: 3.38.0 -> 3.38.1 → https://github.com/NixOS/nixpkgs/pull/116706
bahamas has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #116732 → ocamlPackages.labltk: add version 8.06.10 for OCaml 4.12 → https://github.com/NixOS/nixpkgs/pull/116732
avaq_ has joined #nixos
vikanezrimaya has joined #nixos
codygman__ has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
<matthewcroughan_> does anyone know how I can configure vim without home-manager?
<vikanezrimaya> matthewcroughan_: see https://nixos.wiki/wiki/Vim, section "Custom setup without using Home Manager"
<matthewcroughan_> yeah I'm seeing that now actually
<matthewcroughan_> so messing with `vim_configurable.customize` is the way?
<vikanezrimaya> pretty sure home-manager does the same thing
<patagonicus> vikanezrimaya: home-manager writes a config file into the XDG config directory
<patagonicus> matthewcroughan_: If you're ok with one config for all users of the system, you can throw a configuration file into etc via environment.etc."vim/vimrc".text = '' your vim settings '';
<matthewcroughan_> vikanezrimaya: the syntax in that thing looks so busted
<patagonicus> Or …vimrc".source = ./vimrc; if you rather get it from a file next to your configuration.
<matthewcroughan_> vim_configurable.customize {
<matthewcroughan_> instead of vim_configurable.customize = {
<vikanezrimaya> It's because it's a function that produces a vim package
<matthewcroughan_> I can't quite get it to work :V
<matthewcroughan_> or ssh ro-5FYNqnhTtq78wEnUkcBrQMrvR@lon1.tmate.io
avaq_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed 257 commits to staging-next: https://git.io/JmgCh
<{^_^}> [nixpkgs] @marsam merged pull request #116701 → flow: 0.145.0 → 0.146.0 → https://github.com/NixOS/nixpkgs/pull/116701
vidbina has joined #nixos
dramforever has quit [Remote host closed the connection]
<vikanezrimaya> matthewcroughan_: `{ config, pkgs, lib, ...}: { environment.systemPackages = [ (vim_configurable.customize { <...> }) ]; }`
<vikanezrimaya> This should work
<vikanezrimaya> Also you can use a let-binding to bind your custom Vim to a variable and use the variable there
<matthewcroughan_> I wanted it to be a module.. hmm
<matthewcroughan_> do I really have to use environment.systemPackages = ?
<vikanezrimaya> Sadly, yeah
<vikanezrimaya> you can put that in a module
jumper149 has joined #nixos
<matthewcroughan_> vikanezrimaya: this is hairy :D
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116696 → licenses.odbl: init at 1.0 → https://github.com/NixOS/nixpkgs/pull/116696
<vikanezrimaya> matthewcroughan_: it should work after you remove other things that didn't work
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116698 → cascadia-code: 2102.03 -> 2102.25 → https://github.com/NixOS/nixpkgs/pull/116698
<vikanezrimaya> you also accidentally erased the closing `]`
<{^_^}> [nixpkgs] @heijligen opened pull request #116742 → obs-studio: add wayland to buildInputs → https://github.com/NixOS/nixpkgs/pull/116742
<matthewcroughan_> is that correct indentation vikanezrimaya?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116535 → Fix collection27: remove ? nulls;pythonPackages.backports_ssl_match_hostname: disable for python >= 3.7;some mark broken → https://github.com/NixOS/nixpkgs/pull/116535
<vikanezrimaya> matthewcroughan_: I think so. Also place the semicolon after the closing `]`
<vikanezrimaya> yep
<vikanezrimaya> should be good to go now
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116676 → procps-ng: cleanup, format, remove ? null from inputs → https://github.com/NixOS/nixpkgs/pull/116676
<matthewcroughan_> vikanezrimaya: looks like vim_configurable.customize has the wrong closing }
<vikanezrimaya> Nah, you just forgot a semicolon
<vikanezrimaya> Place a } before the closing )
<matthewcroughan_> that's really hairy syntax :D
<vikanezrimaya> you'll get used to it eventually
<vikanezrimaya> it actually makes a lot of sense to me since I have a lot of Nix experience, been even writing my own modules
<matthewcroughan_> this module in particular is a nightmare compared to home-manager
<matthewcroughan_> I just wanted to see what it's like outside of home-manager
<matthewcroughan_> because my friend says home-manager should be banned ;D
<matthewcroughan_> even if all home-manager does is call this function, it's definitely a lot nicer to use
<matthewcroughan_> hmm.. vim doesn't seem to be using the syntax
<vikanezrimaya> `:syntax nix` maybe?
<vikanezrimaya> I haven't used vim in some time so my vimrc knowledge is a bit rusty
<vikanezrimaya> `:set syntax=nix`
<matthewcroughan_> nope
Dr8128 has quit [Ping timeout: 256 seconds]
<matthewcroughan_> vikanezrimaya: :(
<matthewcroughan_> where is the vim_configurable option? How can I read it?
<matthewcroughan_> grrr
<matthewcroughan_> I hate this
meh` has joined #nixos
<etu> matthewcroughan_: vim_configurable isn't an option
<etu> matthewcroughan_: It's a package
<matthewcroughan_> I can't even find the source for vim_configurable.customize, if it's a package why can't I `nix edit vim_configurable.customize`?
<matthewcroughan_> if it's a package why can't I nix edit nixos.vim_configurable?
<matthewcroughan_> just to see the source
<matthewcroughan_> error: attribute 'nixos' in selection path 'nixos.vim_configurable.customize' not found
<vikanezrimaya> `nixpkgs/pkgs/applications/editors/vim/configurable.nix` is the file you want
<{^_^}> [nixpkgs] @primeos pushed to master « python3Packages.tatsu: 5.0.0 -> 5.5.0 »: https://git.io/Jmg2u
<vikanezrimaya> customize is a function on that package
<matthewcroughan_> `nix edit nixpkgs.vim_configurable`
supercoven has joined #nixos
<matthewcroughan_> that did it.. I've used nix outside of nixos context, it's weird how it discriminates between nixos. vs nixpkgs., despite only having nixos in nix-channel --list
<matthewcroughan_> actually, that doesn't even work outside of nixos
<matthewcroughan_> wait.. `nix edit nixpkgs.vim_configurable` just takes me to `pkgs/applications/editors/vim/common.nix`
<matthewcroughan_> wtf
<matthewcroughan_> So. If 'vimrcFile' at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/misc/vim-plugins/vim-utils.nix:186:15 called with unexpected argument 'customRc' DOESN'T WORK ANYMORE, what do I do to figure out what **is** the expected argument?
<matthewcroughan_> https://nixos.wiki/wiki/Vim
<matthewcroughan_> even the wiki suggests this is still valid
<matthewcroughan_> Oh, mic92's casing is just wrong in that comment, it's supposed to be customRC not customRc
<matthewcroughan_> Doesn't explain why vim-nix syntax isn't working on start though
<Mic92> I have not used my vim configuration stuff in a while
mkaito has joined #nixos
<matthewcroughan_> `vim.ftNix = false;
<matthewcroughan_> `
<matthewcroughan_> what is vim.ftNix? O.o
<vikanezrimaya> nixpkgs.config.vim.ftNix is an option that enables rudimentary Nix syntax support in Vim
<vikanezrimaya> It might conflict with vim-nix
<matthewcroughan_> what, just compiles it in?
ahmedelgabri has quit [Ping timeout: 260 seconds]
<matthewcroughan_> `The option `vim' defined in `/etc/nixos/modules/vim.nix' does not exist.`
<matthewcroughan_> I'm on unstable btw
<matthewcroughan_> oh dear what(): The option `pkgs' defined in `/etc/nixos/modules/vim.nix' does not exist.
lsix has joined #nixos
<matthewcroughan_> nixos-option vim.ftNix did that
<vikanezrimaya> you might need `nixpkgs.config.vim.ftNix = false`
<matthewcroughan_> how could I find this option?
<vikanezrimaya> the `nixpkgs.config` option family is relatively undocumented compared to NixOS modules
<matthewcroughan_> Doesn't seem to have it
<matthewcroughan_> Okay, so what's happening right now? It's compiling vim? Why?
<vikanezrimaya> because that rudimentary support was built right into the package, and it'll recompile vim to get rid of it
<matthewcroughan_> but it never worked with it set to true
<matthewcroughan_> vim syntax highlighting didn't work with ftNix = true
<matthewcroughan_> I have to set it to false in order to allow nix-vim to be loaded at all
<vikanezrimaya> I definitely remember them conflicting
mkaito has quit [Quit: WeeChat 3.1]
<matthewcroughan_> Ok, so when I look at nix files, that weird bash-like highlighting is actually ftNix = true doing its evil work?
orivej has joined #nixos
<matthewcroughan_> it's not just misinterpreting the nix file as a bash script?
<vikanezrimaya> it might be syntax=conf actually
<matthewcroughan_> so I'm having to recompile Vim just to get rid of the bad syntax highlighting that Nix has compiled into it?
vikanezrimaya has quit [Quit: vikanezrimaya]
mkaito has joined #nixos
<matthewcroughan_> Who made the decision to munt the Vim that ships with Nix by default?
<matthewcroughan_> like, why ruin it like that?
<gchristensen> "munt"? O.o
<matthewcroughan_> This is surely a bad decision? To make it so that only a bad syntax highlighter can be used to view nix files, without recompiling Vim?
<matthewcroughan_> gchristensen: aussie slang :D
<matthewcroughan_> Oh, god. That's racist.
<matthewcroughan_> Search "munted"
codygman` has joined #nixos
<matthewcroughan_> "munted" has a very different meaning LOL
<gchristensen> my brief search for the word says that is an ethnic slur, yeah, whew. would you like to give your question another try?
<matthewcroughan_> Munted "badly damaged; ruined."
<matthewcroughan_> I guess I can't use it like that. Alas ;D
avaq_ has joined #nixos
<tpw_rules> yeah i have heard Australians use it like that. but probably not a good word for a global audience
<matthewcroughan_> Is it or is it not the case that without vim.ftNix = false, I cannot use any other Nix syntax highlighter?
<leonardp> matthewcroughan_: you are very welcome to open an issue or a pull request to change the package
<matthewcroughan_> Sure, but I'm not actually sure I'm correct, so I need to verify this is the case first.
justanotheruser has quit [Ping timeout: 244 seconds]
<matthewcroughan_> I must set vim.ftNix = false; else I cannot use better syntax highlighters for the .nix format, is this correct? Does anyone know if that statement is true?
codygman__ has quit [Ping timeout: 260 seconds]
<matthewcroughan_> bah, it still doesn't seem to work :D
<matthewcroughan_> has anyone got a screenshot of how nix highlighting is supposed to look
<matthewcroughan_> Yeah I don't see anything in there that would cause this.
<matthewcroughan_> This is very hard :D
<{^_^}> [nixpkgs] @TredwellGit closed pull request #116734 → firmwareLinuxNonfree: 2021-02-08 -> 2021-03-15 → https://github.com/NixOS/nixpkgs/pull/116734
<matthewcroughan_> https://dpaste.org/0j0a
<matthewcroughan_> Anyone have any idea what I'm doing wrong here?
<supersandro2000> set mouse-=a => set mouse=a ?
<matthewcroughan_> supersandro2000: that just disabled visual mode
<matthewcroughan_> -=
<matthewcroughan_> The issue is that syntax highlighting for nix isn't working system wide.
<supersandro2000> 🤔 IDK. I am just loading vim-nix in Plug
<matthewcroughan_> If I manually :set syntax=nix it literally goes all white.
<supersandro2000> not helpful ik
<{^_^}> [nixpkgs] @jtojnar merged pull request #116242 → buildFishPlugin: do not pass irrelevant arguments down → https://github.com/NixOS/nixpkgs/pull/116242
<matthewcroughan_> supersandro2000: well, can you express it in a module? :D
<matthewcroughan_> I just want this to work, I want it declared
<matthewcroughan_> I don't want any imperative steps, have you got a vim.nix I can just load that will just enable highlighting?
<{^_^}> [nixpkgs] @jtojnar merged pull request #116347 → pango: 1.47.0 → 1.48.3 → https://github.com/NixOS/nixpkgs/pull/116347
<{^_^}> [nixpkgs] @jtojnar merged pull request #116435 → fwupd: 1.5.5 → 1.5.7 → https://github.com/NixOS/nixpkgs/pull/116435
<supersandro2000> matthewcroughan_: well, I have a vim.nix but there is just all the tools I need for the submodules Plug uses
<matthewcroughan_> sure, but I bet you can't make it enable vim-nix highlighting
<matthewcroughan_> I bet you it's more difficult than you expect, as I'm running into now
<supersandro2000> source $VIMRUNTIME/defaults.vim\ncall plug#begin('~/.vim/plugged')\nPlug 'LnL7/vim-nix'\ncall plug#end()
<matthewcroughan_> hmm? What's that?
<supersandro2000> a \n separated vim config that should load vim-nix
<matthewcroughan_> `-bash: syntax error near unexpected token `('`
<supersandro2000> well you need to have plug installed but thats no the nix way I suppose
<matthewcroughan_> supersandro2000: did you read any of this http://nicknovitski.com/vim-nix-syntax
<supersandro2000> but what I wanted to tell you is that I don't do any special and something is wrong with the nix part
<{^_^}> [nixpkgs] @flokli opened pull request #116743 → nixos/bird*: enable config files outside the store, propagate reload errors to systemd → https://github.com/NixOS/nixpkgs/pull/116743
<matthewcroughan_> I just don't get why what I've done isn't the same as what they have done
<supersandro2000> no 😂
<matthewcroughan_> the dpaste I shared, it's as far as I can tell doing what they're doing, but I'm ending up with a very different result, no highlighting at all.
<matthewcroughan_> and worse yet, the default highlighting is still inside of vim despite me setting `nixpkgs.config.vim.ftNix = false;`
ahmedelgabri has joined #nixos
<matthewcroughan_> and it bloody recompiled it, so what's going on with nixpkgs.config.vim.ftNix = false;?
<matthewcroughan_> Who is the madman that decided to screw with Vim in this way anyway? ;D
<matthewcroughan_> Theo nly context I see people setting this in is ~/.nixpkgs/config.nix
<{^_^}> [nixpkgs] @jtojnar merged pull request #116498 → goffice: 0.10.48 -> 0.10.49 → https://github.com/NixOS/nixpkgs/pull/116498
<{^_^}> [nixpkgs] @jtojnar merged pull request #116497 → freerdp: 2.3.1 -> 2.3.2 → https://github.com/NixOS/nixpkgs/pull/116497
<{^_^}> [nixpkgs] @jtojnar merged pull request #115611 → speechd: 0.10.1 -> 0.10.2 → https://github.com/NixOS/nixpkgs/pull/115611
<matthewcroughan_> here goes nothing
<matthewcroughan_> No, still does its weird defaults
<matthewcroughan_> if I manually `:set syntax=nix` it just goes all white
ahmedelgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116739 → python3Packages.ytmusicapi: init at 0.14.3 → https://github.com/NixOS/nixpkgs/pull/116739
dckc- has quit [Ping timeout: 265 seconds]
<matthewcroughan_> supersandro2000: Okay, so there's a symlink called `vim-with-plugins` that seems to work
<matthewcroughan_> what's that about?
<matthewcroughan_> /run/current-system/sw/bin/vim vs /run/current-system/sw/bin/vim-with-plugins
<yaymukund> is there a built-in way to get from "foo" to "/nix/store/abcd123-foo-0.4.5/"?
<matthewcroughan_> Oh.. That's what this does. I had no idea.
<matthewcroughan_> # `name` specifies the name of the executable and package
<matthewcroughan_> There's no way to just override the global one then?
stree has quit [Ping timeout: 276 seconds]
<matthewcroughan_> omg, just setting it to `vim` :D
<matthewcroughan_> Okay, so this works great, the placeholders are just poorly explained, don't have chevrons around them like the rest of the docs and I'm basically an idiot.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116744 → libfilezilla: 0.27.0 -> 0.27.1 → https://github.com/NixOS/nixpkgs/pull/116744
DanC has joined #nixos
<{^_^}> [nixpkgs] @weihua-lu opened pull request #116745 → logseq: init at 0.0.13 → https://github.com/NixOS/nixpkgs/pull/116745
<supersandro2000> yaymukund: nix-build -A foo
<{^_^}> [nixpkgs] @CohenCyril opened pull request #116746 → coqPackages.coq-elpi: 1.6.0 -> 1.6.1 → https://github.com/NixOS/nixpkgs/pull/116746
<yaymukund> it gives me an error: getting status of /home/mukund/default.nix: No such file or directory
<supersandro2000> nix-instantiate --eval -A hello.outPath
<matthewcroughan_> there ya go
<yaymukund> supersandro2000: that gives me the same error. I'm on nixos unstable, if that makes a difference
ahmedelgabri has joined #nixos
<supersandro2000> -A tells it that the cwd is nixpkgs
<supersandro2000> whats the flag to use the channel?
<supersandro2000> nix-instantiate --eval '<nixpkgs>' -A hello.outPath
<{^_^}> [nixpkgs] @markuskowa merged pull request #115839 → nixos/slurm: expose to path config files → https://github.com/NixOS/nixpkgs/pull/115839
<yaymukund> interestingly, nix-build '<nixpkgs>' --no-build-output -A sway gives me a different path to the one inside the swap wrapper command itself
<yaymukund> supersandro2000: that does give me the same path as the nix-build command in my prev message!
justanotheruser has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
stree has joined #nixos
<yaymukund> i wonder if it would be consistent for a simpler example, where there's less wrapping going on
<Reventlov> Hey
<Reventlov> I want to do a find ./ -name "*.py" -exec patchShebangs {} \; in a patchPhase
<Reventlov> it's a bit ugly, but my problem is that patchShebangs is not found, what am I doing wrong ?
<yaymukund> yes it seems consistent for a simpler example. thanks, supersandro2000 !
<Reventlov> (running patchShebangs not in the "find" works as expected)
<supersandro2000> Reventlov: patchShebangs is a function not a binary
<supersandro2000> IIRC you want to use for *.py; do .... ; done
<Reventlov> thanks
<Reventlov> for x in $(find . -executable); do
<Reventlov> ok_hand
FossGuy[m] is now known as FOSSGuy[m]
<{^_^}> [nixpkgs] @jakubgs opened pull request #116747 → gomobile: init at 20200622-33b80540 → https://github.com/NixOS/nixpkgs/pull/116747
zebrag has joined #nixos
bahamas has quit [Ping timeout: 265 seconds]
jumper149 has quit [Ping timeout: 276 seconds]
alexherbo2 has joined #nixos
aei has joined #nixos
<{^_^}> [nixpkgs] @oxalica opened pull request #116748 → fcitx5: bump packages to fix positioning issue on wayland → https://github.com/NixOS/nixpkgs/pull/116748
neiluj has joined #nixos
neiluj has quit [Changing host]
neiluj has joined #nixos
rj_ has joined #nixos
sangoma has quit [Quit: WeeChat 3.1]
orivej has quit [Ping timeout: 264 seconds]
dramforever has joined #nixos
<{^_^}> [nixpkgs] @vroad opened pull request #116749 → dockerTools.streamLayeredImage: add fakeRootCommands option → https://github.com/NixOS/nixpkgs/pull/116749
zupo has joined #nixos
<{^_^}> [nixpkgs] @freezeboy opened pull request #116750 → mattermost: 5.25.3 -> 5.32.1 → https://github.com/NixOS/nixpkgs/pull/116750
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 244 seconds]
gustavderdrache has joined #nixos
andreas31 has quit [Ping timeout: 268 seconds]
andreas31 has joined #nixos
zerok has joined #nixos
hiro98 has joined #nixos
z0k has quit [Ping timeout: 256 seconds]
jumper149 has joined #nixos
rj_ has quit [Quit: rj_]
rj_ has joined #nixos
jumper149 has quit [Ping timeout: 260 seconds]
civodul has quit [Remote host closed the connection]
civodul has joined #nixos
corpix_ has joined #nixos
microcolonel has quit [Ping timeout: 240 seconds]
corpix has quit [Ping timeout: 268 seconds]
microcolonel has joined #nixos
wiszki[m] has joined #nixos
kfiz has quit [Ping timeout: 264 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116731 → pythonPackages.bleak: 0.10.0 -> 0.11.0 → https://github.com/NixOS/nixpkgs/pull/116731
berberman has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @freezeboy opened pull request #116751 → trunk: init at 0.10.0 → https://github.com/NixOS/nixpkgs/pull/116751
Diogo9 has quit [Ping timeout: 265 seconds]
berberman has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116729 → spdx-license-list-data: 3.11 -> 3.12 → https://github.com/NixOS/nixpkgs/pull/116729
<JaakkoLuttinen[m> Can I somehow force `nix-build` to build the given package, not get it from the cache. (All the dependencies still should be fetched from the cache though.)
<Synthetica> nix-build --check?
<JaakkoLuttinen[m> Hmm.. Interesting, man page doesn't mention such flag
Shiranai has joined #nixos
<Synthetica> ... yet it exists
<Synthetica> Hmm, doc bug?
<JaakkoLuttinen[m> But yes, seems to work, thanks!
arianvp has quit [Quit: WeeChat 3.0]
arianvp has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116752 → awscli: 1.19.29 -> 1.19.30 → https://github.com/NixOS/nixpkgs/pull/116752
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116753 → python3Packages.sagemaker: 2.29.2 -> 2.30.0 → https://github.com/NixOS/nixpkgs/pull/116753
berber has quit [Quit: The Lounge - https://thelounge.chat]
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
Dr8128 has joined #nixos
berber has joined #nixos
pinpox has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus opened pull request #116754 → Kernels → https://github.com/NixOS/nixpkgs/pull/116754
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114857 → edit: 20160425 -> 20180228 and fix darwin build → https://github.com/NixOS/nixpkgs/pull/114857
neiluj has quit [Ping timeout: 260 seconds]
bahamas has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #893 → Test the fake derivations channel, asserting nested packages are properly represented. → https://github.com/NixOS/hydra/pull/893
<{^_^}> [nixpkgs] @dbirks opened pull request #116755 → lens: 3.6.7 -> 4.1.4 → https://github.com/NixOS/nixpkgs/pull/116755
<sterni> JaakkoLuttinen[m: --option substitute false
<sterni> JaakkoLuttinen[m: note that will not substitute anything so you'll rebuild stdenv if you don't have it in /nix/store
Qwerky has joined #nixos
<sterni> --check only works if you have already downloaded / built the package before because it is intended to rebuild the package to ensure it is deterministic
<adisbladis> aei: Re #115265 I'm taking a look
<{^_^}> https://github.com/NixOS/nixpkgs/pull/115265 (by ThomasMader, 1 week ago, open): Dlang update
johnw has joined #nixos
berber has quit [Quit: The Lounge - https://thelounge.chat]
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
berber has joined #nixos
pinpox has joined #nixos
davidv7_ has joined #nixos
davidv7 has quit [Ping timeout: 256 seconds]
saschagrunert has quit [Remote host closed the connection]
<adisbladis> Rebased, fixed some minor nits and pushed
<adisbladis> Merging once the borg has done it's thing
hiro98 has quit [Ping timeout: 265 seconds]
hiro98 has joined #nixos
davidv7_ has quit [Ping timeout: 245 seconds]
ahmedelgabri has joined #nixos
Diogo9 has joined #nixos
hyper_ch2 has joined #nixos
hiro98 has quit [Ping timeout: 256 seconds]
ahmedelgabri has quit [Ping timeout: 244 seconds]
cole-h has joined #nixos
davidv7_ has joined #nixos
erasmas has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116755 → lens: 3.6.7 -> 4.1.4 → https://github.com/NixOS/nixpkgs/pull/116755
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #112413 → mat2: Init at 0.12.0 → https://github.com/NixOS/nixpkgs/pull/112413
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116005 → mat2: init at 0.12.0 → https://github.com/NixOS/nixpkgs/pull/116005
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116239 → tea: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/116239
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116469 → rpm2targz: init at 2021.03.16 → https://github.com/NixOS/nixpkgs/pull/116469
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116545 → libseat: init at 0.5.0 → https://github.com/NixOS/nixpkgs/pull/116545
Qwerky has quit [Remote host closed the connection]
marijan[m] has quit [Quit: Idle for 30+ days]
jangondol[m] has quit [Quit: Idle for 30+ days]
DiegoVicente[m] has quit [Quit: Idle for 30+ days]
mla has joined #nixos
stree has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to staging: https://git.io/Jma8e
<{^_^}> [nixpkgs] @vcunat merged pull request #114192 → gnutls: 3.6.15 -> 3.7.0 → https://github.com/NixOS/nixpkgs/pull/114192
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jma4T
<{^_^}> [nixpkgs] @vcunat pushed to release-20.09 « Merge #116040: firefox-bin: 86.0 -> 86.0.1 »: https://git.io/Jma4i
<aei> adisbladis thanks supersandro2000 too
respawn_ has joined #nixos
stree has joined #nixos
dramforever has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116579 → liblapack: disable failing tests on darwin → https://github.com/NixOS/nixpkgs/pull/116579
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116756 → ocamlPackages_4_{11,12}: merlin: 3.4.2 -> 4.1; dot-merlin-reader: 3.4.2 -> 4.1 → https://github.com/NixOS/nixpkgs/pull/116756
awaxa has joined #nixos
<{^_^}> [nixpkgs] @veprbl reopened pull request #116579 → liblapack: disable failing tests on darwin → https://github.com/NixOS/nixpkgs/pull/116579
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #116757 → libbfd: Patch CVE-2020-35448 → https://github.com/NixOS/nixpkgs/pull/116757
<{^_^}> [nixpkgs] @adisbladis merged pull request #115265 → Dlang update → https://github.com/NixOS/nixpkgs/pull/115265
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #116753 → python3Packages.sagemaker: 2.29.2 -> 2.30.0 → https://github.com/NixOS/nixpkgs/pull/116753
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/Jmarj
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #116752 → awscli: 1.19.29 -> 1.19.30 → https://github.com/NixOS/nixpkgs/pull/116752
<{^_^}> [nixpkgs] @NeQuissimus pushed 11 commits to master: https://git.io/Jmaom
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #116754 → Kernels 2021-03-18 → https://github.com/NixOS/nixpkgs/pull/116754
NinjaTrappeur has quit [Quit: WeeChat 3.0.1]
Qwerky has joined #nixos
NinjaTrappeur has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 9 commits to release-20.09: https://git.io/JmaKi
<{^_^}> [nixos-homepage] @garbas pushed to master « Commit shuffled commercial support html. »: https://git.io/Jma6y
<{^_^}> [nixpkgs] @fzakaria opened pull request #116758 → jruby: build it from source → https://github.com/NixOS/nixpkgs/pull/116758
Qwerky has quit [Remote host closed the connection]
Boomerang has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @06kellyjac opened pull request #116759 → waypoint: 0.2.3 -> 0.2.4 → https://github.com/NixOS/nixpkgs/pull/116759
nschoe has joined #nixos
fuzzypixelz has joined #nixos
Boomerang has joined #nixos
philr_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #116760 → abduco: 2018-05-16 -> 2020-04-30 → https://github.com/NixOS/nixpkgs/pull/116760
<nschoe> Hey everyone, I'm cross-compiling some Haskell software for the RPi, and I'm doing it with an override: `pkgs.pkgsCross.aarch64-multiplatform.haskell.packages.ghc865.override`. But when I happen to garbage collect, it takes hours to recompile everything. Maybe ghc865 is too old and not in cache anymore. Can I see a list of the ghc that are in binary cache (for arch64)?
Chiliparrot has quit [Ping timeout: 244 seconds]
amk has quit [Ping timeout: 276 seconds]
afreak has quit [Quit: leaving]
amk has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #116705 → fish: 3.2.0 -> 3.2.1 → https://github.com/NixOS/nixpkgs/pull/116705
<{^_^}> [nixpkgs] @Ma27 merged pull request #116680 → cargo-fuzz: 0.8.0 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/116680
<fuzzypixelz> https://github.com/divnix/devos refuses to build because "no wheel user nor the root user has set a password ..." Usually I don't get these warnings from my regular nix flake config and I just set all my passwords right after the build. Anyone familiar with devos? I even tried adding a `root` file with a password under secrets/ and imported it into user/root/default.nix but ... alas! It can't be that simple can it?
<fuzzypixelz> s/warnings/errors
noudle has joined #nixos
Guest40 has joined #nixos
<Guest40> anyone has this issue/fixed it https://github.com/NixOS/nixpkgs/issues/106018
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
omneh has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Ma27 merged pull request #116658 → thc-hydra: 9.1 -> 9.2 → https://github.com/NixOS/nixpkgs/pull/116658
Boomerang has quit [Ping timeout: 265 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<fuzzypixelz> the exact errror is: "- Neither the root account nor any wheel user has a password or SSH authorized key.
<fuzzypixelz> You must set one to prevent being locked out of your system."
<Guest40> set one?
Dr8128 has quit [Ping timeout: 265 seconds]
lor|d has quit [Ping timeout: 260 seconds]
devhell has quit [Quit: leaving]
lor|d has joined #nixos
waleee-cl has joined #nixos
<fuzzypixelz> Guest40: I don't know what that means exactly! even adding a blatant line such as users.users.root.password = "my-very-strong-password"; didn't work
Qwerky has joined #nixos
<Guest40> fuzzypixelz is this after installation?
<Guest40> I think you supposed to set password after installation with passwd command
<Guest40> or it asks for root password I think
<Guest40> during installation
<Guest40> if you can do "sudo su"
<Guest40> the do "passwd:
<Guest40> "passwd"
Chiliparrot has joined #nixos
<Guest40> type password for root account
<fuzzypixelz> Guest40: I actually already have a working nixos system with my own flake config. My flake doesn't complain and still builds just fine. It's just devos that's throwing that error
<Guest40> oh in that case I don't know, Im nixos noob
<Guest40> let me ask you my problem, do you use firefox on nixos?
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @etu opened pull request #116762 → sunwait: init at 20201026 → https://github.com/NixOS/nixpkgs/pull/116762
<{^_^}> [nixpkgs] @Ericson2314 pushed 5 commits to master: https://git.io/Jmajm
medvid_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #116666 → cudatensor: Init at 1.2.2 → https://github.com/NixOS/nixpkgs/pull/116666
<fuzzypixelz> Guest40: I do
<simpson> Guest40: Go to `about:support` and double-check that your GPU's actually being used. A lack of WebGL shouldn't matter, as long as your compositing is accelerated.
<fuzzypixelz> but I don't experience random freezing either
<Guest40> oh
<Guest40> simpson WebGL 1 Driver Renderernouveau -- NV96
<Guest40> WebGL 1 Driver Version3.3 (Compatibility Profile) Mesa 20.1.10
<Guest40> WebGL 2 Driver RendererWebGL creation failed:
<Guest40> * WebGL 2 requires support for the following features:
<Guest40> transform_feedback2
medvid_ has joined #nixos
<Guest40> Driver Vendormesa/nouveau
<Guest40> Driver Version20.1.10.0
<{^_^}> [nixpkgs] @fabaff pushed 2 commits to master: https://git.io/JmVeY
<{^_^}> [nixpkgs] @fabaff merged pull request #115684 → xlockmore: 5.65 -> 5.66 → https://github.com/NixOS/nixpkgs/pull/115684
userrrr_--1 has joined #nixos
<{^_^}> [nixpkgs] @fabaff pushed 2 commits to master: https://git.io/JmVey
<{^_^}> [nixpkgs] @fabaff merged pull request #115559 → rshell: 0.0.28 -> 0.0.30 → https://github.com/NixOS/nixpkgs/pull/115559
<Guest40> simpson anything missing?
bahamas has quit [Ping timeout: 256 seconds]
<simpson> Guest40: Compositing?
<Guest40> Features
<Guest40> CompositingWebRender
redmp has joined #nixos
<Guest40> HW_COMPOSITING
<Guest40> available by default
<simpson> Then it's not a GPU problem. `about:performance` might have hints.
<Guest40> not really, it just shows open tabs and memory/power usage
<{^_^}> [nixpkgs] @fabaff pushed 2 commits to master: https://git.io/JmVJK
<Guest40> nothing spiked to 100%
<{^_^}> [nixpkgs] @fabaff merged pull request #115541 → rspamd: 2.6 -> 2.7 → https://github.com/NixOS/nixpkgs/pull/115541
<redmp> what's the correct way to instruct nixops to use a custom nixpkgs? the only thing I've found so far says to set NIX_PATH in shell.nix, but that doesn't seem to work when nixpkgs has overlays applied
arianvp has quit [Quit: WeeChat 2.9]
<Guest40> andi[m] any suggestions?
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116763 → magnetophonDSP.MBdistortion: fix build → https://github.com/NixOS/nixpkgs/pull/116763
vidbina has quit [Ping timeout: 264 seconds]
arianvp has joined #nixos
<{^_^}> [nixpkgs] @fabaff closed pull request #113789 → python37Packages.casbin: 0.16.2 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/113789
Qwerky has quit [Read error: Connection timed out]
hiro98 has joined #nixos
<{^_^}> [nixpkgs] @fabaff closed pull request #113759 → python37Packages.howdoi: 2.0.10 -> 2.0.12 → https://github.com/NixOS/nixpkgs/pull/113759
Qwerky has joined #nixos
bahamas has joined #nixos
afreak has joined #nixos
Guest40 has quit [Ping timeout: 244 seconds]
userrrr_--1 has quit [Quit: Leaving]
Shiranai has quit [Quit: Connection closed]
meh` has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @superherointj opened pull request #116765 → tfk8s: 0.1.0 -> 0.1.2 → https://github.com/NixOS/nixpkgs/pull/116765
avaq_ has quit [Ping timeout: 260 seconds]
endformationage has joined #nixos
noudle has quit []
Qwerky has quit [Read error: Connection timed out]
ahmedelgabri has joined #nixos
bb_ has joined #nixos
ottidmes has joined #nixos
<bb_> did something change with pkg-config?
<bb_> I have nix-shell taht used to work and now it does not
<bb_> also I dont see any PKG_CONFIG_PATH variable
Qwerky has joined #nixos
<cole-h> Note how the direnv export happened *after* you ran a command
<cole-h> If you try again it should work.
<redmp> when i do `import <nixpkgs> {}`.path or `import <nixpkgs> { overlays = [ /* some nontrivial overlay */ ]; }`.path i get hte same path.. how can i obtain a path for nixpkgs+overlays?
<bb_> hmm
respawn_ has quit [Quit: Leaving]
ahmedelgabri has quit [Ping timeout: 244 seconds]
Qwerky has quit [Remote host closed the connection]
<sterni> redmp: can't get a path for something that isn't a path but a value
<sterni> redmp: what do you need the path for?
<bb_> cole-h, thanks for the heads up. Tried it again with nix-shell .project_env/shell.nix
<bb_> and failed
Qwerky has joined #nixos
<redmp> sterni: i wat to set it as `NIX_PATH="nixpath=..."` for use with nixops
<redmp> * `NIX_PATH="nixpkgs=..."`
<redmp> to deploy to a remote host
<sterni> you can have a nixpkgs-overlays=…
<sterni> in NIX_PATH
rajivr has quit [Quit: Connection closed for inactivity]
missionformilk has joined #nixos
zebrag has quit [Ping timeout: 256 seconds]
leotaku has quit [Ping timeout: 256 seconds]
<bb_> also I dont have PKG_CONFIG_PATH
<bb_> only $PKG_CONFIG_FOR_TARGET $PKG_CONFIG_PATH_FOR_TARGET
leotaku has joined #nixos
bahamas has quit [Ping timeout: 246 seconds]
marsh has quit [Quit: No Ping reply in 180 seconds.]
marsh has joined #nixos
<redmp> sterni: the overlay is a property on a nix-flake
<bb_> I have pkg-config in my shell.nix
<bb_> yesterday it worked, now it does not
<bb_> I dont understand
<redmp> sterni: i'll try making a file that imports the nix-flake and accesses the property i guess
Qwerky has quit [Read error: Connection timed out]
<sterni> redmp: or use nixpkgs.overlays which is less stateful
domogled has joined #nixos
hyiltiz has quit [Quit: No Ping reply in 210 seconds.]
<redmp> sterni: isn't that the same as doing `import <nixpkgs> { overlays = [ ... ]; }` as i posted above?
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
<bb_> when you have pkg-config in your nix-shell, do you have a PKG_CONFIG_PATH variable?
Dr8128 has joined #nixos
<sterni> redmp: you can set it in the configuration of whatever you are deploying
`slikts has quit [Quit: No Ping reply in 180 seconds.]
<sterni> redmp: and should influence the package in the deployment then
`slikts has joined #nixos
`slikts has quit [Changing host]
`slikts has joined #nixos
<redmp> ah, i see.. in that case each machine configuration would import the flake and set its own nixpkgs.overlays option? are there any efficiency concerns of having those separate imports?
supercoven_ has joined #nixos
mbrgm has joined #nixos
zakame has quit [Ping timeout: 264 seconds]
AlpineLlama has joined #nixos
stree has quit [Ping timeout: 244 seconds]
<bb_> I also remove the direnv and execute shell.nix directly
<sterni> redmp: well it will have to be evaluated either way and flakes promise evaluation caching at least, so I'd guess there wouldn't really be a difference
supercoven has quit [Ping timeout: 245 seconds]
alexherbo2 has quit [Ping timeout: 260 seconds]
zakame has joined #nixos
<{^_^}> [nixpkgs] @jluttine opened pull request #116768 → Update liblinphone and dependencies → https://github.com/NixOS/nixpkgs/pull/116768
<{^_^}> [nixpkgs] @jluttine closed pull request #109924 → bzrtp: 4.4.9 -> 4.4.24 → https://github.com/NixOS/nixpkgs/pull/109924
<{^_^}> [nixpkgs] @jluttine closed pull request #116316 → mediastreamer: 4.4.32 -> 4.4.33 → https://github.com/NixOS/nixpkgs/pull/116316
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116769 → nspr: 4.29 -> 4.30 → https://github.com/NixOS/nixpkgs/pull/116769
<{^_^}> [nixpkgs] @jluttine closed pull request #115565 → soci: 4.0.0 -> 4.0.1 → https://github.com/NixOS/nixpkgs/pull/115565
<{^_^}> [nixpkgs] @fabaff closed pull request #113529 → python37Packages.vyper: 0.2.8 -> 0.2.10 → https://github.com/NixOS/nixpkgs/pull/113529
<{^_^}> [nixpkgs] @jluttine closed pull request #109882 → belr: 4.3.2 -> 4.4.24 → https://github.com/NixOS/nixpkgs/pull/109882
<{^_^}> [nixpkgs] @jtojnar pushed 121 commits to staging-next: https://git.io/JmVEL
<bb_> what the hell now it working
<bb_> I moved pkg-config to nativeBuildInputs
<bb_> instead of buildInputs
<bb_> and now it works....
<bb_> and yesterday it worked from buildInputs
tarruda3 has quit [Ping timeout: 276 seconds]
mallox has joined #nixos
<bb_> can someone please explain?
<{^_^}> [nixpkgs] @fabaff merged pull request #112993 → python37Packages.ftfy: 5.8 -> 5.9 → https://github.com/NixOS/nixpkgs/pull/112993
<redmp> sterni: the nixpkgs-overlays approach didn't work.. it copied my overlays.nix to the store, but since that file contained import ../. to access my flake, it resolved to /nix/default.nix lol..
extrowerk has left #nixos [#nixos]
<redmp> i'll try the nixpkgs.overlays approach next
<{^_^}> [nixpkgs] @fabaff merged pull request #112739 → python37Packages.phonenumbers: 8.12.13 -> 8.12.18 → https://github.com/NixOS/nixpkgs/pull/112739
ris has joined #nixos
puffnfresh has quit [Ping timeout: 256 seconds]
mallox has quit [Client Quit]
<{^_^}> [nixpkgs] @fabaff merged pull request #112736 → python37Packages.mergedeep: 1.3.1 -> 1.3.4 → https://github.com/NixOS/nixpkgs/pull/112736
puffnfresh has joined #nixos
sangoma has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #116727 → pythonPackages.ajsonrpc: init at 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116727
alexherbo2 has joined #nixos
<redmp> sterni: seems to be working; thank you
<redmp> sterni++
<{^_^}> sterni's karma got increased to 7
<sterni> nice!
<redmp> it produced a deploy plan at least, showing that it's going to download/build all the stuff from the pinned nixpkgs w/o building the dependencies of the flake
<redmp> and it didn't give an attr error for the package added by the flake's overlay
bb_ has quit [Quit: Leaving]
bahamas has joined #nixos
missionformilk has quit [Ping timeout: 240 seconds]
ahmedelgabri has joined #nixos
<ploupiboulba[m]> with awscli2, `$ aws ` prints `cannot import name 'get_event_loop' from 'prompt_toolkit.eventloop' (/nix/store/6cd1kpn48f19677jzj8jh12xiksyi9vz-python3.7-prompt_toolkit-3.0.4/lib/python3.7/site-packages/prompt_toolkit/eventloop/__init__.py)` . Kinda weird since the wrapped executable references prompt_toolkit 2.10 (and the package derivation adds a python overlay to specify propmpt_toolkit 2.10 :s
worldeva has joined #nixos
missionformilk has joined #nixos
everythingTaken has joined #nixos
seku has joined #nixos
Ox4A6F has quit [Quit: authenticating]
Ox4A6F has joined #nixos
hyiltiz has joined #nixos
hyiltiz has quit [Changing host]
hyiltiz has joined #nixos
grimvar has joined #nixos
`slikts has quit [Quit: No Ping reply in 180 seconds.]
`slikts has joined #nixos
`slikts has quit [Changing host]
`slikts has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116703 → google-cloud-sdk: 328.0.0 -> 332.0.0 → https://github.com/NixOS/nixpkgs/pull/116703
<{^_^}> [nixpkgs] @Profpatsch merged pull request #114694 → trivial-builders: rework runCommand' into runCommandWith && expose → https://github.com/NixOS/nixpkgs/pull/114694
<redmp> huh, i tried it with `nix.nixPath` in the config and it wants to rebuild all the flake dependencies
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116714 → python3Packages.pyinsteon: 1.0.9 -> 1.0.10 → https://github.com/NixOS/nixpkgs/pull/116714
<redmp> sterni: this is the module i'm importing in all of my nixops machine specs: https://termbin.com/dzlu2
<redmp> does anything about that seem off? it seems like the machines aren't based off the correct nixpkgs
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116770 → ocamlPackages.findlib: 1.8.1 -> 1.9.1 → https://github.com/NixOS/nixpkgs/pull/116770
<redmp> (because they want to rebuild all the flake dependencies)
<{^_^}> [nixpkgs] @Ericson2314 pushed 7 commits to release-20.09: https://git.io/JmVK0
nschoe has quit [Ping timeout: 265 seconds]
berberman_ has joined #nixos
<sterni> redmp: afaik nix.nixPath has no sway over the configuration *itself* it only sets $NIX_PATH for users on that machine
<sterni> redmp: you need to pass the right pkgs from the flake to your call nixops invocation somehow
berberman has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #nixos
lsix has quit [Ping timeout: 265 seconds]
<everythingTaken> sterni: do you happen to know anything about this https://github.com/NixOS/nixpkgs/issues/106018
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
<redmp> sterni: ok, thank you.. i'll use the shell.nix approach as a workaround until i find something better..
<{^_^}> [nixpkgs] @jdelStrother closed pull request #101861 → Generate autocompletion database for awscli2 → https://github.com/NixOS/nixpkgs/pull/101861
<Synthetica> Gimp fails to start with "GEGL operation missing! GIMP requires the GEGL operation "gegl:introspect". This operation cannot be found. Check your GEGL install and ensure it has been compiled with any dependencies required for GIMP.", any ideas?
<sterni> everythingTaken: no idea, use firefox myself on wayland and never had this issue
<{^_^}> [nixpkgs] @ajs124 opened pull request #116771 → nss: 3.62 -> 3.63 → https://github.com/NixOS/nixpkgs/pull/116771
<everythingTaken> sterni: sway? or DE on wayland?
lemsip has quit [Quit: I become anti-present]
ris has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @benley opened pull request #116772 → google-cloud-sdk: Fix bash completion for gcloud, gsutil → https://github.com/NixOS/nixpkgs/pull/116772
<redmp> sterni: it's evidently a topic which hasn't gained consensus https://github.com/NixOS/nixops/issues/452
<{^_^}> nixops#452 (by expipiplus1, 4 years ago, open): Documentation is not clear on how to fix nixpkgs version
bahamas has quit [Quit: leaving]
ris has joined #nixos
Athas has joined #nixos
<Athas> I am disappointed to discover that /bin/sh is bash on NixOS. I found a way to change this to be a plain POSIX shell instead, but also advice against doing so, as apparently much of NixOS assumes /bin/sh is bash. Is this true, or has anyone here successfully used e.g. dash as /bin/sh?
<ajs124> Athas: which kind of problems are you seeing? I seem to remember somebody using something else there.
<sterni> everythingTaken: sway yep
<sterni> redmp: well flakes are experimental after all and nixops doesn't even have a stable release that supports them
<Athas> ajs124: I haven't tried it yet. I would prefer /bin/sh to be dash, but it's not so important to me that I'm willing to risk random breakage in core OS systems.
<everythingTaken> thanks
<Athas> So basically I'm asking if anyone already took a trip into the minefield.
emilsp has joined #nixos
everythingTaken has quit [Quit: everythingTaken]
<redmp> sterni: not flakes, i meant just pinning nixpkgs in nixops deployment
<redmp> sterni: it several sources recommend setting NIX_PATH in the shell environment where you do nixops commands
<redmp> sterni: a few other sources suggest using -I to specify the nixpkgs path
<redmp> sterni: both options seem somewhat substandard.. the first works, but it's a bit of action at a distance.. what if something overwrites my shellenv before i call nixops?
<redmp> sterni: not expecting you to have a solution; just explaining what i've understood in case i'm wrong :)
<ajs124> Athas: Ah, ok. I assumed you did, since you said "apparently much of NixOS assumes /bin/sh is bash"
<simpson> Athas: The build shell is always going to be bash, but I don't know what specifically breaks if /bin/sh links to dash instead. Feel free to try it and see, and report bugs.
Guest40 has joined #nixos
hiro98 has quit [Remote host closed the connection]
<{^_^}> #74627 (by 06kellyjac, 1 year ago, open): `/bin/sh` & `/run/current-system/sw/bin/sh` is symlinked to a shell with bash-isms
<ajs124> The comment in the option (environment.binsh) that warns about using it is also from 2013 and since the option isn't visible, so it's probably not used much.
<Guest40> andi- andi[m] which one is firefox maintainer?
<ajs124> neither
<andi-> neither
<sterni> Athas: I think there is hope since it is not always bash, but sometimes busybox sh in nixpkgs bootstrapping
<sterni> Athas: and most nixpkgs shellscript should have patched shebangs
<Guest40> andi- oh I thought it was andir which was tagged as maintainer? https://github.com/NixOS/nixpkgs/issues/106018
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
<Athas> simpson: I will try! I don't mind the derivation build shell being bash, but I just got bitten by accidentally using bashisms in a random shell script, and I would rather blame the operating system than myself, as is tradition.
<simpson> Athas: I know that feeling. I've become more reliant on bash the past few years, but not for any essential reasons. It just kind of piles up.
ml| has quit [Ping timeout: 260 seconds]
<Guest40> andi- any idea how to debug this issue?
<{^_^}> [nixpkgs] @FRidh merged pull request #116579 → liblapack: disable failing tests on darwin → https://github.com/NixOS/nixpkgs/pull/116579
vidbina has joined #nixos
Lord_of_Life_ has joined #nixos
<andi-> Guest40: install qutebrowser ;-)
redmp_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 256 seconds]
chris has joined #nixos
chris is now known as Guest2529
<Guest40> andi- seriously though, you are listed as maintainer in packages.nixos.org for firefox (andir) or it's not you?
<Guest40> why this is happening man :/
Lord_of_Life_ is now known as Lord_of_Life
<Guest40> please halp
<Guest2529> Thank you @aforemny! I packaged subprocess32 for python3 and it works!
<{^_^}> [nixpkgs] @r-burns opened pull request #116773 → [staging-next] darwin/make-bootstrap-tools: avoid brotli dependency → https://github.com/NixOS/nixpkgs/pull/116773
<fuzzypixelz[m]> hello again. I'm trying to use https://github.com/colemickens/nixpkgs-wayland in my nixos flake, it looks like this: https://github.com/divnix/devos. If you bear with me (: ... I added nixpkgs-wayland to the overlays declared in extern/default.nix. Problem: this didn't overwrite the input of nixpkgs-wayland and tried to build it against my nixpkgs, which is release-20.09 ...
redmp has quit [Ping timeout: 265 seconds]
<fuzzypixelz[m]> this is basically me being unfamiliar with how devos works ... yay
<cole-h> Guest40: Nixpkgs changes rapidly, so some info may be out of date; the 2 current maintainers of pkgs.firefox are Eelco and lovesegfault
jess has quit [Quit: update innit]
szicari has joined #nixos
ml| has joined #nixos
j has joined #nixos
<fuzzypixelz[m]> colemickens: maybe you're here ? :P
<simpson> Guest40: Did we establish whether you're using Xorg or Wayland? Does anything else (e.g. PDF viewer, terminal emulator) have this behavior as well?
<Guest40> cole-h oh, thanks for the info
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
domogled has quit [Quit: domogled]
lsix has joined #nixos
<Guest40> simpson I am on Xorg, everything else works fine. If you read github issue one guy saying it happend on Plasma moving to Gnome fixed it, below it second guy saying issue was on Gnome moving to plasma fixed it. I am on Xorg + Xmonad, tried Xorg + dwm too
<lovesegfault> What's up cole-h ?
<Guest40> lovesegfault hi and please ^
j is now known as jess
<cole-h> lovesegfault: Guest40 is looking for help with https://github.com/NixOS/nixpkgs/issues/106018
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
<fuzzypixelz[m]> cole-h: you're actually here haha I wasn't paying attention to the chat. Any ideas about why the overlay packages build against release-20.09?
<cole-h> fuzzypixelz[m]: Wrong cole ;) colemickens and I are different people (that share the same awesome first name)!
<Guest40> I am dedicated to fixing this issue as I like NixOS very much so far :)
* lovesegfault reads the issue
<fuzzypixelz[m]> cole-h: TIL
<lovesegfault> Guest40: I cannot reproduce on Wayland with AMD gpu
<Guest40> lovesegfault I installed it yesterday, NixOS 20.9 stable + firefox 86 (Xorg) + tried firefox-bin 86 too
<fuzzypixelz[m]> cole-h: still if you're even marginaly familiar with how devos Extern works please give it a look
<lovesegfault> Guest40: Out of curiosity, have you tried `firefox-bin`?
<simpson> Guest40: In `about:preferences`, look for smooth scrolling. (Search "scroll".) Try toggling it. Things *will* behave differently, but possibly more comfortably.
<Guest40> lovesegfault yes, currently using it
Qwerky has joined #nixos
<lovesegfault> Interesting, what about the non-bin pkg, same issue?
<Guest40> simpson it's enabled by default
meh` has joined #nixos
<Guest40> lovesegfault yep, exactly as other people reported in github issue
<jeaye> How can I specify the run-time dependencies of a derivation?
<jeaye> Not the build-time dependencies.
<cole-h> fuzzypixelz[m]: Not at all, unfortunately :D devos, while cool, is extremely over-engineered for my needs :P Maybe it would help if you post what you've tried somewhere, to see if you've only made a simple mistake?
<Guest40> lovesegfault I checked irc logs, I think some guy reported this starting from 70 something version of firefox
<Guest40> 72 I think
<Guest40> what might be done differently, is it the wrapper? or how xorg server + drivers setup in nixos? I really want to solve this issue as I like nixos very much so far. Let me know which logs you want to look at etc
<Guest40> lovesegfault
<lovesegfault> Guest40: I don't know, I'm only the FF maintainer so someone reviews the submitted patches, as Eelco never does. I don't really have bandwidth to chase after this issue :/
<lovesegfault> My first step to debugging it would be to strace it
<lovesegfault> and see if when it freezes strace shows anything useful
<Guest40> lovesegfault understandable, how to 'strace' it
<Guest40> you mean launch from terminal?
<cole-h> ,locate bin strace
<lovesegfault> `strace -yy firefox`
<{^_^}> Found in packages: strace
<{^_^}> [nixpkgs] @Profpatsch opened pull request #116774 → fdtools: fix missing gcc -> $CC replacement → https://github.com/NixOS/nixpkgs/pull/116774
<lovesegfault> If that doesn't yield any useful info, then you might want to build it with debug symbols and reproduce the issue under `rr`
<lovesegfault> and chase after it in a debugger
<lovesegfault> to be clear, it's a lot of work
<lovesegfault> You should also check bugzilla and see if the issue is reported there
<Guest40> lovesegfault thanks, I will get back to you, one more thing trying to create new profile also segfaults for me, you seem to love segfaults so might be your are of interest :D
<lovesegfault> and if it isn't, report it
<Guest40> thanks cole-h
<lovesegfault> `coredumpctl debug` and submit the stacktrace in a new issue
<Guest40> lovesegfault I did strace -yy firefox and it launched firefox then strace command finished executing
<lovesegfault> You might need to make strace follow child processes
<lovesegfault> I don't recall the cli flag for that, it's in the manpage
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116537 → rust-analyzer: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116537
<lovesegfault> maybe it's `-x`, I'm not sure
<lovesegfault> Ah, it's `-f`
Lord_Devi has quit [Read error: Connection reset by peer]
Guest40 has quit [Ping timeout: 256 seconds]
oxalica has joined #nixos
<{^_^}> [nixpkgs] @veehaitch opened pull request #116775 → nixos/github-runner: init at v2.277.1 → https://github.com/NixOS/nixpkgs/pull/116775
jackgerrits has joined #nixos
<simpson> ...Hm, I hope that they tried *toggling* smooth scrolling; the typical pattern is that it's enabled by default, it lags the GPU every few moments with too many draw commands, and disabling it makes for an overall improved experience.
Guest40 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116719 → kapp: install completion → https://github.com/NixOS/nixpkgs/pull/116719
<Guest40> simpson disabling smooth scroll didn't help
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116720 → python3Packages.pymitv: 1.4.3 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/116720
danderso1 is now known as danderson
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
alexherbo21 has joined #nixos
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo21 is now known as alexherbo2
<{^_^}> [nixpkgs] @Profpatsch merged pull request #116774 → fdtools: fix missing gcc -> $CC replacement → https://github.com/NixOS/nixpkgs/pull/116774
szicari has quit [Ping timeout: 256 seconds]
<fuzzypixelz[m]> cole-h: took me a while, but here it is: https://github.com/fuzzypixelz/Escanor
<fuzzypixelz[m]> the relevant issue has to do with the `nixpkgs-wayland` overlay under extern/default.nix
szicari has joined #nixos
<fuzzypixelz[m]> the overlay is building against `release-20.09` for some reason
<cole-h> and what are you expecting / desiring to happen?
dev_mohe has quit [Quit: dev_mohe]
rj_ has quit [Remote host closed the connection]
<simpson> Guest40: That's really curious and irritating. I wonder what's causing this, then. We've gone through all the usual suspects.
monotux has joined #nixos
<fuzzypixelz[m]> cole-h: I'm expecting to build against `master`... The thing is, the build fails for `release-20.09` mason throws an error because it's supposed to be `=> 0.56` which the unstable version, 20.09 is on `0.55.1`.
<fuzzypixelz[m]> Even more, "Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS (nixos-unstable channel)." is the first sentence on https://github.com/colemickens/nixpkgs-wayland
<Guest40> simpson yes, I am on this issue since yesterday lol
<Guest40> simpson do you have some experience with strace gdb debugging?
<cole-h> fuzzypixelz[m]: The nixpkgs-wayland overlay uses `prev.callPackage`, so that's probably why it's not working as you'd expect.
<simpson> Guest40: Sure, although that's not how I'd continue to investigate this. I'd start doing a differential analysis instead: Does this stuttering happen with other GL apps? With other XRender apps?
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116776 → fdtools: set platforms to linux only → https://github.com/NixOS/nixpkgs/pull/116776
<Guest40> simpson i have vscodium does that count? the things is it doesn't freeze right away, only when opening new tab and focusing on address bar and preferences scroll, segfaults when trying to create new profile
<Guest40> so I am not sure which part of vscodium I could check unless poking here and there
<{^_^}> [nixpkgs] @mbrgm opened pull request #116777 → appdaemon: fix astral dependency → https://github.com/NixOS/nixpkgs/pull/116777
<{^_^}> [nixpkgs] @SCOTT-HAMILTON opened pull request #116778 → xedit: init at 1.2.2 → https://github.com/NixOS/nixpkgs/pull/116778
<{^_^}> [nixpkgs] @timokau merged pull request #116488 → maintainers: add collares to the sage team → https://github.com/NixOS/nixpkgs/pull/116488
<fuzzypixelz[m]> cole-h: what's so special about prev.callPackage ?
<{^_^}> [nixpkgs] @bobrik opened pull request #116779 → liblapack: disable select tests on all darwin platforms → https://github.com/NixOS/nixpkgs/pull/116779
zebrag has joined #nixos
jackgerrits has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @veprbl merged pull request #116779 → liblapack: disable select tests on all darwin platforms → https://github.com/NixOS/nixpkgs/pull/116779
<{^_^}> [nixpkgs] @jluttine opened pull request #116780 → nano-wallet: 20.0 -> 21.3 → https://github.com/NixOS/nixpkgs/pull/116780
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JmweR
Guest40 has quit [Quit: Connection closed]
missionformilk has quit [Ping timeout: 256 seconds]
dev_mohe has joined #nixos
sangoma has quit [Quit: WeeChat 3.1]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @cust0dian opened pull request #116781 → adoptopenjdk: 8.0.272 -> 8.0.282, 11.0.9 -> 11.0.10, 15.0.1 -> 15.0.2, add 16 → https://github.com/NixOS/nixpkgs/pull/116781
Guest40 has joined #nixos
Lord_of_Life has quit [Ping timeout: 256 seconds]
stree has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Mic92 opened pull request #116782 → deltachat-electron: 1.15.2 -> 1.15.3 → https://github.com/NixOS/nixpkgs/pull/116782
Guest2529 has quit [Quit: Ping timeout (120 seconds)]
meh` has quit [Ping timeout: 240 seconds]
alexherbo2 has quit [Remote host closed the connection]
Guest40 has quit [Quit: Connection closed]
quinn has joined #nixos
Guest40 has joined #nixos
Guest40 has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116773 → [staging-next] darwin/make-bootstrap-tools: avoid brotli dependency → https://github.com/NixOS/nixpkgs/pull/116773
Guest40 has joined #nixos
<Guest40> simpson probably irrelevant, but firefox shows gfx critical error libpci missing
cizra is now known as cizra__
missionformilk has joined #nixos
<Guest40> in crash report
orivej_ has quit [Ping timeout: 246 seconds]
<simpson> Guest40: Huh. I wonder if this is a problem in nouveau? You should know that reporting bugs to GPU drivers usually doesn't end well; it's very hard to reproduce what exactly is wrong.
<simpson> Still, if you have crash reports, you can send them along to whoever says that they'll read them.
<Guest40> simpson this is when trying to create new profile (crashes)
<{^_^}> [nixpkgs] @MatthewCroughan opened pull request #116783 → freecad: symlink uppercase executable names to lowercase in postFixup → https://github.com/NixOS/nixpkgs/pull/116783
stree has joined #nixos
<Guest40> simpson what is libpci, is it something in nouveau missing/
<simpson> Guest40: libpci's part of how to talk to GPUs. You could check demsg for GPU resets or crashes or oops.
zebrag has quit [Quit: Konversation terminated!]
lsix has quit [Ping timeout: 265 seconds]
berber has quit [Quit: The Lounge - https://thelounge.chat]
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116759 → waypoint: 0.2.3 -> 0.2.4 → https://github.com/NixOS/nixpkgs/pull/116759
berber has joined #nixos
pinpox has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #116784 → cacert: add download mirrors for certdata2pem.py → https://github.com/NixOS/nixpkgs/pull/116784
<Guest40> simpson thanks will look
Guest40 has quit [Quit: Connection closed]
cizra__ has quit [Quit: leaving]
fuzzypixelz has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @purcell opened pull request #116785 → sqlint: 0.1.10 -> 0.2.0 → https://github.com/NixOS/nixpkgs/pull/116785
turlando has quit [Ping timeout: 260 seconds]
fuzzypixelz has joined #nixos
<{^_^}> [nixpkgs] @MatthewCroughan opened pull request #116786 → freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON' → https://github.com/NixOS/nixpkgs/pull/116786
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
<matthewcroughan_> supersandro2000: hopefully I'm not annoying you with my PRs, I'm getting better I hope :D
<matthewcroughan_> clever: a friend and I want to make a function that pulls keys from Github, it will be something like fetchSshPubKeyFromGithub
<matthewcroughan_> when he runs nix-build against it, the function has no networking
<matthewcroughan_> how do the fetchers get around this problem? We just want to run curl inside a function.
<clever> matthewcroughan_: you either need to use builtins.fetchurl (impure) or make it a fixed-output drv
<clever> matthewcroughan_: if you make it a fixed output drv (declare the hash of $out), then nix will unlock networking, and fail the build if you dont match that hash
andoriyu has quit [Ping timeout: 265 seconds]
<matthewcroughan_> clever: is there a small example using curl for this? O.o
<numkem> I'm currently getting some std::bad_alloc errors in my hydra-queue-runners logs when it tries to send a build job to a remote node... anyone else having this? Using latest unstable nixFlakes
<sparogy> matthewcroughan_: you would use nix for this presumably
<clever> matthewcroughan_: curl https://github.com/cleverca22.keys
<sparogy> matthewcroughan_: something like { username, sha256 }: fetchurl { <stuff> }
<matthewcroughan_> clever: I meant of a function using a fixed output derivation to unlock networking,
<clever> one sec
<matthewcroughan_> wait, are you suggesting there is no way to make this pure?
<matthewcroughan_> because networking
<clever> matthewcroughan_: you must know the hash of the keys, if you want it to be pure
<matthewcroughan_> sure, that's exactly what I'd want
<georgyo> Is there a way to pkgs.dockerTools.buildImage to have the contents of a nixos system?
<matthewcroughan_> get keys from github, if mismatch occurs I've been hacked
<matthewcroughan_> or GH has been hacked
<clever> > "${hello.src.outputHash} ${hello.src.outputHashAlgo} ${hello.src.outputHashMode}"
<{^_^}> "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i sha256 flat"
andoriyu has joined #nixos
<clever> matthewcroughan_: or the user changed his keys
<matthewcroughan_> yup, in which case you'd want it to let you know
<matthewcroughan_> omg maybe this should even be part of the flake
<clever> matthewcroughan_: if a derivation has the above 3 attrs, it is fixed-output, and it will get network access
<matthewcroughan_> then you could update your inputs, screw fixed output derivations
<clever> matthewcroughan_: outputHashMode=flat means that $out must be a single file, outputHashMode=recursive means $out can be anything (file, directory, symlink)
<clever> when in flat mode, it is just the raw hash of the file, thats how things like yarn2nix translate a yarn.lock into a drv
<matthewcroughan_> the flake.lock would contain all of the user's hashed keys
<clever> when in recursive mode, its the hash of `nix-store --dump $out`, which serializes it as a NAR
alexherbo2 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #116787 → gimp: Fix crash without dot → https://github.com/NixOS/nixpkgs/pull/116787
raoul90 has joined #nixos
raoul9 has quit [Read error: Connection reset by peer]
puffnfresh_ has quit [Ping timeout: 246 seconds]
<redmp_> how can i get the "path" of an overlay out of a flake to use with NIXPATH="...:nixpkgs-overlays=..." ?
puffnfresh_ has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #116788 → texlive.combine: export `packages` attribute to help find-tarballs.nix → https://github.com/NixOS/nixpkgs/pull/116788
<redmp_> i'm trying to import the overlays only once in a large nixops deployment ... currently they're imported in each machine configuration, but it's very slow to import many times
bebarker has joined #nixos
<matthewcroughan_> clever: " nativeBuildInputs: A list of dependencies whose host platform is the new derivation's build platform, and target platform is the new derivation's host platform. This means a -1 host offset and 0 target offset from the new derivation's platforms."
z has joined #nixos
<matthewcroughan_> This doesn't make English sense to me. Can you translate?
<sterni> redmp_: it doesn't have a path in that case
gustavderdrache has quit [Quit: Leaving.]
<matthewcroughan_> In fact, can anybody explain what that means to me
alexherbo2 has quit [Remote host closed the connection]
<clever> matthewcroughan_: anything your running at build time, which must be for the host cpu
<clever> matthewcroughan_: cmake, pkgconfig, and so on
z is now known as Guest95310
<sterni> redmp_: a path in that case needs to be import-able
<matthewcroughan_> Correct, but what I quoted has nothing to do with what you said.
<matthewcroughan_> I understand that it means "build time dependencies"
<matthewcroughan_> But what I quoted. What does that mean?
<clever> "host platform is the new derivation's build platform"
<sterni> (with some extra quirks I think it can download stuff and unback tarballs)
<matthewcroughan_> "This means a -1 host and -1 target offset "
gianarb- has quit [Ping timeout: 246 seconds]
<matthewcroughan_> What does this mean?
attila_lendvai_ has joined #nixos
zal has quit [Remote host closed the connection]
<clever> host platform (what the binary was made for) is the derivations build platform (where the drv will be built)
attila_lendvai has quit [Read error: Connection reset by peer]
gianarb has joined #nixos
<clever> matthewcroughan_: those offsets are something internal to setup.sh in the stdenv, ive not figured them out either
<matthewcroughan_> We are clearly of a lesser intelligence. Nixinator says "bless you" :D
<redmp_> sterni: is there some way i could make an importable path for a flake's overlay?
<redmp_> sterni: i'm using flake-compat and so default.nix is a stub that gives me access to most things
realrokka has quit [Ping timeout: 264 seconds]
Brandon__ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jbalme opened pull request #116789 → librecad: 2.2.0-rc1 -> 2.2.0-rc2 → https://github.com/NixOS/nixpkgs/pull/116789
<cole-h> fuzzypixelz[m]: prev.callPackage uses the callPackage from *your* Nixpkgs, so it won't hit the cache (since your callPackage is 20.09, and nixpkgs-wayland uses nixos-unstable)
alexherbo2 has joined #nixos
realrokka has joined #nixos
alexherbo2 has quit [Client Quit]
zupo has joined #nixos
codygman` has quit [Ping timeout: 256 seconds]
<sterni> redmp_: you can probably just put (import ./default.nix {}).flake.attr in a file
slack1256 has joined #nixos
acarrico has joined #nixos
<viric> hm does anybody know what are the challenges to have a program linked with two versions of the same lib on purpose?
<viric> let's say I want to write a program that compares two libpng versions.
<{^_^}> [nixpkgs] @mredaelli opened pull request #116790 → handlr: init at 0.5.0 → https://github.com/NixOS/nixpkgs/pull/116790
<viric> (shared-obj)
<viric> Can I have a lib A that wraps one libpng, lib B that wraps the other libpng, and then have a program properly linked to A & B without trouble?
<redmp_> sterni: https://termbin.com/viyh ... this is pretty similar to what i did before but let's see
<clever> viric: the runtime linker is going to only load one copy of it
<{^_^}> [nixpkgs] @fabaff opened pull request #116791 → python3Packages.minidump: 0.0.13 -> 0.0.15 → https://github.com/NixOS/nixpkgs/pull/116791
<matthewcroughan_> clever: where does fetchurl put things?
<Miyu-saki> Is vcunat here in IRC? Or at the very least, someone who's maintaining systemd modules
<clever> matthewcroughan_: all of the fetch functions put it into /nix/store, named after the hash of the contents, and the function returns that path
<Miyu-saki> My PR broke a test, and need some thoughts on how to fix it. https://github.com/NixOS/nixpkgs/commit/e3b90b6ccc4cf4147fd01df1ed8779b1c85744bd
<viric> clever: then only dlopen is left
<viric> Let's say it's a C++ thing
<viric> I'd like to avoid going the dlopen way
<Miyu-saki> I think NixOS's container module assumes that overrides don't exist.
<redmp_> sterni: yeah, that doesn't work i think.. i just get a file in the nix store that says "import ./default.nix"
<redmp_> sterni: i'm using it like this `NIX_PATH = "nixpkgs=${pkgs.path}:nixpkgs-overlays=${../overlays.nix}";`
andymandias_ has quit [Ping timeout: 246 seconds]
<viric> clever: at least I hope dlopen will work. Or not?
<redmp_> sterni: that `../overlays.nix` just copies verbatim to the nix store, and so the imports performed therein don't work .. i don't think i can `import ./overlays.nix` because that will return the list of overlays themselves..
<clever> viric: dlopen, and using dlsym on that handle, might work
<{^_^}> [nixpkgs] @zowoq opened pull request #116792 → sqlite: 3.34.1 -> 3.35.2 → https://github.com/NixOS/nixpkgs/pull/116792
<sterni> redmp_: if you set it in NIX_PATH or -I you don't have to use a nix-style path can just use the normal absolute one
hyper_ch2 has quit [Remote host closed the connection]
andymandias has joined #nixos
<sterni> redmp_: in nix do ${./..}/overlays.nix, which will copy the directory as well
hyper_ch2 has joined #nixos
<clever> redmp_: a secondary problem with those ideas above, is that the NIX_PATH will change on every rebuild, but only take effect after shells are re-launched
poscat has quit [Ping timeout: 264 seconds]
poscat has joined #nixos
<clever> this tells nixos to put it at a predictable path, and points NIX_PATH to that dir
xlei has quit [Excess Flood]
orion_ has joined #nixos
orion_ has left #nixos [#nixos]
Mateon1 has quit [Ping timeout: 246 seconds]
Mateon1 has joined #nixos
edcragg7 has joined #nixos
edcragg has quit [Ping timeout: 264 seconds]
edcragg7 is now known as edcragg
lejonet has quit [Ping timeout: 246 seconds]
fendor has quit [Remote host closed the connection]
orivej has joined #nixos
lejonet has joined #nixos
<aanderse> hey clever my nixops networks continue to grow in size and build time...
<aanderse> someone mentioned you had thoughts on that topic
<aanderse> any advice on what i can do to keep my nixops networks "speedy"?
<redmp_> sterni: ok, the ${./..}/foo.nix trick seems to work, but the packages added by nixpkgs aren't present when i do `nixops deploy`
<redmp_> sterni: i can see the packages if i do `nix repl <nixpkgs>` with that NIX_PATH, but nixops can't see them lol
xlei has joined #nixos
<{^_^}> [nixpkgs] @jtojnar merged pull request #116787 → gimp: Fix crash without dot → https://github.com/NixOS/nixpkgs/pull/116787
<clever> redmp_: you have to also add them to nixpkgs.overlays for each machine in the nixops network
<viric> clever: what if I dlopen libA and libB? the two libpng symbols won't intermix?
<clever> viric: not sure
<viric> clever: I cannot find a document describing how symbols get resolved
<redmp_> clever: both places? i thought the point of putting it into NIX_PATH="nixpkgs-overlays=..." was to prevent needing to explicitly apply to each machine in the network
<clever> redmp_: putting it in NIX_PATH only effects the runtime of the given machine, but not how the machine itself is built
<clever> redmp_: check the file i linked above
fuiltilt has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #110262 → primesieve: 7.5 -> 7.6 → https://github.com/NixOS/nixpkgs/pull/110262
<{^_^}> [nixpkgs] @Ericson2314 pushed to release-20.09 « {,cudnn_}cudatoolkit_11_{1,2}: Port over from master »: https://git.io/JmwGd
<redmp_> clever: yeah, i'm not seeing where you've additionally added it to nixpkgs.overlays
<clever> redmp_: line 9
supercoven_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @fabaff merged pull request #111213 → filezilla: 3.51.0 -> 3.52.2 → https://github.com/NixOS/nixpkgs/pull/111213
<redmp_> clever: yeah, that's essentially what i had before.. i'm not sure now what benefit there was to adding to NIX_PATH="nixpkgs-overlays=..." if the overlays have to be separately imported by each machine
<redmp_> clever: the problem i'm having is that importing the overlays takes a couple of minutes _per machine_
<redmp_> clever: so i'm trying to only import once, but that seems to be not possible
lsix has joined #nixos
<clever> redmp_: have you seen the defaults key in nixops?
<redmp_> clever: yeah, i wasn't using that for this package.. i'll try it and see
<colemickens> "cannot coerce set to string"
<colemickens> oops, haha didnt mean to send that
<colemickens> I turned into a nix interpreter.
lsix has quit [Ping timeout: 240 seconds]
rdk31 has quit [Quit: The Lounge - https://thelounge.chat]
rdk31 has joined #nixos
faffolter has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116733 → rakudo: 2020.12 -> 2021.02.1 → https://github.com/NixOS/nixpkgs/pull/116733
rdk31 has quit [Client Quit]
<sterni> redmp_: is the flake really necessary? flake-compat + flake evaluation is pretty costly
<redmp_> sterni: yeah, the flake fell out of discussions last week here on #nixos ... i have several haskell packages split across three repositories with interdependencies and my previous nix code which did ad-hoc imports of repositories was cumbersome and aparrently pulled multiple versions of nixpkgs into deployed machines' stores ..
<redmp_> sterni: so i learned about flakes and overlays and now i'm back at trying to deploy :)
<{^_^}> [nixpkgs] @dotlambda merged pull request #116405 → alttab: `doCheck`+`gpl3Plus` → https://github.com/NixOS/nixpkgs/pull/116405
rdk31 has joined #nixos
<redmp_> clever: ok, i've put the package into common and i'm still getting run times porportional to the number of machines
<redmp_> ~1m38s per machine
<clever> redmp_: the nixos eval itself is pretty heavy
<redmp_> s/common/default/
<{^_^}> [nixpkgs] @dotlambda merged pull request #116450 → usbview: init at 2.0 → https://github.com/NixOS/nixpkgs/pull/116450
alexherbo24 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116508 → bats: 1.2.1 -> 1.3.0 → https://github.com/NixOS/nixpkgs/pull/116508
dev_mohe has quit [Quit: dev_mohe]
<redmp_> clever: yeah, the run times i'm quoting are for --dry-run, so it's all nix evaluation.. i know which flake it is too, but i thought there would be a way of at least only evaluating it once for a deploy
<clever> if the flake stuff is working fully, it should cache the eval
<clever> but nixops may not be capable of that yet
<redmp_> clever: nixops is importing a flake-compat default.nix in my project repository to access the pinned nixpkgs and overlay
<clever> redmp_: flake-compat wont have any of the flake eval caching
tarruda3 has joined #nixos
<redmp_> clever: yeah, thats fine.. i'm used to slow build times for this project .. i'm just not sure i want to pay machines*build-time for every deploy :)
lsix has joined #nixos
<clever> redmp_: --include can save some of that time
leo60228- has joined #nixos
redmp has joined #nixos
leo60228 has quit [Ping timeout: 265 seconds]
philr_ has joined #nixos
redmp_ has quit [Ping timeout: 256 seconds]
<abathur> <3 supersandro2000
<{^_^}> supersandro2000's karma got increased to 39
<supersandro2000> abathur: I was kinda waiting for you that it does not break resholve
<abathur> nod, it looked okay
<abathur> I've been kinda noodling that dependency; in theory resholve could probably be used to package bats, but then...
<supersandro2000> cyclic, right?
<abathur> yep :)
slack1256 has quit [Remote host closed the connection]
superherointj has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #116793 → python3Packages.urllib3: remove obsolete SSL dependencies → https://github.com/NixOS/nixpkgs/pull/116793
Dr8128 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @thmzlt opened pull request #116794 → fluxcd: 0.8.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/116794
<{^_^}> [nixpkgs] @andir pushed to release-20.09 « firefox: drop maintainership »: https://git.io/JmwBr
alexherbo2 has joined #nixos
<redmp> clever: i'm deploying an integrated distributed system so --include isn't something i'll ever use
addcn has joined #nixos
alexherbo24 has quit [Ping timeout: 264 seconds]
<redmp> clever: i'm going to try extracting the package from a single `import flake.inputs.nixpkgs { overlays = [ flake.overlay.${builtins.currentSystem} ]; }.blah.blah` and then threading that argument down to the hosts.. it blows up all the nice abstractions, but if it saves me on 20 minute deploys for <20 hosts then i'm happy
superherointj has quit [Quit: Leaving]
aleph- has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116760 → abduco: 2018-05-16 -> 2020-04-30 → https://github.com/NixOS/nixpkgs/pull/116760
zebrag has quit [Quit: Konversation terminated!]
erasmas has quit [Quit: leaving]
zebrag has joined #nixos
lsix has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116772 → google-cloud-sdk: Fix bash completion for gcloud, gsutil → https://github.com/NixOS/nixpkgs/pull/116772
<{^_^}> [nixpkgs] @veprbl opened pull request #116796 → liblapack: 3.9.0 -> 3.9.1-pre → https://github.com/NixOS/nixpkgs/pull/116796
<addcn> hey everyone -- there's a cool project that was posted on hn today called outrun (https://github.com/Overv/outrun#outrun). Based on its caching strategy, I don't think it's immediately usable on NixOS, but it got me thinking. If we pin both the source and the destination machine to the same package versions, then we essentially can just skip the package step. Does anyone know of any projects that do
<addcn> this?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116791 → python3Packages.minidump: 0.0.13 -> 0.0.15 → https://github.com/NixOS/nixpkgs/pull/116791
m0rphism has quit [Quit: WeeChat 2.9]
stree has quit [Ping timeout: 256 seconds]
<sterni> redmp: that is the case for a monorepo :p
<redmp> sterni: what is?
<redmp> oooh... it worked .. two machines for the build time of one
aleph- has joined #nixos
<sterni> redmp: the eval / flakes issues :p
<redmp> sterni: ah, maybe.. i honestly don't think that's an issue with the tools or the monorepo.. it's just the project i'm building
<redmp> sterni: it's a big mess; don't bother with it.. point is that this is an interaction thing, not a "flakes are slow all the time" thing .. i think
worldeva has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @tuxinaut opened pull request #116797 → lychee: init at 0.5.0 → https://github.com/NixOS/nixpkgs/pull/116797
worldeva has joined #nixos
simba1 has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116742 → obs-studio: add wayland to buildInputs → https://github.com/NixOS/nixpkgs/pull/116742
<{^_^}> [nixpkgs] @bgamari opened pull request #116798 → gitlab: 13.8.5 -> 13.9.4 → https://github.com/NixOS/nixpkgs/pull/116798
m3thos has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116783 → freecad: symlink uppercase executable names to lowercase in postFixup → https://github.com/NixOS/nixpkgs/pull/116783
<rmcgibbo[m]> wow, the cool thing about randomly reviewing backlogged PRs to "leaf" packages in nixpkgs... there's a ton of really neat stuff that i never would have known how to search for.
m3thos has joined #nixos
stree has joined #nixos
<rmcgibbo[m]> https://github.com/NixOS/nixpkgs/pull/116226. totally amazing!
<{^_^}> #116226 (by r-ryantm, 5 days ago, open): upterm: 0.5.2 -> 0.6.5
thc202 has quit [Ping timeout: 240 seconds]
gustavderdrache has joined #nixos
lordcirth has joined #nixos
<infinisil> > pshow upterm
<{^_^}> undefined variable 'upterm' at (string):489:7
<infinisil> Oh no, why is it not there, it should be there
<sterni> maybe the channel is too outdated?
<infinisil> Oh yeah the auto-updater for the bot broke
<{^_^}> [nixpkgs] @aisamu opened pull request #116799 → perl-packages.GitAutoFixup: fix too long shebang under darwin → https://github.com/NixOS/nixpkgs/pull/116799
<infinisil> > pshow upterm
<{^_^}> "Secure terminal-session sharing < https://upterm.dev >"
<infinisil> Alright, fixed
<infinisil> Damn, it was stuck with a commit from january
<rmcgibbo[m]> what's pshow?
<infinisil> Just a function defined in the bot here, shows a package
<infinisil> > :v pshow
<{^_^}> pshow = p: "${builtins.replaceStrings ["\n"] [" "] p.meta.description} < ${p.meta.homepage} >"
<rmcgibbo[m]> > pshow upterm
<{^_^}> "Secure terminal-session sharing < https://upterm.dev >"
<rmcgibbo[m]> > :v pshow
<{^_^}> pshow = p: "${builtins.replaceStrings ["\n"] [" "] p.meta.description} < ${p.meta.homepage} >"
<rmcgibbo[m]> rmcgibbo is confused
<infinisil> rmcgibbo[m]: Did you hide the bots messages?
civodul has quit [Ping timeout: 265 seconds]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
mcornick has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116587 → python38Packages.google-cloud-bigquery: 2.11.0 -> 2.12.0 → https://github.com/NixOS/nixpkgs/pull/116587
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116600 → treewide (darwin): fix or enable darwin build for many packages (6) → https://github.com/NixOS/nixpkgs/pull/116600
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116377 → python38Packages.google-cloud-bigquery-datatransfer: 3.0.0 -> 3.0.1 → https://github.com/NixOS/nixpkgs/pull/116377
<{^_^}> [nixpkgs] @jtojnar merged pull request #115436 → glib: 2.66.4 -> 2.66.8 → https://github.com/NixOS/nixpkgs/pull/115436
vidbina has quit [Quit: vidbina]
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #116800 → funkin: init at 0.2.7 → https://github.com/NixOS/nixpkgs/pull/116800
fuzzypixelz has quit [Quit: Leaving.]
xO1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @petabyteboy opened pull request #116801 → nixos/gitlab: add option for tls wrapper-mode smtp → https://github.com/NixOS/nixpkgs/pull/116801
figgyc has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @petabyteboy merged pull request #116740 → gitlab: 13.8.5 -> 13.8.6 → https://github.com/NixOS/nixpkgs/pull/116740
figgyc has joined #nixos
figgyc has quit [Client Quit]
figgyc has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
redmp has quit [Ping timeout: 264 seconds]