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
<Deiru> clever Thank you!
<Deiru> This worked.
<Deiru> clever++
<{^_^}> clever's karma got increased to 541
<Deiru> I'll be sure to take note of this, the more you know.
pushqrdx has quit [Remote host closed the connection]
tboston has quit [Quit: My MacBook has gone to sleep. ZZZzzzโ€ฆ]
<Deiru> Aaaand I've realized that whatever I was doing was utterly pointless. I've fiddled around with usermod on my server and removed myself from wheel, and all of this trouble of chrooting into nix to correct that when I had mutableUsers as false and I could have just... rebooted.
<Deiru> ๐Ÿ˜ญ
aasg has quit [Quit: killed]
<ToxicFrog> VAAPI mystery solved: hardware.opengl.enable needs to be set to true for any of this to work at all
tboston has joined #nixos
<{^_^}> [nixpkgs] @mweinelt opened pull request #103851 โ†’ tts: init at unstable-2020-06-17 โ†’ https://git.io/Jksw4
pushqrdx has joined #nixos
<Deiru> Well, at least I have learned two important lessons today. Thanks again, clever.
aasg has joined #nixos
Dotz0cat has quit [Quit: ZNC 1.7.5 - https://znc.in]
alp has quit [Ping timeout: 272 seconds]
tboston has quit [Quit: Textual IRC Client: www.textualapp.com]
Dotz0cat has joined #nixos
aasg has quit [Quit: killed]
wildtrees has quit [Ping timeout: 268 seconds]
aasg has joined #nixos
dbirks[m] has joined #nixos
Thra11 has quit [Quit: WeeChat 2.9]
domogled has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mweinelt merged pull request #100903 โ†’ Literate: 2019-01-01 -> unstable-2020-09-02 โ†’ https://git.io/JTCQ8
<{^_^}> [nixpkgs] @mweinelt pushed 2 commits to master: https://git.io/Jksrr
domogled has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed 2 commits to haskell-updates: https://git.io/JksrH
<growpotkin> Is there a standard way to use `gdb` on wrapped programs? I usually have to dig through wrapper scripts to find the real executable whenever I want to run `gdb` on installs from the store
<clever> growpotkin: you can also run `gdb /proc/123/exe 123` to attach to a process thats already running
<clever> growpotkin: the exe symlink always points to the real binary
<growpotkin> Yeah in my case I need to launch from `gdb` to trace program's startup, so attaching isn't always the best fit.
<clever> growpotkin: for basic tracing, you can still use strace instead
<growpotkin> Symlinked binaries arent my issue, I'm trying to deal with wrapped programs.
<infinisil> It would be nice if wrappers had a standard way for extracting the unwrapped version
<growpotkin> Emacs is an example where `cat $( which emacs )` is actually a bash script that sets up a minimal environment before launch the real `emacs`
<infinisil> Not only for gdb, but also for flattening doubly-wrapped binaries
<clever> growpotkin: strace can work on those bash scripts
<growpotkin> What I've ended up doing is rewriting the wrappers, but it would be nice if there was a standard way to do it
<growpotkin> clever: That's a good point, I could use `strace`.
<clever> growpotkin: i tend to just read the wrapper, export the vars in the current shell, and then run gdb on the original binary
<growpotkin> clever: yeah that's exactly what I was doing so far.
<{^_^}> [nixpkgs] @jonringer merged pull request #103763 โ†’ doc/contributing: remove label instructions โ†’ https://git.io/JkO1B
<{^_^}> [nixpkgs] @jonringer pushed to master ยซ doc/contributing: remove label instructions ยป: https://git.io/JksoO
malorie has quit [Remote host closed the connection]
<growpotkin> I'm cooking up a `gdb` wrapper that unrolls nix's wrapper scripts to build an `exec-wrapper` in `gdb`.
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
concept2 has joined #nixos
<matthewcroughan_> clefru_mm: Hey!
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates ยซ haskellPackages.aeson: Fix build ยป: https://git.io/Jks6U
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/4f02b1ab1b7 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103852 โ†’ cargo-about: 0.2.2 -> 0.2.3 โ†’ https://git.io/Jks6Z
acarrico has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @ajs124 opened pull request #103853 โ†’ uefitool.new-engine: A57 -> A58 โ†’ https://git.io/Jks6M
vandenoever has quit [Quit: Konversation terminated!]
ris has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a4fdefeb39b (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
euandreh has quit [Ping timeout: 272 seconds]
roconnor has joined #nixos
<roconnor> Failed Tests (1):
<roconnor> LLVM :: tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s
<roconnor> whenever I try to build LLVM (llvm 11) I keep getting this failed test.
<roconnor> I think I had the same problem with llvm 9.
lord| has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @veprbl merged pull request #103258 โ†’ qt5.qtwebengine: don't override `patches` in qtModule โ†’ https://git.io/JkT35
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/JksiX
<{^_^}> [nixpkgs] @peti pushed to haskell-updates ยซ hackage-packages.nix: automatic Haskell package set update ยป: https://git.io/JksPL
vidbina_ has quit [Ping timeout: 246 seconds]
shibboleth has quit [Quit: shibboleth]
teto has quit [Ping timeout: 260 seconds]
pushqrdx has quit [Remote host closed the connection]
pushqrdx has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #103830 โ†’ nvidia-x11: 455.28 -> 455.38 โ†’ https://git.io/JksnG
<{^_^}> [nixpkgs] @veprbl pushed commit from @dfoxfranke to master ยซ nvidia-x11: 455.28 -> 455.38 (#103830) ยป: https://git.io/JksXE
johnw has quit [Quit: ZNC - http://znc.in]
pushqrdx has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl merged pull request #103834 โ†’ nvidia-x11: 450.66 -> 455.38 [20.09] โ†’ https://git.io/JkscZ
<{^_^}> [nixpkgs] @veprbl pushed commit from @dfoxfranke to release-20.09 ยซ nvidia-x11: 450.66 -> 455.38 (#103834) ยป: https://git.io/JksX6
<{^_^}> [nixpkgs] @romildo merged pull request #102245 โ†’ vivaldi: 3.3.2022.47-1 -> 3.4.2066.90-1 โ†’ https://git.io/JTH0C
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JksXD
<matthewcroughan_> Does anyone see an issue with this drv that would cause it not to have networking if ran as user instead of root?
<matthewcroughan_> That's what seems to happen
<{^_^}> clefru/nur-packages#2 (by MatthewCroughan, 43 minutes ago, open): Parsec only gets networking as root
<matthewcroughan_> I have created an issue here, would love if anyone could help :D
virus_dave has quit [Quit: virus_dave]
m0rphism has quit [Ping timeout: 240 seconds]
pushqrdx has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #98986 โ†’ openafs_1_8: Add upstream patches for Linux kernel 5.8 and 5.9 โ†’ https://git.io/JUigT
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/Jks1u
jb55 has quit [Ping timeout: 240 seconds]
pushqrdx has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103854 โ†’ cloudflared: 2020.11.3 -> 2020.11.5 โ†’ https://git.io/Jks1D
<{^_^}> [nixpkgs] @Mic92 opened pull request #103855 โ†’ [20.09] Openafs backport โ†’ https://git.io/Jks1x
virus_dave has joined #nixos
pushqrdx has joined #nixos
<otavio> Hello everyone
pushqrdx has quit [Client Quit]
raghavsood has quit [Ping timeout: 245 seconds]
johnw has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103856 โ†’ conftest: 0.21.0 -> 0.22.0 โ†’ https://git.io/JksMC
<otavio> I am having problem in getting xserver.xkbOptions applied. I am using 'startx' as display manager but my 'caps:super' does not apply
<otavio> checking the localectl output it looks fine
<otavio> and the xorg.conf.d file as well
johnw has quit [Client Quit]
andreas31 has quit [Remote host closed the connection]
jb55 has joined #nixos
andreas31 has joined #nixos
cryptomonad has joined #nixos
<cryptomonad> I want to build a script that creates a nix-shell from default.nix (as if nix-shell was run), adds another dependency (through -p) and runs some bash commands, including buildPhase. I created a #!env nix-shell script and succeeded in adding another dependendy, but I'm stuck because I don't seem to have access to any of the phase functions like buildPhase. How do I access buildPhases from a script?
<{^_^}> [nixpkgs] @maralorn pushed 3 commits to haskell-updates: https://git.io/JksDP
<clever> cryptomonad: nix-shell -E 'with import <nixpkgs> {}; hello.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ newpkg ]; })'
<clever> cryptomonad: that will give you a shell suitable to build hello, but with one more pkg added to the inputs
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos
sss2 has joined #nixos
<growpotkin> otavio: Are you restarting your machine between changes? In a perfect world you wouldn't need to, but I wouldn't be surprised if a reboot applied the changes.
<matthewcroughan_> clever: :O You're alive
<{^_^}> [nixpkgs] @enolan opened pull request #103857 โ†’ nixos/xidlehook: new service โ†’ https://git.io/Jksyl
<{^_^}> [nixpkgs] @znewman01 opened pull request #103858 โ†’ kenlm: init at unstable-2020-11-14 โ†’ https://git.io/JksyR
<cryptomonad> clever: Thanks. My problem is not getting additional dependencies into nix-shell, my problem is that I don't have access to "buildPhase" if I try to use nix-shell as a script interpreter. https://gist.github.com/wchresta/572b4e82b1799d019d3a49eafc2e64ae
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103859 โ†’ dasel: 1.2.0 -> 1.5.1 โ†’ https://git.io/Jksyr
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates ยซ haskell.packages.{ghc865,ghc884}.exceptions: Create attribute ยป: https://git.io/JksyD
<clever> cryptomonad: you can also set a shellHook script, which does have access to the buildPhase functions
<clever> shellHook takes a multi-line string, which gets ran by bash in the shell
<{^_^}> [nixpkgs] @ryantm merged pull request #103478 โ†’ obsidian: 0.9.6 -> 0.9.11 โ†’ https://git.io/JkLz2
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/Jksy5
raghavsood has joined #nixos
<cryptomonad> clever: Great, that worked. I moved my commands into a .nix file with shellHook instead of a script and can now use nix-shell myscript.nix. Thanks!
atlasznctestf has quit [Quit: ZNC 1.8.2 - https://znc.in]
atlasznctestf has joined #nixos
<matthewcroughan_> raghavsood: thanks so much for commenting on that issue :)
<raghavsood> I was dealing with that yesterday, took a while to figure out how to get it to run reliably
medvid has quit [Ping timeout: 265 seconds]
zeta_0 has joined #nixos
medvid has joined #nixos
<{^_^}> [nixpkgs] @Mic92 opened pull request #103860 โ†’ Openafs next โ†’ https://git.io/JksS7
rajivr has joined #nixos
Deiru has quit [Remote host closed the connection]
<Reiser> How do I capture docker logs in 20.09, they're no longer caught by journalctl it seems
<zeta_0> hello there, I setup the emacs-overlay in a emacs.nix file, as explained by the repo: https://github.com/nix-community/emacs-overlay , then I imported the file in home.nix in home.packages as explained by the emacs instructions in the nixos manual( https://nixos.org/manual/nixos/stable/index.html#tip ): `(import ./emacs.nix { inherit pkgs; })` , but when I ran `nixos-rebuild switch --upgrade`, the terminal returned
<zeta_0> the error: `undefined variable: emacsWithPackagesFromUsePackage`, is there an easy way to fix this so that the emacs-overlay specific variables are recognized, thus fixing the error returned by the terminal?
<hexa-> call docker logs?
<hexa-> and maybe configure logDriver journald
mmohammadi9812 has quit [Ping timeout: 256 seconds]
mmohammadi9812 has joined #nixos
<Reiser> hexa-, tried, problem is, container is failing immediately and the container is purged
<Reiser> so unless I imte my docker logs to some insane precision
<Reiser> what I want to know is gone by the time I run it
<Reiser> journalctl used to capture everything in 20.03
<Reiser> time* not imte
<zeta_0> here's the link to the corresponding reddit post that I asked: https://www.reddit.com/r/NixOS/submit
c4rc4s has quit [Remote host closed the connection]
gypsydanger has joined #nixos
<hexa-> Reiser: or check if they are in /var/lib/docker/containers/*/
<Reiser> hexa-, ah, let me dig around, thanks
<Reiser> hexa-, that looks super promising, I'll dig, thank you so much
<zeta_0> I could easily just setup emacs-overly in my home.nix(home.packages) file like I did before, but i'm trying to keep my config files simple and organized, that's why I i'm trying to setup emacs-overlay in an emacs.nix file, and then importing it into home.nix(home.packages)!
orivej has quit [Ping timeout: 264 seconds]
<Reiser> zeta_0, you didn't link a specific thread by the way
<Reiser> yeah, hahaha, nice
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<zeta_0> Reiser: ya, I just noticed that!
<hexa-> Reiser: yw
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103861 โ†’ doctl: 1.51.0 -> 1.52.0 โ†’ https://git.io/JksHg
cjpbirkbeck has quit [Quit: Goodbye, take care]
gypsydanger has quit [Quit: leaving]
<Reiser> hexa-, so it seems journald is the default driver, so
<Reiser> something's weird here
<Reiser> What's weird is, I see now that oci-containers is 20.09's method of handling things
<Reiser> but it is also defaulting to journald
<Reiser> so why is nothing being captured, how weird
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103862 โ†’ dolt: 0.21.4 -> 0.22.0 โ†’ https://git.io/JksQV
<hexa-> odd
<hexa-> have you tried any other container?
acarrico has joined #nixos
<Reiser> there's 3 defined via oci-containers
<Reiser> they all worked in 20.03 (where they were docker containers, 20.09 had a warning to move to oci-containers)
<Reiser> virtualisation.oci-containers.containers."example" = {...} :/
<Reiser> I do see that docker logs works on another functioning container, which actually should NOT work if journald is set correctly
ilmu has quit [Ping timeout: 264 seconds]
ilmu has joined #nixos
cptchaos83 has joined #nixos
<zeta_0> well, i'm going to leave now, so here's the my reddit nixos question, if any of you would like to take a look, thanks! https://www.reddit.com/r/NixOS/comments/juewsl/what_is_the_correct_way_to_import_emacsoverlay/
<zeta_0> alright, later!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103863 โ†’ doppler: 3.16.1 -> 3.17.0 โ†’ https://git.io/Jks7M
zeta_0 has quit [Quit: rcirc on GNU Emacs 27.1]
expelledboy has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103864 โ†’ drawio: 13.7.9 -> 13.9.5 โ†’ https://git.io/Jks5E
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kharon has joined #nixos
spacefrogg has joined #nixos
expelledboy has quit [Ping timeout: 240 seconds]
cptchaos83 has joined #nixos
cryptomonad has quit [Remote host closed the connection]
ky0ko has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a4fdefeb39b (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/7abaad0dc9b (from 14 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
zakame has joined #nixos
<cole-h> Anybody familiar with our python test suite: is there a way to get the contents of the serial console after a certain command?
<energizer> idk about nixpkgs in particular but usually that's done with pexpect
ky0ko has joined #nixos
<matthewcroughan_> raghavsood: is there any way to get Parsec running under wayland too?
<matthewcroughan_> yknow, other than XWayland?
dbg[m] has joined #nixos
<{^_^}> [nixpkgs] @enderger opened pull request #103865 โ†’ kotlin-language-server: init at 0.7.0 โ†’ https://git.io/JksFA
sangoma has joined #nixos
<__red__> ,locate libstdc++.so.6
<{^_^}> Found in packages: robomongo, gcc-unwrapped.lib
<{^_^}> [nixpkgs] @cole-h opened pull request #103866 โ†’ doas: 6.6.1 -> 6.8 โ†’ https://git.io/Jksbz
<raghavsood> matthewcroughan_: Not sure, I use i3, so I don't mess around with the wayland stuff, apologies
<matthewcroughan_> raghavsood: Yeah I want to use Sway (i3 in Wayland)
<matthewcroughan_> Parsec is the ONLY app I want that won't work in Wayland haha
<raghavsood> As per their Changelog, they did add Wayland support in 140: https://public.parsecgaming.com/changelog.txt
<raghavsood> So at least Parsec should support it, no idea what you'd need to get it to support Wayland on NixOS though
<matthewcroughan_> raghavsood: it totally doesn't, I think they misunderstood what Wayland was.
<matthewcroughan_> I think they tested that it works in Xwayland, then though that meant Wayland support, that changelog is erroneous.
Yaourt has joined #nixos
<matthewcroughan_> The reason I think this is because 1. It doesn't work in Wayland, 2. They say "Wayland in Ubuntu" which doesn't make any sense 3. Wayland/Mir in Gnome was a thing that was developing back then in 2018, and there was a lot of people getting confused about what Wayland even was.
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 272 seconds]
Supersonic112 is now known as Supersonic
b has quit [Quit: Lost terminal]
kalbasit has joined #nixos
Yaourt has quit [Remote host closed the connection]
zupo has quit [Ping timeout: 260 seconds]
mmohammadi9812 has quit [Quit: Quit]
zupo has joined #nixos
<__red__> ,locate strings
<{^_^}> Found in packages: go, ola, psol, ycmd, julia, ponyc, vlang, z88dk, denemo, geant4, gnulib, octave, rakudo, toybox, abiword, busybox, go_1_12, go_1_13, lazarus, jellyfin, julia_07, julia_11, opendylan, plan9port, abseil-cpp, kibana-oss, octaveFull, cdesktopenv, factor-lang, kibana7-oss, go_bootstrap, opendylan_bin, bashCompletion, rPackages.Rcpp, trilium-server, ja2-stracciatella, binutils-unwrapped, vimPlugins.vim-ruby, and 4 more
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103867 โ†’ flow: 0.137.0 -> 0.138.0 โ†’ https://git.io/JksxJ
<samueldr> __red__: binutils
<samueldr> though it's also part of stdenv, so any nix-shell will end up with it
endformationage has quit [Quit: WeeChat 2.9]
<__red__> thanks
<__red__> ,locate autopatchelf
<{^_^}> Couldn't find in any packages
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103868 โ†’ flyctl: 0.0.146 -> 0.0.149 โ†’ https://git.io/Jksxd
waleee-cl has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @lopsided98 opened pull request #103869 โ†’ mailutils: 3.9 -> 3.10, fix cross-compilation โ†’ https://git.io/Jkspr
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103870 โ†’ font-manager: 0.7.8 -> 0.7.9 โ†’ https://git.io/Jkspd
kreyren__ has joined #nixos
jybs- has quit [Ping timeout: 272 seconds]
excelsiora has joined #nixos
<excelsiora> hi
kreyren_ has quit [Ping timeout: 240 seconds]
<excelsiora> It's a little embarrassing to admit it, but I'm ssh'd into a local computer for the first time and I'm excited...
<{^_^}> [nixpkgs] @vbgl opened pull request #103871 โ†’ ocamlPackages.containers: 3.0 โ†’ 3.0.1 โ†’ https://git.io/Jkshp
ky0ko has quit [Read error: Connection reset by peer]
ky0ko has joined #nixos
CMCDragonkai1 has joined #nixos
chour has joined #nixos
<matthewcroughan_> colemickens: what's this? :o https://github.com/NixOS/nixpkgs/pull/82919
<{^_^}> #82919 (by artemist, 34 weeks ago, merged): chromium: Add option to enable ozone (for Wayland)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103872 โ†’ ft2-clone: 1.39 -> 1.40 โ†’ https://git.io/JkGvZ
CMCDragonkai1 has quit [Quit: CMCDragonkai1]
johnw has joined #nixos
ky0ko has quit [Remote host closed the connection]
<excelsiora> how do I adjust the screen lock timeout settings in the default desktop?
cantstanya has quit [Ping timeout: 240 seconds]
GrimSleepless has quit [Quit: WeeChat 2.9]
cantstanya has joined #nixos
zupo has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103873 โ†’ git-cola: 3.5 -> 3.8 โ†’ https://git.io/JkGJl
ky0ko has joined #nixos
zupo has joined #nixos
<raghavsood> ,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
gh0la[m] has joined #nixos
domogled has quit [Ping timeout: 246 seconds]
zupo has quit [Ping timeout: 240 seconds]
Rusty1 has quit [Quit: WeeChat 2.3]
berberman_ has joined #nixos
berberman has quit [Ping timeout: 260 seconds]
zupo has joined #nixos
revtintin has joined #nixos
<sss2> hi all, is it possible to use distributed compilling with nix on non-nixos host os ?
alp has joined #nixos
kalbasit has quit [Ping timeout: 240 seconds]
SplitFire[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103874 โ†’ helmfile: 0.134.0 -> 0.134.1 โ†’ https://git.io/JkGtL
palo1 has joined #nixos
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
delan has quit [Quit: ZNC - http://znc.in]
andreas31 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/9d5ef2a55f3 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9d5ef2a55f3 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
expelledboy has joined #nixos
andreas31 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103875 โ†’ hugo: 0.78.1 -> 0.78.2 โ†’ https://git.io/JkGmS
cole-h has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 opened pull request #103876 โ†’ nixos/lvm2-activation-generator: fix warnings on activation โ†’ https://git.io/JkGYB
znello[m] has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103877 โ†’ iconpack-obsidian: 4.13 -> 4.14 โ†’ https://git.io/JkGOh
<typetetris> I try to make a flake and get this error. What doesn that mean? https://www.irccloud.com/pastebin/27gf6ML2/
haritz has quit [Ping timeout: 256 seconds]
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
alp has quit [Ping timeout: 272 seconds]
ericsagn1 has joined #nixos
ericsagnes has quit [Ping timeout: 260 seconds]
sangoma has quit [Ping timeout: 265 seconds]
excelsiora has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103878 โ†’ inboxer: 1.2.1 -> 1.2.3 โ†’ https://git.io/JkGsL
pumpy is now known as rogerr
Izorkin has quit [Ping timeout: 260 seconds]
kenshinCH has joined #nixos
<{^_^}> [nixpkgs] @NinjaTrappeur merged pull request #103465 โ†’ hsetroot: 1.0.2 -> 1.0.5 โ†’ https://git.io/JkLGA
<{^_^}> [nixpkgs] @NinjaTrappeur pushed 2 commits to master: https://git.io/JkGGK
guest001 has joined #nixos
<DavHau[m]> Are there any known methods of how to get a statically built nix? `pkgs.pkgsStatic.nix` errors out during configure phase.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103879 โ†’ jackett: 0.16.2131 -> 0.16.2152 โ†’ https://git.io/JkGGX
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #103825 โ†’ python37Packages.pyvips: 2.1.12 -> 2.1.13 โ†’ https://git.io/JksIZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.pyvips: 2.1.12 -> 2.1.13 ยป: https://git.io/JkGZ2
<{^_^}> [nixpkgs] @jonringer merged pull request #103823 โ†’ python37Packages.dropbox: 10.8.0 -> 10.10.0 โ†’ https://git.io/JksTL
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.dropbox: 10.8.0 -> 10.10.0 ยป: https://git.io/JkGZ6
<{^_^}> [nixpkgs] @jonringer merged pull request #103843 โ†’ python37Packages.versioneer: 0.18 -> 0.19 โ†’ https://git.io/JksRZ
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JkGZM
Heirlung has quit [Quit: ZNC - http://znc.in]
Heirlung has joined #nixos
<evils> has anyone found a solution to this yet? `-glibc-2.31/lib/libc.so.6: version `GLIBC_2.32' not found`
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #103800 โ†’ python37Packages.cmd2: 1.3.11 -> 1.4.0 โ†’ https://git.io/Jk30s
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.cmd2: 1.3.11 -> 1.4.0 ยป: https://git.io/JkGc3
<{^_^}> [nixpkgs] @stigtsp merged pull request #103875 โ†’ hugo: 0.78.1 -> 0.78.2 โ†’ https://git.io/JkGmS
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JkGcC
zupo has quit [Ping timeout: 256 seconds]
zupo has joined #nixos
tboston has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #103799 โ†’ python37Packages.azure-mgmt-policyinsights: 0.5.0 -> 0.6.0 โ†’ https://git.io/Jk3Rc
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.azure-mgmt-policyinsights: 0.5.0 -> 0.6.0 ยป: https://git.io/JkGC6
<{^_^}> [nixpkgs] @jonringer merged pull request #103837 โ†’ python37Packages.bpython: 0.20 -> 0.20.1 โ†’ https://git.io/JksWy
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.bpython: 0.20 -> 0.20.1 ยป: https://git.io/JkGC9
<{^_^}> [nixpkgs] @jonringer merged pull request #103812 โ†’ python37Packages.distributed: 2.30.0 -> 2.30.1 โ†’ https://git.io/Jk3H3
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master ยซ python37Packages.distributed: 2.30.0 -> 2.30.1 ยป: https://git.io/JkGCA
<{^_^}> [nixpkgs] @vbgl merged pull request #103117 โ†’ scheherazade-new: init at 3.000 โ†’ https://git.io/Jkvdk
<{^_^}> [nixpkgs] @vbgl pushed to master ยซ scheherazade-new: init at 3.000 ยป: https://git.io/JkGWt
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103880 โ†’ kube3d: 3.2.0 -> 3.2.1 โ†’ https://git.io/JkGWB
ilmu has quit [Ping timeout: 260 seconds]
raghavsood has quit [Remote host closed the connection]
Izorkin_ has joined #nixos
Izorkin has quit [Ping timeout: 260 seconds]
Izorkin_ is now known as Izorkin
<{^_^}> [nixpkgs] @vbgl pushed to release-20.09 ยซ scheherazade-new: init at 3.000 ยป: https://git.io/JkGWN
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103881 โ†’ lazydocker: 0.9 -> 0.10 โ†’ https://git.io/JkGlm
<{^_^}> [nixpkgs] @nlewo opened pull request #103882 โ†’ hydra-cli: 0.2.0 -> 0.3.0 โ†’ https://git.io/JkGlO
cyraxjoe has quit [Quit: No Ping reply in 180 seconds.]
cyraxjoe has joined #nixos
kreyren_ has joined #nixos
kreyren__ has quit [Ping timeout: 240 seconds]
Izorkin has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103883 โ†’ leatherman: 1.12.2 -> 1.12.3 โ†’ https://git.io/JkG8i
Izorkin has joined #nixos
daddy_james[m] has quit [Quit: Idle for 30+ days]
Rian[m] has quit [Quit: Idle for 30+ days]
bloodyfish[m] has quit [Quit: Idle for 30+ days]
Izorkin has quit [Ping timeout: 256 seconds]
raghavsood has joined #nixos
<{^_^}> [nixpkgs] @djanatyn opened pull request #103884 โ†’ xlife: init at 6.7.5 โ†’ https://git.io/JkG4c
lewo` has quit [Remote host closed the connection]
alp has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103885 โ†’ libcint: 4.0.2 -> 4.0.6 โ†’ https://git.io/JkG4o
Izorkin has joined #nixos
tboston has quit [Ping timeout: 272 seconds]
tboston has joined #nixos
FRidh has joined #nixos
<leonardp> is there a nixos module to manage /etc/containers/storage.conf declaratively?
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
euandreh has joined #nixos
<leonardp> i should add: i want to use podman and want to change the location of the local image store
<leonardp> or should this be done with a bind mount?
orivej has joined #nixos
Darkmatter66 has joined #nixos
asheshambasta has joined #nixos
<asheshambasta> So, I've been using `niv` lately and I'm trying to use its overrides to use a local dependency. It seems to work pretty well, but I'm having trouble getting local overrides to work. This is when you tell niv to use a local path for a particular override in its sources.json. Niv does this with environment variables.
<asheshambasta> In my case, I seem to be confusing nix; in my output I see "unpacking sources ... do not know how to unpack source archive /some/override/path".
<asheshambasta> Has anyone else encountered this, or has tips on where/what I can do to make it work?
revtintin has quit [Quit: WeeChat 1.9.1]
<bqv> Is there a thing to shuffletidy nix attrs, or best I do a json dance?
<bqv> I got a deeply nested one, wanna dedup all the keys
mananamenos_ has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #102428 โ†’ nss: fix build on ppc64[le] โ†’ https://git.io/JT5c2
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/JkGEq
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103887 โ†’ liquibase: 4.1.1 -> 4.2.0 โ†’ https://git.io/JkGEO
<danderson> Is there a nixos option to add more things to $PATH globally? Similar to environment.systemPackages, but I need to just alter $PATH.
<danderson> ah, environment.pathsToLink I think
<bqv> danderson: no, and also, what
<danderson> hrm, no.
<danderson> So. For $day_job I develop a thing that runs as a system daemon. So I set up a systemd unit to run the binary out of my development git repo, but I want to also add that binary to $PATH (for the CLI tools).
<etu> danderson: Not sure what happens if you put it in environment.variables
<danderson> the obvious way seemed to be "get it dumped into /run/current-system/sw/bin somehow" :)
alp has quit [Ping timeout: 272 seconds]
<bqv> can't that be a systemd variable?
<bqv> Or a shell variable?
<bqv> Or even both
<etu> Sounds like a better idea
<bqv> Considerably
<danderson> For running the service, sure. But I want to run this stuff from my terminals also, not just via systemd. So yes, I'm trying to alter $PATH
<raghavsood> environment.interactiveShellInit should be able to let you add an alias to the fully qualified binary, or update your $PATH
<colemickens> but why not just install it as a system package?
<danderson> because while I'm iterating during development, it's not a nix derivation
<danderson> and building a nix derivation is at least 10x slower than the incremental rebuild via redo :)
<colemickens> Oh, I see, I wasn't parsing the question correctly.
<danderson> but, having poked around, I think I want home-manager's home.sessionPath
<raghavsood> danderson: Just buy a faster computer /s
<danderson> which adds stuff to $PATH
<raghavsood> You could also just set up a nix-shell that you can enter while you're doing your development which adds it onto the PATH
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/879bc29f760 (from 75 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<danderson> I also run the daemon in question outside working hours for other purposes, so I want it in my general path, not an env-specific one
<danderson> otherwise yes, I'd have tweaked my .envrc
<danderson> effectively, I want to get as close to "enable this program in nixos, only running my bleeding edge mostly broken binaries out of ~" as I can :)
<raghavsood> Since the channel seems more alive, anyone know what the process for proposing some structural changes is? I'd like to redo most of the blockchain stuff to be more consistent, and have a clearer separation between blockchains vs blockchain tools/companion programs. This would involve updating the nixpkg directory layout for blockchains, as well as
<raghavsood> adding/rewriting some modules to help with consistency
<etu> danderson: I usually have ~/bin linked in my path
<raghavsood> Do I just open a github issue? Post on discourse? Some mailing list?
<etu> danderson: There's an option for that
<etu> danderson: Couldn't you create symlinks from there to your scripts/binaries
<etu> Then you don't have to alter the PATH :)
m1cr0man has quit [Ping timeout: 256 seconds]
<etu> danderson: environment.homeBinInPath
Izorkin has quit [Ping timeout: 272 seconds]
<danderson> sure, but then I have things that aren't DECLARATIVE, DAMNIT
<danderson> ... but yeah, that also works :P
<etu> Use home-manager to create the symlinks then :D
<raghavsood> Do that, and then have a oneshot systemd script or home-manager to symlink it there for you
<MichaelRaskin> raghavsood: I think reorganising the Nixpkgs structure might either go easily or be bogged down for the same reason of many people considering the current organisation an unsalvageable mess anyway
mallox has joined #nixos
<MichaelRaskin> For modules โ€” just open PRs I guess?
<raghavsood> MichaelRaskin: Current organisation of the entire package tree, or just blockchains? I think doing it just for the blockchain stuff is approachable, we don't package a lot of them, and even fewer have accompanying modules
konobi has quit [Remote host closed the connection]
<MichaelRaskin> Entire tree
FRidh has quit [Ping timeout: 272 seconds]
konobi has joined #nixos
<MichaelRaskin> I guess if you create a tracking issue for cleaning up everything blockchain, and start with adding small modules, you have a good chances. I guess if anyone cares enough to oppose, you might at least find the other people who care about the blockchains to plan a cleanup together!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103888 โ†’ matcha-gtk-theme: 2020-10-23 -> 2020-11-11-0 โ†’ https://git.io/JkGu9
Izorkin has joined #nixos
<raghavsood> MichaelRaskin: That seems like a reasonable approach, thanks
tboston has quit [Read error: Connection reset by peer]
tboston__ has joined #nixos
templollete[m] has joined #nixos
heyitsrama has joined #nixos
<templollete[m]> How many people here us `nix` on non-`nixos` operating systems?
<MichaelRaskin> No idea. I do.
tboston__ has quit [Quit: My MacBook has gone to sleep. ZZZzzzโ€ฆ]
<{^_^}> [nixpkgs] @Lassulus merged pull request #103702 โ†’ gnomeExtensions.dash-to-panel: 39 -> 40 โ†’ https://git.io/JkY6E
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JkGgq
fendor has joined #nixos
heyitsrama has quit [Ping timeout: 240 seconds]
teto has joined #nixos
<typetetris> Am I getting this right: For `builtins.path` the `path` attribute of the arguments can't refer to a store path?
zupo has quit [Ping timeout: 256 seconds]
andreas31 has quit [Remote host closed the connection]
guest001 has quit [Remote host closed the connection]
andreas303 has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103889 โ†’ minikube: 1.14.2 -> 1.15.0 โ†’ https://git.io/JkG2H
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
<raghavsood> Anyone with maintainer/labelling rights able to help me update this issue to have more correct labels? https://github.com/NixOS/nixpkgs/issues/103890
<{^_^}> #103890 (by RaghavSood, 51 seconds ago, open): Housekeeping: Improve blockchain stuff organization and consistency
<evils> raghavsood: what labels do you want on that?
<raghavsood> evils: I was thinking of 0.kind enhancement, 6.topic module system, 9.needs: community feedback, but feel free to add/remove if you think others fit better, my first time approaching an issue like this
delan has joined #nixos
<evils> raghavsood: done, want the 0.kind: bug removed?
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<raghavsood> evils: That would be nice, yes, thank you for the help!
werner291 has joined #nixos
Izorkin has joined #nixos
<evils> raghavsood: thank you for taking an interest
<raghavsood> I found myself doing most of those recommendations on our internal nix stuff, so figured it would benefit people if we upstreamed them
Darkmatter66_ has joined #nixos
<bqv> Does nixpkgs have a way to make a guid?
FRidh has joined #nixos
Darkmatter66 has quit [Ping timeout: 260 seconds]
tru_tru has quit [Ping timeout: 256 seconds]
tru_tru has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @primeos pushed to master ยซ html-proofer: 3.16.0 -> 3.17.0 ยป: https://git.io/JkGwC
tru_tru has quit [Ping timeout: 260 seconds]
tru_tru_ has joined #nixos
zupo has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @vbgl merged pull request #103787 โ†’ coq_8_12: 8.12.0 โ†’ 8.12.1 โ†’ https://git.io/Jk3Zf
<{^_^}> [nixpkgs] @vbgl pushed to master ยซ coq_8_12: 8.12.0 โ†’ 8.12.1 ยป: https://git.io/JkGwS
jb55 has quit [Ping timeout: 240 seconds]
Darkmatter66_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
kenshinCH has quit [Ping timeout: 260 seconds]
jb55 has joined #nixos
kenshinCH has joined #nixos
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103891 โ†’ musikcube: 0.94.0 -> 0.95.0 โ†’ https://git.io/JkGrC
sbetrium has quit [Quit: sbetrium]
asheshambasta has quit [Ping timeout: 272 seconds]
medvid has quit [Ping timeout: 240 seconds]
medvid has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #103892 โ†’ mutt: 2.0.0 -> 2.0.1 โ†’ https://git.io/JkGoU
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103893 โ†’ nfpm: 1.10.0 -> 1.10.1 โ†’ https://git.io/JkGol
zupo has joined #nixos
ris has joined #nixos
<bqv> ah, nix eval will output pure nix. I can eval the attr to format it!
<{^_^}> [nixpkgs] @primeos opened pull request #103894 โ†’ iproute: Rename the attribute to iproute2 โ†’ https://git.io/JkGoK
<bqv> Now just the guids
werner291 has quit [Quit: werner291]
werner292 has joined #nixos
ericsagn1 has quit [Ping timeout: 260 seconds]
werner292 is now known as werner291
Izorkin has quit [Ping timeout: 260 seconds]
vsiddharth has joined #nixos
raghavsood has quit [Ping timeout: 245 seconds]
<vsiddharth> Hey, I was wondering what's the best way to deal with an authorization key in Nix, especially Nix Flakes. I tried including the key in the flake inputs but it errors saying that file:///.../key.txt is unsupported.
alp has joined #nixos
vandenoever has joined #nixos
vandenoever has joined #nixos
vandenoever has quit [Changing host]
Izorkin has joined #nixos
ericsagn1 has joined #nixos
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103895 โ†’ octant: 0.16.0 -> 0.16.1 โ†’ https://git.io/JkGi4
<{^_^}> [nixpkgs] @basvandijk closed pull request #103171 โ†’ jdk8: fix hashes & include script to generate them โ†’ https://git.io/JkfhA
m0rphism has joined #nixos
<{^_^}> [nixpkgs] @stigtsp merged pull request #103872 โ†’ ft2-clone: 1.39 -> 1.40 โ†’ https://git.io/JkGvZ
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JkGi9
raghavsood has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/879bc29f760 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
zupo has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @stigtsp merged pull request #103892 โ†’ mutt: 2.0.0 -> 2.0.1 โ†’ https://git.io/JkGoU
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JkGPw
<{^_^}> [nixpkgs] @pstn opened pull request #103896 โ†’ Gnunet 0.14.0 โ†’ https://git.io/JkGXl
Izorkin has quit [Ping timeout: 260 seconds]
asheshambasta has joined #nixos
<{^_^}> [nixpkgs] @vbgl pushed to release-20.09 ยซ coq_8_12: 8.12.0 โ†’ 8.12.1 ยป: https://git.io/JkGXX
<{^_^}> [nixpkgs] @aanderse merged pull request #103891 โ†’ musikcube: 0.94.0 -> 0.95.0 โ†’ https://git.io/JkGrC
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JkGXp
Izorkin has joined #nixos
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #103556 โ†’ stella: 6.3 -> 6.4 โ†’ https://git.io/JktW5
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JkG1z
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @rvl opened pull request #103898 โ†’ haskellPackages.taffybar: overrides to fix build โ†’ https://git.io/JkGyB
guest001 has joined #nixos
vsiddharth has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
cjpbirkbeck has joined #nixos
<dxtr> Hmm, so isn't there a way to run the podman api service by default?
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
vandenoever has quit [Changing host]
vandenoever has joined #nixos
phaebz has joined #nixos
KittyLily has joined #nixos
werner291 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #103653 โ†’ go-ethereum: 1.9.23 -> 1.9.24 โ†’ https://git.io/Jkm0n
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JkGH3
<KittyLily> On a nixos (console-only) server, how can I use VSCode's remote ssh? It tries to use a node binary that it creates on its own
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103899 โ†’ photoflare: 1.6.5 -> 1.6.6 โ†’ https://git.io/JkGHW
<psibi[m]> Any pointers on how to resolve this issue: https://stackoverflow.com/questions/64844698/building-nixos-ami-image-for-amazon
<patagonicus> psibi[m]: Pretty sure the config file should have system-features = kvm without the quotes. That would also explain the extra quotes in the error message.
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #103839 โ†’ simh: init at 3.11-1 โ†’ https://git.io/Jks89
<{^_^}> [nixpkgs] @AndersonTorres pushed 2 commits to master: https://git.io/JkGHi
<psibi[m]> patagonicus: Thanks and that indeed seems to solve the issue. :-)
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
KittyLily has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @RaghavSood opened pull request #103900 โ†’ [20.09] go-ethereum: 1.9.20 -> 1..9.24 โ†’ https://git.io/JkGQr
<raghavsood> Anyone have any insight on how to backport a package update to 20.03 if the changes between the last commit for that package ion 20.03 and master contain stuff that's not available in 20.03 (such as runVend for go packges)?
chloekek has joined #nixos
<chloekek> Is it possible to customize the suggested command template for missing commands? Instead of โ€œnix-env -iA <expr>โ€ Iโ€™d like it to print โ€œnix run <expr> -c <command>โ€ so I can easily copyโ€“paste that into the prompt.
* chloekek takes look at source code of command-not-found. Seems to be a hardcoded message. Guess I can write a patch file and apply it with nixpkgs.config.packageOverrides.
<{^_^}> [nixpkgs] @foo-dogsquared closed pull request #103219 โ†’ dasel: 1.2.0 -> 1.5.0 โ†’ https://git.io/JkU6M
<bqv> Hey whats something that uses nix but not nixpkgs?
<dxtr> Hmm, so it is possible to use Type=notify for services created in systemd.services? The issue right now is that systemd is expecting the pid of the shell to sd_notify
Siilwyn has left #nixos ["User left"]
FRidh has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @andir opened pull request #103901 โ†’ firefox: 82.0.2 -> 82.0.3, firefox-esr: 78.4.0esr -> 78.4.1esr โ†’ https://git.io/JkGF8
<{^_^}> [nixpkgs] @ryantm merged pull request #103881 โ†’ lazydocker: 0.9 -> 0.10 โ†’ https://git.io/JkGlm
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkGFF
<{^_^}> [nixpkgs] @ryantm merged pull request #103671 โ†’ discord-canary: 0.0.114 -> 0.0.115 โ†’ https://git.io/JkYeT
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkGbe
<{^_^}> [nixpkgs] @ryantm merged pull request #103868 โ†’ flyctl: 0.0.146 -> 0.0.149 โ†’ https://git.io/Jksxd
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkGbI
guest001 has quit [Remote host closed the connection]
philr has quit [Ping timeout: 240 seconds]
cosimone has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
orivej has joined #nixos
sigmundv__ has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
alp has quit [Ping timeout: 272 seconds]
whatisRT has quit [Quit: ZNC 1.7.5 - https://znc.in]
<{^_^}> [nixpkgs] @pkern opened pull request #103902 โ†’ nixos/spamassassin: Fix network requirement on boot โ†’ https://git.io/JkGxX
cjpbirkbeck has quit [Quit: Goodbye, take care]
<{^_^}> [nixpkgs] @veprbl merged pull request #103748 โ†’ chicken: support darwin platform โ†’ https://git.io/JkOuS
<{^_^}> [nixpkgs] @veprbl pushed commit from @landakram to master ยซ chicken: support darwin platform (#103748) ยป: https://git.io/JkGpJ
kreyren__ has joined #nixos
kreyren_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @basvandijk opened pull request #103903 โ†’ x265: fix URL of patch โ†’ https://git.io/JkGhr
<{^_^}> [nixpkgs] @basvandijk merged pull request #103903 โ†’ x265: fix URL of patch โ†’ https://git.io/JkGhr
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to release-20.09: https://git.io/JkGhX
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103904 โ†’ pmix: 3.2.0 -> 3.2.1 โ†’ https://git.io/JkGjT
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @jlesquembre closed pull request #103759 โ†’ Update clojure/default.nix โ†’ https://git.io/JkOiF
JayQuerie[m] has joined #nixos
domogled has joined #nixos
sss2 has quit [Quit: Leaving]
FRidh has quit [Ping timeout: 272 seconds]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @mwilsoncoding opened pull request #103905 โ†’ update contact info mwilsoninsight -> maxwilson โ†’ https://git.io/JkZJt
nschoe has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
hammer has joined #nixos
<hammer> is there a way to switch to nixos-unstable channel directly from the installation media?
<Ke> yes
<hammer> so that the installer directly downloads from unstable anything it needs
<Ke> I think you can just use nix-channel on the installer and it just works
<hammer> Ke i tried to do that before, ran nix-channel and sudo nix-channel and added the unstable ones but it seemed to use the 20 channel anyway
<clever> Ke: yep, just chanle what nixos points to
<clever> hammer: does `nix-channel --list` say that nixos is using the new channel? dod you also `--update` ?
<hammer> hmm so now i ran this `nix-channel --add https://nixos.org/channels/nixos-unstable nixos` on both sudo and non sudo
<hammer> and nix-channel on both show the unstable
<hammer> does that mean that i just proceed with install and it'll use unstable?
<clever> hammer: you only have to do it as root, and you must --update for the change to take effect
lsix has joined #nixos
<hammer> nix-channel --update?
<clever> yeah, as root
<clever> root's channels are the default channels for all other users
<hammer> i think the --update was why it didn't take effect when i added the unstable earlier, cause i didn't run it
civodul has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103906 โ†’ ptcollab: 0.3.4.1 -> 0.3.5 โ†’ https://git.io/JkZke
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/9be6b03fe15 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
iH8c0ff33 has joined #nixos
freezeboy has joined #nixos
<freezeboy> hi there ! Anyone has a good and fast config using nix in gitlab-ci?
werner291 has joined #nixos
cosimone has quit [Quit: cosimone]
wnklmnn has joined #nixos
<catern> adisbladis: hm I just noticed an issue with the emacs site-start.el; it calculates and sets find-function-C-source-directory based on its own path - but it's installed into ~/.nix-profile and other places, which are early on load-path, so running a different version of Emacs will get an incorrect site-start.el and therefore an incorrect find-function-C-source-directory
<catern> that variable really needs to be set in some file actually tied to the Emacs version... maybe by patching the .el defining it
FRidh has quit [Ping timeout: 272 seconds]
FRidh has joined #nixos
<dminuoso> freezeboy: shell runner and do whatever you want.
<{^_^}> [patchelf] @blitz opened pull request #251 โ†’ Fuzzing fixes โ†’ https://git.io/JkZql
<freezeboy> dminuoso thx, i was thinking about the pipelines, not the runner configs in fact
<freezeboy> for the runner I use the services.nix from the module example
<dminuoso> What do you mean?
domogled has quit [Read error: Connection reset by peer]
<freezeboy> in search.nixos.org, the example provided for option: services.gitlab-runner.services
<freezeboy> basically a nix docker image with /nix/store shared in read-only mode
<{^_^}> [nixpkgs] @RamKromberg opened pull request #103909 โ†’ transgui: patch to circumvent v3 rpc issue โ†’ https://git.io/JkZqN
<{^_^}> [nixpkgs] @joepie91 opened pull request #103910 โ†’ nixos/gitea: allow setuid/setgid syscalls โ†’ https://git.io/JkZqx
iH8c0ff33 has quit [Remote host closed the connection]
FRidh has quit [Quit: Konversation terminated!]
tom39291 has quit [Quit: WeeChat 2.9]
tom39291 has joined #nixos
ericsagn1 has quit [Ping timeout: 260 seconds]
iH8c0ff33 has joined #nixos
cole-h has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103911 โ†’ react-native-debugger: 0.11.4 -> 0.11.5 โ†’ https://git.io/JkZYy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103912 โ†’ recode: 3.7.7 -> 3.7.8 โ†’ https://git.io/JkZOY
iH8c0ff33 is now known as iH8c0ff33-1
ericsagn1 has joined #nixos
strikerer has joined #nixos
strikerer has quit [Remote host closed the connection]
mudrii[m] has quit [Quit: Idle for 30+ days]
freezeboy has quit [Remote host closed the connection]
FRidh has joined #nixos
boxscape has joined #nixos
<{^_^}> [nixpkgs] @catern opened pull request #103913 โ†’ emacs: properly include source code when withCsrc is true โ†’ https://git.io/JkZ3i
alp has joined #nixos
mallox has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @bhipple merged pull request #103900 โ†’ [20.09] go-ethereum: 1.9.20 -> 1.9.24 โ†’ https://git.io/JkGQr
<{^_^}> [nixpkgs] @bhipple pushed 5 commits to release-20.09: https://git.io/JkZs3
viric has quit [Read error: Connection reset by peer]
berberman_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #nixos
iH8c0ff33-1 is now known as iH8c0ff33
FRidh has quit [Ping timeout: 272 seconds]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103914 โ†’ rootlesskit: 0.11.0 -> 0.11.1 โ†’ https://git.io/JkZGT
hammer has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
raghavsood has quit [Remote host closed the connection]
mallox has joined #nixos
iH8c0ff33 is now known as iH8c0ff33-matrix
FRidh has quit [Ping timeout: 264 seconds]
iH8c0ff33 has joined #nixos
FRidh has joined #nixos
<catern> adisbladis: and find-function-C-source-directory can also be confused by running emacs from emacs built with emacsWithPackages - in that case EMACSLOADPATH will be inherited to the sub-emacs. hmm..
o1lo01ol1o has quit [Ping timeout: 240 seconds]
mallox has quit [Client Quit]
FRidh has quit [Remote host closed the connection]
FRidh has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103915 โ†’ rpm-ostree: 2020.7 -> 2020.8 โ†’ https://git.io/JkZnJ
<catern> we should probably use emacs -L instead of setting EMACSLOADPATH?
FRidh has quit [Ping timeout: 264 seconds]
endformationage has joined #nixos
FRidh has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103916 โ†’ rtsp-simple-server: 0.12.0 -> 0.12.1 โ†’ https://git.io/JkZcU
<{^_^}> [nixpkgs] @badmutex opened pull request #103917 โ†’ plex: 1.20.3.3483 -> 1.20.3.3517 โ†’ https://git.io/JkZcc
<neonfuz2> Any way to get more attention on a PR of mine? It's been a month since I made it and the next version release is about to happen
<{^_^}> #100773 (by neonfuz, 4 weeks ago, open): rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe
<neonfuz2> I'm fine with bumping this package too, maybe I should add myself as maintainer
chour has quit [Quit: WeeChat 2.9]
Darkmatter66 has joined #nixos
vidbina_ has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #103904 โ†’ pmix: 3.2.0 -> 3.2.1 โ†’ https://git.io/JkGjT
<{^_^}> [nixpkgs] @markuskowa pushed 2 commits to master: https://git.io/JkZcN
iH8c0ff33 has quit [Quit: WeeChat 2.9]
<FRidh> ,locate dig
<{^_^}> Found in packages: dnsutils.dnsutils
<__monty__> Hmm, I have a nix-shell containing a python37.withPackages ... [ pillow ] but I cannot `import PIL`. The nixpkgs manual seems to suggest I should be able to.
sangoma has joined #nixos
<FRidh> $ nix-shell -E "(import ./. {}).python3.withPackages(ps: with ps; [ pillow ])" --run "python3 -c 'import PIL; print(PIL.__version__)'"
<FRidh> gives 7.2.0 for me at master
<FRidh> works with 3.7 as well
<{^_^}> [nixpkgs] @freezeboy opened pull request #103918 โ†’ gping: 1.1 -> 0.1.6 โ†’ https://git.io/JkZWv
<__monty__> FRidh: This is my shell.nix: http://ix.io/2EgO
<FRidh> __monty__: can't do much without knowing the nixpkgs version
<FRidh> otherwise that should be fine
<__monty__> nix-info reports nixpkgs-21.03pre251181.dd1b7e377f6 should be a fairly recent unstable revision. I'm on darwin btw.
ManiacOfMadness has joined #nixos
bn_work has joined #nixos
<DavHau[m]> If I build `pkgs.staticPkgs.python3`, modules from the standard library, like for example `math`, are missing. Does anyone know a fix for this?
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @primeos opened pull request #103919 โ†’ gpgme: 1.14.0 -> 1.15.0 โ†’ https://git.io/JkZlU
FRidh has quit [Ping timeout: 265 seconds]
ManiacOfMadness has quit [Ping timeout: 265 seconds]
FRidh has joined #nixos
FRidh has quit [Remote host closed the connection]
FRidh has joined #nixos
<{^_^}> FRidh/static-python#2 (by FRidh, 32 weeks ago, open): Include extension modules in build
<FRidh> did a quick test with modifying/creating that file, and it works
cr4y1_ has joined #nixos
acarrico has quit [Ping timeout: 246 seconds]
nextloop has quit [Quit: WeeChat 2.1]
<FRidh> note I started looking into this after a discussion on discuss.python.org about distributing interpreters via pypi
<DavHau[m]> Thanks! In which phase should that file be created and where should it be put?
<FRidh> DavHau[m]: configure phase. Have a look in the cpython source tree for that file
<FRidh> or other Setup* files
werner291 has quit [Remote host closed the connection]
<FRidh> I recall there is a default file listing many, but it is quite messy
<FRidh> *many modules
bgamari has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/9be6b03fe15 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
o1lo01ol1o has joined #nixos
alp has quit [Ping timeout: 272 seconds]
<DavHau[m]> I cannot find any Setup.* files in the cpython source tree
pushqrdx has joined #nixos
<pushqrdx> so pantheon desktop on latest nix-unstable channel is completely broken
<pushqrdx> and i don't have a backup point before it broke
<pushqrdx> can someone help me identify and perhaps fix the issue at least temporarily until some fix is applied upstream?
<__monty__> Hmm, if I add numpy to the packages I can't import that either. (Figured I'd test one of the modules used in the manual examples.) Should I avoid using mkShell maybe?
nextloop has joined #nixos
<__monty__> pushqrdx: Easiest would be to roll back a generation.
<pushqrdx> note: it's broken even on a fresh install from the unstable channel
<pushqrdx> __monty__ i don't have a generation, it's a fresh uninstall
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<pushqrdx> install*
<__monty__> Then I don't have good advice. Overlay patheon with a pinned version and try older and older commits.
<srhb> pushqrdx: You could also try jumping to 20.09 for a while.
<srhb> Or pointing rebuild at an earlier nixos-unstable.
<pushqrdx> srhb most of the stuff i work with and need aren't there
<pushqrdx> srhb yes that, how can i do that
FRidh has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos
<srhb> pushqrdx: I think -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/<sha1>.tar.gz might work
<srhb> pushqrdx: With <sha1> being a commit that works for you.
<__monty__> Uhm, actually, I'm getting a python 3.*8*.6 in my nix-shell. Even though I'm using python37.withPackages. Anyone know why this might happen?
<pushqrdx> srhb where that argument is supposed to be passed to?
<srhb> pushqrdx: To nixos-rebuild :)
<{^_^}> [nixpkgs] @lopsided98 opened pull request #103920 โ†’ pkgs-lib: allow paths in TOML, YAML and JSON โ†’ https://git.io/JkZ4r
wnklmnn[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103921 โ†’ seaweedfs: 2.09 -> 2.10 โ†’ https://git.io/JkZ4H
ilmu has joined #nixos
<__monty__> The python 3.8 I'm getting in the nix-shell is *not* coming from my environment btw. The python on my PATH is one installed with brew.
<{^_^}> [nixpkgs] @ryantm merged pull request #103859 โ†’ dasel: 1.2.0 -> 1.5.1 โ†’ https://git.io/Jksyr
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkZ4h
sss2 has joined #nixos
<pushqrdx> srhb i wonder if there's away i can list stuff that are in that /archive
<pushqrdx> i can't just access that link
<srhb> pushqrdx: Any nixpkgs commit hash will do
<srhb> At least I think so. What error did you get?
kreyren__ has quit [Remote host closed the connection]
kreyren__ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103922 โ†’ shaarli: 0.11.1 -> 0.12.1 โ†’ https://git.io/JkZBu
boxscape has quit [Ping timeout: 265 seconds]
werner291 has joined #nixos
<__monty__> Hmm, nix-shell -p 'python37.withPackages (ps: [ ps.pillow ])' --run 'python -c "import pillow; print(PIL.__version__)"' works fine. But I still haven't a clue as to why the shell.nix gives me python 3.8.6 rather than the 3.7 with packages.
<FRidh> __monty__: ahh some other buildInput is propagating Python
<__monty__> Is it black? Why would it do so?
<pushqrdx> srhb i don't know why i have the feeling that running that command is installing everything from nixpkgs :D
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103923 โ†’ sickgear: 0.22.15 -> 0.23.0 โ†’ https://git.io/JkZRW
<srhb> pushqrdx: Well it will, especially if you have crossed a glibc version or some other mass-rebuilding thing, since that changes everything.
<__monty__> pushqrdx: It shouldn't be. But it is pulling down an entire nixpkgs checkout.
<FRidh> because buildPython* does so
<pushqrdx> it's building some haskell stuff, i don't have any thing todo with haskell in my config, and i don't remember seeing that being built as a dependency before
<srhb> pushqrdx: Picking a sensible sha1 that actually has a functional binary cache is also important
<FRidh> just add black to your python env
<srhb> pushqrdx: But that's hard right now, with hydra down, if you don't know what a functional version was before.
<pushqrdx> srhb i just picked one 2 days ago..
<FRidh> ps.black that is
<srhb> oh, hydra is back.
<pushqrdx> i just hope it isn't downloading the whole nixpkgs repo and building stuff i don't need for some reason :D
<__monty__> FRidh: Ah, yep. That was the problem. Is that really a sensible design choice for the buildPython* functions?
<pushqrdx> srhb so how can i use hydra to pick correct hash?
<{^_^}> #102613 (by FRidh, 1 week ago, open): WIP: Python: wrap and patch using `requiredPythonModules` instead of `propagatedBuildInputs`
<FRidh> good luck fixing several thousand expressions
<srhb> pushqrdx: Pick a commit from one of the green checkmarks -- the commit is the last part of the name
<srhb> pushqrdx: That should have most things cached.
<srhb> pushqrdx: But unless you know what broke pantheon, it's hard to give better advice here. Perhaps more debugging is in order :)
<__monty__> FRidh: I'll support your good work silently from the sidelines.
<pushqrdx> srhb can i just use the truncated part of the hash on hydra or do i need to hunt for it on github?
<srhb> pushqrdx: Try?
<pushqrdx> hh ok i tried says unpacking and seems to be going on so i guess i can :D
<pushqrdx> picked the one from 5 days ago, at least if it worked i will have a range to look for what broke everything and hopefully find something and file a bug report
<pushqrdx> so way back earlier i was asking if i can pin my configuration.nix to an exact time/commit and no one seemed to offer that -I thing
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103924 โ†’ sigil: 1.3.0 -> 1.4.0 โ†’ https://git.io/JkZ0r
<pushqrdx> from what i can see i can specify nixpkgs=http://git.... and my config .nix would use that everytime right?
FRidh has quit [Ping timeout: 256 seconds]
FRidh has joined #nixos
<srhb> pushqrdx: It's not (really) possible from _within_ the config, not without flakes.
<srhb> pushqrdx: There are workarounds, but none of them are particularly pretty.
<pushqrdx> haven't felt the need to checkout the flake stuff yet so i don't know what they are about yet
<srhb> It's also very experimental. Just pointing out that it's not pretty without it, yet.
<srhb> You could build your own nixos-rebuild wrapper that does it with eg. niv or something like it. That would be pretty clean.
acarrico has joined #nixos
growpotkin has joined #nixos
boxscape has joined #nixos
shabius has joined #nixos
o1lo01ol1o has joined #nixos
asheshambasta has quit [Ping timeout: 272 seconds]
shabius has quit [Client Quit]
FRidh has quit [Ping timeout: 256 seconds]
FRidh has joined #nixos
o1lo01ol1o has quit [Ping timeout: 256 seconds]
hnOsmium0001 has joined #nixos
<Reventlov> Hey there
<Reventlov> trying to launch nix-build on some derivation, on debian (I just installed nix), Iย get:
<Reventlov> file 'nixos-config' was not found in the Nix search path (add it using $NIX_PATH or -I), at /home/remy/.nix-defexpr/channels/nixpkgs/nixos/modules/system/activation/top-level.nix:289:68
KarlJoad has joined #nixos
<das_j> Reventlov: You want `nix-store -r /path/to/drv`
<KarlJoad> I am having issues getting rpcbind and rpcinfo to work. I can run `sudo rpcbind`, and I see lock and sock files show up in /var/run, but I cannot get any information from them using rpcinfo. Does anyone have any insights? Do I need to add the program to my system-level configuration?
<{^_^}> [nixpkgs] @lopsided98 opened pull request #103925 โ†’ coreutils: fix build on 32-bit ARM โ†’ https://git.io/JkZza
<{^_^}> [nixpkgs] @ryantm merged pull request #103861 โ†’ doctl: 1.51.0 -> 1.52.0 โ†’ https://git.io/JksHg
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkZz9
<{^_^}> [nixpkgs] @ryantm merged pull request #103880 โ†’ kube3d: 3.2.0 -> 3.2.1 โ†’ https://git.io/JkGWB
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JkZzQ
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103926 โ†’ ssmsh: 1.4.3 -> 1.4.4 โ†’ https://git.io/JkZgI
<{^_^}> [nixpkgs] @romildo merged pull request #103888 โ†’ matcha-gtk-theme: 2020-10-23 -> 2020-11-11-0 โ†’ https://git.io/JkGu9
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JkZgL
<{^_^}> [nixpkgs] @romildo merged pull request #103877 โ†’ iconpack-obsidian: 4.13 -> 4.14 โ†’ https://git.io/JkGOh
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JkZgC
<{^_^}> [nixpkgs] @romildo merged pull request #103569 โ†’ theme-obsidian2: 2.15 -> 2.16 โ†’ https://git.io/JktPN
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JkZgE
<srhb> Reventlov: "Some derivation" ? References to nixos-config sounds like it's trying to do a nixos build.
<srhb> Reventlov: (as nixos-rebuild would)
boxscape has quit [Quit: Connection closed]
nek0 has quit [Quit: The Lounge - https://thelounge.chat]
<{^_^}> [nixpkgs] @soulsoiledit opened pull request #103927 โ†’ multimc: remove root directory flag โ†’ https://git.io/JkZgS
nek0 has joined #nixos
<pushqrdx> good god, is there a way i can tell nixos-rebuild to use all cpu cores when it encounters a build.. i have been waiting for kernel rebuild for almost an hour
pushqrdx has quit [Remote host closed the connection]
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @romildo merged pull request #103870 โ†’ font-manager: 0.7.8 -> 0.7.9 โ†’ https://git.io/Jkspd
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JkZ2I
connelly has joined #nixos
<Reventlov> srhb: basically i'm generating VMs
<joepie91> I'm confused. 20.09 is out, but nixpkgs-channels does not have a nixos-20.09 branch? did something change in how channels are made available/
<joepie91> ?*
<Reventlov> Here is what I use: https://github.com/rgrunbla/nixos-vms
<connelly> can somone help me figur out how to get a simple game running on steam - I've followed the wiki to no avail
<Reventlov> it works well on my nixos laptop
<Reventlov> but not on my debian server
<srhb> joepie91: Yes, channels has been deprecated for a while and 20.03 was the last to get one
FRidh has quit [Ping timeout: 260 seconds]
<srhb> joepie91: Just use the corresponding branches from nixpkgs.
<joepie91> huh, okay.
<joepie91> I was not aware of this deprecation :)
<connelly> I have steam
<connelly> 340 โ”‚ (steam.override { extraPkgs = pkgs: [ mono gtk3 gtk3-x11 libgdiplus zlib ]; nativeOnly = true; }).run
<srhb> joepie91: It was even in the release notes ^^
nek0 has quit [Remote host closed the connection]
arianvp has quit [Quit: WeeChat 2.7.1]
<joepie91> srhb: but hold on, the benefit of nixpkgs-channels was supposed to be that it only updates once all of the packages in it have built on Hydra
<connelly> and I got steam installed and downloaded two games (shenzhen I/O and among us) and neither runs properly. I tried running them with steam-run and haven't gotten that working either
arianvp has joined #nixos
<srhb> joepie91: Same for the ones in nixpkgs.
<joepie91> the regular nixpkgs branches don't provide this, do they?
FRidh has joined #nixos
<srhb> joepie91: Yes, exact same behaviour.
<srhb> release-20.09 is before hydra, nixos-20.09 is after.
Poumpaloumpa has joined #nixos
<connelly> it says to launch a shell script for your steam game from ~/.local/share/applicaitons/gamename.deskop on the Exec line, but neither of those games points to a shell script, just launching the main steam app with a steam:// URL... I tried creating a shell script that does that and launching it in the FHS but that failed for both games
<Reventlov> https://0x0.st/i5ZI.txt here are the logs
<srhb> connelly: I think you best bet is to pastebin some examples of the failures, such that people who know about steam can try and help to debug exactly what's going wrong. Also there's #nixos-gaming which may bea good place.
<joepie91> srhb: but don't backports get merged into branches, and only trigger a build when they are?
<joepie91> into those branches*
<srhb> Reventlov: Do you have config.copySystemConfiguration set to true in your VMs?
<joepie91> blah, damn lag
<joepie91> srhb: ah right, I didn't realize there were two separate branches for each, thanks
<srhb> joepie91: No problem. :)
<Reventlov> srhb: oh damn
<Reventlov> yes indeed, mistake from my part :p
<srhb> Reventlov: Ah good. Easy fix. :)
<Reventlov> thanks !
<{^_^}> [nixpkgs] @AleXoundOS closed pull request #80817 โ†’ SDL_mixer: enable MikMod โ†’ https://git.io/Jv0CM
sangoma has quit [Quit: WeeChat 2.9]
ManiacOfMadness has quit [Ping timeout: 240 seconds]
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
<connelly> srhb: I'm not sure where to find any failures - it's not obvious where the logging is happening - it's not in the systemd journal and the command line responses are minimal and launching from the GUI just silently fails
<connelly> srhb: no response in there
<srhb> connelly: It' low traffic, so immediate responses are not that common. I don't have time to fully guide you, but if you're having trouble launching via steam-run, you could still get some debug logs by launching steam itself from a terminal.
Duponin has joined #nixos
o1lo01ol1o has joined #nixos
<Duponin> Hi, I'm currently learning Nix (using NixOS) and I don't understand a behavior. I create a custom module, import from `configuration.nix` in to module, import and enable it. When I run `nixos-rebuild dry-build` there are a few derivations, is it normal?
<Duponin> (I migrate tasks from the configuration.nix to the module, typo)
<KarlJoad> I am having issues getting rpcbind and rpcinfo to work. I can see lock and sock files in /var/run, but I cannot get any information from them using rpcinfo. Do I need to add the program to my system-level configuration?
<Ke> seeing derivations is normal, not sure what is the mystery
<Reventlov> so now I get a build error: / a 'x86_64-linux' with features {kvm} is required to build [โ€ฆ] but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test}
<Reventlov> /dev/kvm exists, can Iย tell nix I actually support kvm ?
<Yaniel> Duponin: note that it only builds the derivations that changed
<Yaniel> and dry-build just lists what it would build
<Duponin> Ke: I would expect to see no new derivations since I just tasks from a module to another
<connelly> srhb: thank you - here's the paste of the console out when launching steam that way: https://pastebin.com/2Q141yf7
berberman_ has joined #nixos
<srhb> connelly: Yes, that didn't look very useful. What's your problem with steam-run?
berberman has quit [Ping timeout: 260 seconds]
<connelly> srhb: well it says to grab the shell script to launch the game from the Exec= line in the .desktop file, but that line just points to steam steam://... - if I create a shell script that calls that and run it from steam-run it pops up steam but doesn't launch the game and doesn't have a lot of output
o1lo01ol1o has quit [Ping timeout: 260 seconds]
<srhb> connelly: It's usually pretty easy to find the executable in ~/local/share/Steam/steamapps/common/$yourgame and then steam-run that :)
<connelly> srhb: it's a .exe file there tho
<srhb> connelly: Is it a proton title?
<srhb> connelly: As in, not native Linux?
<connelly> srhb: yes, I tried it with launch options for proton and it didn't change much --- it's "Among Us"
<srhb> Sorry, I have no experience debugging Proton games.
FRidh has quit [Ping timeout: 260 seconds]
FRidh has joined #nixos
S0rin_ has joined #nixos
S0rin has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103928 โ†’ terraform-providers.libvirt: 0.6.2 -> 0.6.3 โ†’ https://git.io/JkZwJ
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #99176 โ†’ meson: Remove propagated native C compiler โ†’ https://git.io/JUDXb
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to staging: https://git.io/JkZwG
bbigras has quit [Ping timeout: 260 seconds]
kraem has quit [Ping timeout: 260 seconds]
Alex[m] has quit [Ping timeout: 260 seconds]
m_hackerfoo has quit [Ping timeout: 260 seconds]
kamid has quit [Ping timeout: 260 seconds]
Alex[m] has joined #nixos
m_hackerfoo has joined #nixos
Synth[m] has quit [Ping timeout: 260 seconds]
jbal[m] has quit [Ping timeout: 260 seconds]
DarkTrancer[m] has quit [Ping timeout: 260 seconds]
Hm7000 has quit [Ping timeout: 260 seconds]
Jezhehim[m] has quit [Ping timeout: 260 seconds]
puzzlewolf has quit [Ping timeout: 260 seconds]
domenkozar[m] has quit [Ping timeout: 260 seconds]
witchof0x20[m] has quit [Ping timeout: 260 seconds]
tlater[m] has quit [Ping timeout: 260 seconds]
govanify has quit [Ping timeout: 260 seconds]
tet[m] has quit [Ping timeout: 260 seconds]
SpaghettiCthulhu has quit [Ping timeout: 260 seconds]
MinceR has quit [Ping timeout: 260 seconds]
DarkTrancer[m] has joined #nixos
jbal[m] has joined #nixos
Hm7000 has joined #nixos
Synth[m] has joined #nixos
Jezhehim[m] has joined #nixos
witchof0x20[m] has joined #nixos
kamid has joined #nixos
MinceR has joined #nixos
SpaghettiCthulhu has joined #nixos
tet[m] has joined #nixos
govanify has joined #nixos
domenkozar[m] has joined #nixos
tlater[m] has joined #nixos
lsix has quit [Ping timeout: 260 seconds]
kraem has joined #nixos
puzzlewolf has joined #nixos
bbigras has joined #nixos
zupo has joined #nixos
alp has joined #nixos
werner291 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @yvesf opened pull request #103930 โ†’ firefox: fix wayland-lto issue reference number โ†’ https://git.io/JkZwN
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #nixos
mohe2015 has joined #nixos
<mohe2015> Hi, is there any reason for "error: --- Interrupted ---------------------------------------------------------------------------------------------------------- nixinterrupted by the user" when running `sudo nixos-rebuild --max-jobs 4 boot` and not watching the build? I assume this may happen in an out of memory situation but I don't understand how
<mohe2015> it claims to be interrupted by the user
<srhb> mohe2015: interrupted does sound a bit weird.
ericsagn1 has quit [Ping timeout: 260 seconds]
<mohe2015> It's https://github.com/mohe2015/nixpkgs/tree/mesa-opencl if that helps (just rebased to master again so not exactly)
<{^_^}> #82729 (by athas, 34 weeks ago, open): mesa: restore OpenCL support.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103931 โ†’ toxic: 0.8.4 -> 0.9.0 โ†’ https://git.io/JkZoR
o1lo01ol1o has joined #nixos
expelledboy has quit [Ping timeout: 260 seconds]
ericsagn1 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 260 seconds]
cr4y1 has joined #nixos
cr4y1_ has quit [Ping timeout: 265 seconds]
<KarlJoad> It seems like my rpcbind/rpcinfo issue is a firewall issue. Is there a way to temporarily change NixOS's firewall, until the next boot?
<clever> KarlJoad: you can always run the iptables command by hand to make changes
<KarlJoad> And those won't take effect on the next boot?
<clever> KarlJoad: all changes done with the iptables command are lost on shutdown
mohe2015 has quit [Remote host closed the connection]
<KarlJoad> Awesome sauce. Now I need to go through and figure out how to open ports on using iptables.
<clever> KarlJoad: iptables -t filter -I nixos-fw --dport 22 -j nixos-fw-accept, i'm guessing
<clever> KarlJoad: you can run `iptables-save` to print the current tables
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
mohe2015 has joined #nixos
lsix has joined #nixos
malorie has joined #nixos
Poumpaloumpa has quit [Quit: Konversation terminated!]
<malorie> I just tried configuring ibus without success, and now ^F isn't working anymore in my terminal. any idea how to fix this?
<malorie> I've already tried removing ibus again, but the problem persists
<KarlJoad> Ok. I figured out the rpcbind issue, for real this time. You should add it as a system service from /etc/nixos/configuration.nix, instead of nix-env -i it.
zupo has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @roberth pushed 65 commits to staging-20.09: https://git.io/JkZ6p
servo has joined #nixos
zupo has joined #nixos
alp has quit [Ping timeout: 272 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #103932 โ†’ ulauncher: 5.8.0 -> 5.8.1 โ†’ https://git.io/JkZiI
lsix has quit [Quit: WeeChat 2.9]
mohe2015 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @devhell closed pull request #100980 โ†’ mp3gain: Fix vulnerabilities โ†’ https://git.io/JTlmw
<{^_^}> [nixpkgs] @devhell reopened pull request #100980 โ†’ mp3gain: Fix vulnerabilities โ†’ https://git.io/JTlmw
<{^_^}> [nixpkgs] @nuance opened pull request #103933 โ†’ emacs: Link native-lisp directory into Mac app โ†’ https://git.io/JkZiK
gxt has quit [Remote host closed the connection]
<hexagoxel> mostly out of curiosity: is there a way to nix-instantiate --eval an expression that is a string without escaping it? Fine if it fails if encountering a non-string..
gxt has joined #nixos
<malorie> loading one of the generations before I added ibus makes ^F work again, but booting into my current one (with the same configuration.nix) doesn't :\
<malorie> is there a way to effectively revert what I did, and branch off the generation that is fine?
heyitsrama has joined #nixos
werner291 has joined #nixos
o1lo01ol1o has joined #nixos
ece has quit [Ping timeout: 260 seconds]
alp has joined #nixos
heyitsrama has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
domogled has joined #nixos
vandenoever has quit [Read error: Connection reset by peer]
vandenoever has joined #nixos
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<notgne2> hexagoxel (chat.freenode.net): I don't think so, your best bet is probably `... --json | jq -r`
<notgne2> oh or do you mean the input
nek0 has joined #nixos
<{^_^}> [nixpkgs] @Atemu opened pull request #103934 โ†’ linux_zen: 5.9.6 -> 5.9.8 โ†’ https://git.io/JkZXY
tru_tru_ has quit [Quit: leaving]
tru_tru has joined #nixos
<hexagoxel> notgne2: thanks! yes I meant output :)
roti_343 has joined #nixos
domogled has quit [Ping timeout: 246 seconds]
<roti_343> out of curiosity, has anyone had any experience with xfs? or an oppinion on it?
Acou_Bass has quit [Ping timeout: 256 seconds]
aidenholmes has joined #nixos
wnklmnn has quit [Quit: Leaving]
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #103916 โ†’ rtsp-simple-server: 0.12.0 -> 0.12.1 โ†’ https://git.io/JkZcU
<{^_^}> [nixpkgs] @doronbehar pushed 2 commits to master: https://git.io/JkZX9
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/2deeb58f494 (from 3 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
<joepie91> srhb: das_j: I'm running into an issue where most of my repo pushes in gitea are broken, and this thread suggests that the problem is the INTERNAL_TOKEN being re-generated on each start: https://github.com/go-gitea/gitea/issues/8251 -- now Gitea has been patched to generate one on first boot only and then store it in the app.ini for future use... which, of course doesn't work on NixOS because it re-copies the app.ini on every
<joepie91> service start :) any ideas on how this might be solved in the nixpkgs module itself, conceptually?
<{^_^}> go-gitea/gitea#8251 (by randyesq, 1 year ago, closed): Gitea: Internal error retrieve protected branches information failed: EOF
<joepie91> I can work around it locally by hardcoding a token in my config, but this is obviously not going to help any other users of that module
<das_j> ummmmm
<joepie91> (always fun when an application writing back into config files ruins everyone's day... :P)
<das_j> you could integrate your code here
MarcWeber has quit [Remote host closed the connection]
oxalica1 has joined #nixos
<joepie91> I don't know if there's a way to obtain that INTERNAL_TOKEN outside of the "start the daemon the first time and let it write into the config" process
mananamenos_ has quit [Read error: Connection reset by peer]
<joepie91> (I'm actually about to test whether this even fixes my issue right now)
oxalica has quit [Ping timeout: 256 seconds]
oxalica1 is now known as oxalica
<das_j> can you generate the token yourself? It's probably just a random string of hexadecimal characters, right?
<joepie91> not sure. it starts with eyJhb
<joepie91> wasn't that JWT?
<joepie91> (hi eyJhb :P)
<joepie91> meh okay apparently it doesn't even fix my issue :(
<das_j> oof
<joepie91> though it still looks like a break-y thing to me
pn has joined #nixos
pn has quit [Client Quit]
<eyJhb> joepie91: you summoned me?
<eyJhb> :p
<joepie91> as in, it's behaving differently than Gitea expects and nuking its state, and so that might cause issues in the future
<joepie91> eyJhb: yes :P
pn has joined #nixos
<{^_^}> [nixpkgs] @vdesjardins opened pull request #103935 โ†’ velero: rename completion file names โ†’ https://git.io/JkZ1n
<joepie91> I recall you telling me at some point what the significance of your nickname was!
pn has quit [Client Quit]
<eyJhb> base64 of {"alg :D
<joepie91> yeah see I was right :P okay so it's a JWt
<eyJhb> Basically :D
<eyJhb> A good guess at least :p
heyitsrama has joined #nixos
FRidh has quit [Quit: Konversation terminated!]
<danderson> anyone for a trivial merge: https://github.com/NixOS/nixpkgs/pull/103664 . It's got an approval by another contributor.
<{^_^}> #103664 (by danderson, 2 days ago, open): tailscale: 1.2.1 -> 1.2.6
Acou_Bass has quit [Ping timeout: 265 seconds]
heyitsrama has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @Infinisil merged pull request #103664 โ†’ tailscale: 1.2.1 -> 1.2.6 โ†’ https://git.io/Jkmd5
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JkZMe
jeff69 has joined #nixos
gxt has quit [Remote host closed the connection]
jeff69 has quit [Remote host closed the connection]
Acou_Bass has joined #nixos
gxt has joined #nixos
<{^_^}> [nixpkgs] @Mindavi opened pull request #103936 โ†’ rtl_433: 20.02 -> 20.11 โ†’ https://git.io/JkZMY
Piece_Maker has joined #nixos
<{^_^}> [nixpkgs] @buffet opened pull request #103937 โ†’ kak-prelude: Fix installation path โ†’ https://git.io/JkZMi
wnklmnn has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzzโ€ฆ]
gxt has quit [Remote host closed the connection]
Acou_Bass has quit [Ping timeout: 256 seconds]
gxt has joined #nixos
zupo has joined #nixos
nschoe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #103939 โ†’ nice-dcv-client: init at 2020.2.1737-1 โ†’ https://git.io/JkZDJ
zupo has quit [Ping timeout: 256 seconds]
Acou_Bass has joined #nixos
seku has quit [Quit: Connection closed]
scheibenkleister has joined #nixos
<danderson> infinisil: thank you! <3
<betawaffle> all the cool people use nixos
<betawaffle> like andrewrk
rprije has joined #nixos
<andrewrk> I have been summoned
<betawaffle> very off topic, but how did the landlord situation go?
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master ยซ Update flake.lock and blogs.xml [ci skip] ยป: https://git.io/JkZDx
cjpbirkbeck has joined #nixos
<cjpbirkbeck> hello, can a nixos upgrade brick a computer?
<aidenholmes> i hope not, you can revert to a previous generation during the boot as long as your bootloader still works
<gchristensen> it is technically possible I suppose, but not likely, and very unlikely an upgrade can't be undone
heyitsrama has joined #nixos
<DigitalKiwi> i've gotten myself into situations that i didn't have internet anymore does that count
<cjpbirkbeck> no, it's worse that that; i've upgraded my desktop and i'm getting no display or keyboard lock lights when rebooting
roti_343 has quit [Remote host closed the connection]
heyitsrama has quit [Ping timeout: 260 seconds]
<cirno-999> can confirm all the cool people use nixos
__monty__ has quit [Quit: leaving]
<MichaelRaskin> It's pretty easy to brick NixOS installation if you play too much with bootloader configuration
<cjpbirkbeck> MichaelRaskin: maybe
zupo has joined #nixos
<{^_^}> [nixpkgs] @maralorn pushed to haskell-updates ยซ haskell.packages.ghc901.QuickCheck: Bump version to fix build ยป: https://git.io/JkZyV
<cirno-999> you prob can fix that with a nixos pendrive
<cjpbirkbeck> it's dual booting with windows, and with one of the windows upgrade, i changed the boot loader for nixos from grub to systemd-boot
<MichaelRaskin> Well, most Linux installations can be fixed with a boot drive and some competence
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<servo> HELLO
<betawaffle> howdy servo
<cirno-999> cjpbirkbeck: what, no bios at all?
<matthewcroughan_> cole-h: how do you do that stuff you do with git submodules?
<DigitalKiwi> ryantm: can you make the bot look at bitwarden it has a new release
quinn has joined #nixos
<{^_^}> [nixpkgs] @stigtsp merged pull request #103607 โ†’ zef: 0.8.5 -> 0.9.1 โ†’ https://git.io/JkqYO
<{^_^}> [nixpkgs] @stigtsp pushed 2 commits to master: https://git.io/JkZyx
philr has joined #nixos
hlolli has joined #nixos
aswanson1 has joined #nixos
aswanson has quit [Ping timeout: 260 seconds]
aswanson1 is now known as aswanson
o1lo01ol1o has joined #nixos
connelly has quit [Ping timeout: 256 seconds]
o1lo01ol1o has quit [Ping timeout: 256 seconds]
heyitsrama has joined #nixos
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #103768 โ†’ antiprism: init at 0.26 โ†’ https://git.io/JkOdU
<{^_^}> [nixpkgs] @AndersonTorres pushed 3 commits to master: https://git.io/JkZ9C
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
pistache has joined #nixos
heyitsrama has quit [Ping timeout: 256 seconds]
<pistache> hi! should I avoid circular references when using the Nix langage ?
<pistache> language*
<colemickens> I think you will indeed need to, for the most part. Did you have something in mind?
<pistache> colemickens: I'm using Nix to specify and build the configuration for a deployment system, using nested attrsets to represent domain/host/services
<pistache> I've made it possible for domain/hosts to specify default values for services, where the default values may use values defined in the services (using lib.fix)
<pistache> I think it could be useful to provide a reference to the domain and the host in the service attrset, but that would imply a circular reference
sss2 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @leo60228 opened pull request #103940 โ†’ netcoredbg: init at 1.2.0-635 โ†’ https://git.io/JkZ9x
<colemickens> oh that's definitely a bit over my head then, sorry I can't advise further.
vidbina_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @poita66 opened pull request #103941 โ†’ [HELP NEEDED] cura: 4.7.1 -> 4.8.0 โ†’ https://git.io/JkZHY
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos
pushqrdx has joined #nixos
cjpbirkbeck has quit [Quit: cjpbirkbeck]
fendor has quit [Remote host closed the connection]
aidenholmes has quit [Quit: The Lounge - https://thelounge.chat]
aidenholmes has joined #nixos
vidbina_ has joined #nixos
aidenholmes has quit [Client Quit]
aidenholmes has joined #nixos
Acou_Bass has quit [Quit: ZNC 1.8.1 - https://znc.in]
KarlJoad has quit [Quit: ERC (IRC client for Emacs 27.1)]
Acou_Bass has joined #nixos
cjpbirkbeck has joined #nixos
lord| has joined #nixos
turlando has quit [Remote host closed the connection]
turlando has joined #nixos
vidbina_ has quit [Quit: vidbina_]
vandenoever has quit [Quit: Konversation terminated!]
moet has joined #nixos
<moet> hi! i've been having a recent problem with tmux in urxvt where panes i haven't viewed in awhile are partially undrawn.. it doesn't happened with bash, but does happen with terminal applications that take the whole character buffer such as vim, htop, and others.. it's become very bad after upgrading to 20.09 .. i suspect this is a niche issue that very few people have, so i'm not here to complain.. i'm just
<moet> here to ask if there are others using tmux on urxvt as their daily driver, and whether they've encountered this
<cjpbirkbeck> okay, so did some testing, and i cannot get any display or usb keyboard/mouse to work - although the power seems fine, the ethernet light is working and when i plug a usb hard drive, it seems to light up for at least a little while
shibboleth has joined #nixos
<cjpbirkbeck> this occurs regardless of what drive i have plugin
<cjpbirkbeck> it just seems very wierd that an os upgrade could do that
<simpson> cjpbirkbeck: That could be your motherboard firmware, though. What you'll probably want to do is boot using your original NixOS install media, mount your system and nixos-enter it, and then nixos-rebuild to switch to a working generation, including the older boot loader.
<simpson> You're dual-booting, you changed the bootloader on the Linux side, and you upgraded Windows; either of the latter two could have disturbed the careful balance required for dual-boot.
<cjpbirkbeck> simpson: but how i do that without a monitor?
<cjpbirkbeck> having said that, i'm guess that's the problem here
o1lo01ol1o has joined #nixos
<simpson> cjpbirkbeck: Your NixOS install media doesn't boot anymore!? That *is* a problem. Can you get into the motherboard firmware?a
vidbina has joined #nixos
lord| has quit [Ping timeout: 272 seconds]
vidbina has quit [Client Quit]
<ivan> cjpbirkbeck: check your motherboard manual to see how to do a CMOS reset / Reset BIOS settings
o1lo01ol1o has quit [Ping timeout: 256 seconds]
<ivan> cjpbirkbeck: UEFI can sometimes just break itself from updating e.g. Boot variables
<ivan> if you get it working again, see if there is a BIOS update
vidbina has joined #nixos
<ivan> if that doesn't work there may be another procedure for flashing the BIOS from USB e.g. ASUS calls it FlashBack
<ivan> a dumb thing you can try before CMOS reset or flash is to drain all the power properly and wait a minute
vidbina has quit [Client Quit]
vidbina has joined #nixos
vidbina has quit [Client Quit]
vidbina has joined #nixos
<ivan> if you decide your motherboard is broken because of UEFI variable updates and there is no vendor fix, I believe you can configure nixos to not touch your boot variables and just boot from the UEFI fallback boot location
DigitalKiwi has quit [Quit: quite.]
DigitalKiwi has joined #nixos
ericsagn1 has quit [Ping timeout: 260 seconds]
<samueldr> doesn't windows now sometimes do bios upgrades through their updates too?
vidbina has quit [Client Quit]
vidbina has joined #nixos
vidbina has quit [Client Quit]
vidbina has joined #nixos
pushqrdx has quit [Remote host closed the connection]
vidbina has quit [Client Quit]
vidbina has joined #nixos
werner291 has quit [Quit: werner291]
vidbina has quit [Client Quit]
malorie has quit [Remote host closed the connection]
<ivan> it looks like some OEMs do that yes
lord| has joined #nixos
ericsagn1 has joined #nixos