worldofpeace_ changed the topic of #nixos to: NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-info
o1lo01ol1o has joined #nixos
a525dfg has quit [Ping timeout: 245 seconds]
<daddy_james[m]> On my setup it wouldn’t even launch into lutris
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #96646 → dogpile.cache: add missing dep → https://git.io/JUtqB
<{^_^}> [nixpkgs] @peterhoeg pushed to f/dogpile-cache « dogpile.cache: add missing dep »: https://git.io/JUtqR
Darkmatter66_ has joined #nixos
sigmundv_ has joined #nixos
Darkmatter66 has quit [Ping timeout: 258 seconds]
zeta_0 has joined #nixos
<catern> is there a way in Nixpkgs to patch shell scripts to replace executables pulled from PATH with absolute paths? https://github.com/abathur/resholved but in Nixpkgs?
<zeta_0> if anyone can help me in the #nixos-aarch64 channel, i'll be waiting, thanks.
<abathur> the point of resholved is to add the ability to nixpkgs
<abathur> it just isn't in, yet
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
<abathur> well, I mean, I can't swear it will be, but that's *my* intent :)
<bloodyfish[m]> bbigras: it wont even launch
<catern> abathur: that's bittersweet to hear, it's sweet, since I'm glad that's the plan, it's bitter, because it's not there yet :) guess it's good old sed for me
<bbigras> bloodyfish: the game or lutris? I have a "missing vulkan libraries" popup when I start lutris but lutris still starts.
<bloodyfish[m]> bbigras: lutris
philr_ has joined #nixos
<bbigras> uh weird
<abathur> catern: I was hoping to have it more-ready for branch off, but graham nerd-sniped me with some feature requests and I haven't had much time to work on it since I started feeling pressure from the window closing; I suppose you need it for something else in Nixpkgs?
<catern> just something super minor
<catern> a java program with a wrapper script that uses java from PATH :)
<bloodyfish[m]> it opens the error bu nothing else
<bloodyfish[m]> * it opens the error but nothing else
<abathur> catern: nod
Darkmatter66 has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JUtma
Darkmatter66_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @jonringer merged pull request #96646 → dogpile.cache: add missing dep → https://git.io/JUtqB
<{^_^}> [nixpkgs] @jonringer pushed commit from @peterhoeg to master « dogpile.cache: add missing dep »: https://git.io/JUtmK
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @jonringer merged pull request #96570 → home-assistant: 0.114.3 -> 0.114.4, also: samsungtv and ipp integration init/update → https://git.io/JULsV
<{^_^}> [nixpkgs] @jonringer pushed 6 commits to master: https://git.io/JUtmd
metreo has quit [Quit: Leaving.]
dansho has joined #nixos
<JJJollyjim> hey, should I use nixpkgs.nixUnstable or nixpkgs.nixFlakes? iirc flakes got merged into master so i'm not sure which is up to date
cyris212- has quit [Remote host closed the connection]
xd1le has quit [Remote host closed the connection]
<peelz> My patchelf'd binary complains about "symbol lookup error: ...: undefined symbol: , version GLIBC_2.2.5". I assumed the original binaries were compiled against glibc 2.2.5 but ldd reports glibc 2.30 before and after patching. Am I missing something?
_cyris212 has joined #nixos
werner291 has quit [Quit: werner291]
<daddy_james[m]> <bbigras "bloodyfish: the game or lutris? "> are you using any specific configuration or do you just have the ```lutris``` package installed?
<bbigras> <daddy_james[m] "are you using any specific confi"> just using lutris directly. I didn't play games with it for a while but I was able to run Shadow Empire with it in June
<daddy_james[m]> oh like you just downloaded the binary release from github or something?
<daddy_james[m]> I'll try that...
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<daddy_james[m]> <bbigras "just using lutris directly. I di"> oh like using the CLI for example ```lutris lutris:quake``` instead of the gui?
<bbigras> <daddy_james[m] "oh like using the CLI for exampl"> no I used the gui since there was no "lutris installer" for that game
<daddy_james[m]> oh I see
h0m1 has quit [Ping timeout: 272 seconds]
h0m1 has joined #nixos
<pie_> peelz: does the one before patching work? maybe theyre both broken :p
<pie_> (tbh idk)
<peelz> pie_: yeah the original one works (although there's missing libs)
<pie_> err on third thought what im saying doesnt really make sense wrt what you said
<pie_> patchelf also has --print-interpreter or something
<pie_> wait not thats different again
rajivr has joined #nixos
<pie_> you know what nevermind :P
<peelz> care to try it? :D
<pie_> im trying to get myself to bed *grimace*
<peelz> alright haha gn
<pie_> that stuff is always fun. you could also throw nm at it and look at the symbol names
<pie_> or objdump. figure out what exactly its complaining about
<peelz> yeah but tbh I'm not quite sure what to look for
<pie_> idk stuff labeled 2.2.5? idk either :<
<peelz> what does "undefined symbol: ," even mean lol
<pie_> yeah that looks weird
<peelz> The weird thing is that ldd reports the same glibc path before and after patching
dansho has quit [Quit: Leaving]
<pie_> peelz: if i run nm $(which ps) I get stuff like:
<pie_> U strcmp@@GLIBC_2.2.5
<pie_> well, maybe its just saying "load some glibc from the env" and not "load this specific glibc"
<pie_> so ldd jsut reports the same glibc it would load in either case
<peelz> yeah that's what I'm thinking
<pie_> thats my guess
<pie_> patchelf is usually used to set the interpreter
<pie_> what are you using it for
<peelz> set the interpeter and specify the rpath
<pie_> if youre using nix-shell yu could try --pure
<pie_> i imagine somehow the thing is from an earlier nixpkgs
<peelz> hold on, I'll make a repo
<pie_> aha. well are you adding glibc via rpath?
<pie_> try adding the right glibc
<pie_> ive no idea how to get different versions of glibc
<peelz> yeah me neither
<pie_> im guessing this is a binary you cant rebuild?
<pie_> you could try pulling a glibc from a nixpkgs version that has the appropriate glibc
<peelz> nah it can be rebuilt but I'm using a prebuilt binary archive
<pie_> i think someone had a srvice somewhere to search for old versions but idk how to find that
<pie_> probably easier to use a nix built one
<peelz> it's quite a big toolchain with dozens of binaries
<pie_> fun
<peelz> :)
<pie_> not sure if aptching it will eb much easier but you can try :p
<pie_> or use fhsuserenv?
<peelz> oh right
<pie_> which idk my way around so idk if its a good rec
<peelz> I'll try that
<pie_> ah hm but youd still have to get the right glibc i guess
<pie_> so i guess that doent really help?
<peelz> if that's even an issue
<peelz> cuz I'm not 100% that's even a problem lol
<pie_> idk how glibc versioning works
<peelz> me neither :D
<pie_> is 2.2.5 2.25 or 2.2.5? :P
<peelz> it prints 2.2.5
<peelz> but my nixpkgs version is 2.30
<pie_> because if its 2.2 and not 2.25 then thats like reeeeally old?
<peelz> yeah lmao
<pie_> thats like...2006?
<pie_> not sure nixpkgs even existed :PO
<pie_> the heck are you doing? :P
<pie_> i guess id try getting a glibc binary and putting it in rpath
<peelz> I'm trying to use the latest stable version of esp-idf
<pie_> clever and taktoa[c] were doing stuff with that recently
<peelz> there's already a couple examples on how to setup the toolchain on nixos but I didn't like how they handled it
<pie_> i somehow doubt yure using a 14 year old toolchain
<pie_> so maybe thats backwards compatible but idk
<peelz> yeah same, not sure where that version comes from
<pie_> oh well i guess it has to be backwards compatibel or something because i have version numbers like that on my current system and its fine
<pie_> hm
<pie_> im not thinking hard enough i gues :p
<peelz> well looks like fhs works
<pie_> hm
zeta_0 has joined #nixos
<peelz> here, I'll make a repo
<peelz> if you run `nix-shell`, you'll have the entire esp32 toolchain in your PATH
<peelz> I was testing $IDF_TOOLS_PATH/bin/.xtensa-esp32-elf-gcc-unwrapped
<pie_> there seems to be some instances of similar errors on google but man nothing useful yet
<peelz> I mean it works now but I'm having a different issue when trying to compile one of the example projects from the esp-idf repo
<pie_> i might consider opening a github issue just based on the rarity of the error
<peelz> on where? nixpkgs?
<pie_> yeah i guess
<{^_^}> #96131 (by taktoa, 5 days ago, open): Add basic support for the ESP32
<peelz> taktoa[c]: :O
<peelz> wait xtensa-overlays is a thing???
<taktoa[c]> not nix overlays :P
<peelz> oh
<taktoa[c]> they're "overlays" on gcc, newlib, etc.
<peelz> oh, not familiar with the terminology
<taktoa[c]> like files that should be added to the tree
<peelz> gotcha
<peelz> maybe I should've looked a little harder to avoid duplicate efforts haha
<taktoa[c]> we have been doing this over the past week
<taktoa[c]> we have much more ambitious plans
<peelz> neat!
<taktoa[c]> basically we want to turn esp-idf into a bunch of nix functions that take a Kconfig-style attribute set as input and return a derivation that has a static library, a pkgconfig file, and the relevant headers
<taktoa[c]> and then maybe even turn the Kconfig files from esp-idf into nixos modules
<taktoa[c]> anyway if you do `nix-build -A esp32.blink` on that esp-idf.nix checkout you should get an image that can be flashed with $out/flashit
<taktoa[c]> and it should be fairly straightforward to figure out how to adapt that to a custom project (not blink)
<peelz> that's awesome
<peelz> do you have a roadmap/checklist anywhere?
<taktoa[c]> no, we've been working pretty informally
<peelz> how many people are working on this?
<taktoa[c]> me and clever
<peelz> cool
<taktoa[c]> I can maybe loop you in the next time we have a google meet
<taktoa[c]> if you're interested in being involved
<peelz> I'm just getting started with esp32 dev so a lot of stuff would probably go over my head
<peelz> but I'm interested for sure
<taktoa[c]> I have never flashed anything other than the example programs to my esp32 board :P
<peelz> haha word
<taktoa[c]> mainly because the dev experience is so bad
<peelz> using nix or in general?
<taktoa[c]> on nixos but also in general
<taktoa[c]> it just feels fragile and complicated
<peelz> yeah I got the same feel
<peelz> did you try using this method? https://nixos.wiki/wiki/ESP-IDF
<taktoa[c]> :O had no idea that page existed
<peelz> lol
<pie_> looking for existing work can be hard
<taktoa[c]> I figured something like this out when I did some esp32 stuff a year or two ago but this is several levels more hacky than what we've already set up
<pie_> probably want to check who made that page
<taktoa[c]> someone named CrazedProgrammer
<taktoa[c]> who doesn't seem to be in here
<taktoa[c]> wirew0rm edited the page though
<pie_> wirew0rm:
<pie_> whoops
<pie_> should probably search nixpkgs issues if you guys havent already :p
<pie_> and maybe logs
<peelz> taktoa[c]: I have honestly no idea what goes on in the esp32 toolchain but my approach was to create a script that dumps the dependencies from the esp-idf tools python install script
<peelz> and I was hoping that the $IDF_PATH didn't have any sort of impure state to it
<pie_> though i suppose that would have showed up with just a google too
<taktoa[c]> no crzd in this channel either
<pie_> could send an email asking about collab , idk
<pie_> kind of bothersome that github doesnt let you send messages
<pie_> or leave an issue on one of their repos xD
<V> oh wow
<V> world is super small
orivej has quit [Ping timeout: 240 seconds]
<pie_> V: hm?
<pie_> is that you? :P
<V> pie_: they're friend circle-adjacent to me
<peelz> pie: yeah that's the exact thing he put up on the wiki
<V> pie_: no
<pie_> ah hehe
<taktoa[c]> just joined #nixos-esp, so maybe that can be a rally point for this stuff?
<pie_> i suppose i might drop in out of curiosity
<pie_> ask samueldr for log bot if you want
footlooseboss has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<pie_> V: its even crazier when you think about the fact that of all the massive amount of scrollback in here, you actually noticed this :p
<pie_> peelz: check the commit essage haha, "Don't use steam-run for esp32-toolchain FHS env "
<pie_> something about retracing steps
<peelz> LOL
<V> pie_: I pay some amount of attention to this channel
<pie_> ah wait no, nevermind, looks like swapped steam-run for proper fhs
<pie_> or something
<pie_> i forgot to suggest that
<pie_> steam-run is basically the "throw things at it and see if they stick" quick attempt that gives you an fhs wit a pretty standard environment
<{^_^}> [nixos-homepage] @samueldr pushed 6 commits to feature/2020-r/base-js: https://git.io/JUtsB
<pie_> there really needs to be a proper article about fallback solutions for binaries :p
<pie_> maybe ill write it whenever i get around ot my "how to debug XYZ" series :p
<Church-> If I never install nixOS on a system I wanna use steam on it'll be too soon
<taktoa[c]> the reason nixos is so actively developed is that no one who uses it is distracted by video games :P
<pie_> also it drivs me nuts that i have to do weird url hacks to get edit history of a nixos.wik page
<V> "oh, just use this totally different application which is actually for running video games"
<pie_> put the damn button there
<V> "yes, for real"
<pie_> taktoa[c]: 'XD
<pie_> V: i mean tbh maybe it should be called fhs-run but yaknow...
<pie_> hysterical raisins?
<V> hysterical raisins.
<pie_> (i dont actually know)
<V> well, it just happens to work well for other things as well
knerten1 has joined #nixos
<pie_> so i guess tell your friend to drop into nixos-esp
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5cfd8275a64 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<pie_> assuming they even use irc
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
<pie_> which im assuming they dont
<pie_> because if they did they would be here
<V> no, they're 1 hop away from friend
<pie_> ah
footlooseboss has quit [Quit: ...]
footlooseboss has joined #nixos
knerten has quit [Ping timeout: 258 seconds]
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<pie_> peelz: can you paste the exact error
<pie_> peelz: imma search the glibc source
cptchaos83 has joined #nixos
<peelz> pie_: sure but that's a non issue though
<pie_> still bothers me
<peelz> aight
<pie_> i probably wont get anywhere with it though
<peelz> /nix/store/cwkw2zw9sbpdgpsiir1ng24ybr22figc-esp32-toolchain-4.1/bin/.xtensa-esp32-elf-gcc-unwrapped: symbol lookup error: /nix/store/cwkw2zw9sbpdgpsiir1ng24ybr22figc-esp32-toolchain-4.1/bin/.xtensa-esp32-elf-gcc-unwrapped: undefined symbol: , version GLIBC_2.2.5
<pie_> thx. *waits for clone*
<peelz> well I got rid of the patchelf code
<pie_> resolving deltas is stuck 0_o
<peelz> D:
orivej has joined #nixos
Mr_Keyser_Soze has joined #nixos
zeta_0 has joined #nixos
Mr_Keyser_Soze has quit [Ping timeout: 258 seconds]
footlooseboss has quit [Quit: ...]
flox has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @paperdigits opened pull request #96648 → exiv2: 0.27.2 -> 0.27.3 → https://git.io/JUtGI
spacefrogg_ has quit [Quit: Gone.]
aw_ has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<zeta_0> i'm trying to setup multiplexing for ssh, but i'm not sure how to do this the `nix way`? https://howto.lintel.in/speed-ssh-multiplexing/
<zeta_0> is there a good link to documentation, that has instructions on how to do this?
stoile has quit [Ping timeout: 256 seconds]
stoile has joined #nixos
realisation has joined #nixos
<realisation> hi
<realisation> i'm a bit new to python
<realisation> I have a class that triggers an async function right after instantiation
<realisation> I'm trying to instantiate it in another file of mine
<realisation> but something seems to be off when I do so
<realisation> oh im in the nix channel
<realisation> d
realisation has quit [Quit: leaving]
<abathur> lol
<abathur> something poetic about that whole thing
gv has quit [Remote host closed the connection]
gv has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #95864 → nvidia-x11: add disable32Bit arg to not include 32-bit nvidia → https://git.io/JJpNx
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/JUtZB
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
Arahael has quit [Quit: WeeChat 2.7.1]
<zeta_0> ok, i posted my issue on reddit, if any of you want to take a look: https://www.reddit.com/r/NixOS/comments/ij5rcl/how_to_setup_multiplexing_with_ssh_the_nix_way/
veleiro has joined #nixos
irminsul has quit [Remote host closed the connection]
typedeph has joined #nixos
typedeph has quit [Remote host closed the connection]
LunarLambda has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam opened pull request #96649 → kbs2: 0.1.3 -> 0.1.4 → https://git.io/JUtnI
sigmundv_ has quit [Ping timeout: 258 seconds]
slack1256 has joined #nixos
Diagon has joined #nixos
Diagon has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @matthewbauer pushed to master « Revert "nixos/nix-daemon.nix: assert distributedBuilds and buildMachines!=[]" »: https://git.io/JUtn3
Supersonic112 has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
Supersonic has quit [Ping timeout: 258 seconds]
Supersonic112 is now known as Supersonic
Arahael has joined #nixos
MtotheM has quit [Read error: Connection reset by peer]
Batoeh has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #96650 → gemrb: 0.8.6 -> 0.8.7 → https://git.io/JUtn0
growpotkin has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @peterhoeg closed pull request #96317 → gemrb: 0.8.6 -> 0.8.7 → https://git.io/JUUFN
Batoeh has joined #nixos
rardiol has joined #nixos
rardiol has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ddellacosta has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #96651 → lsd: 0.17.0 -> 0.18.0 → https://git.io/JUtn7
<{^_^}> [nixpkgs] @marsam opened pull request #96652 → lxd: 4.4 -> 4.5 → https://git.io/JUtnh
<{^_^}> [nixpkgs] @marsam opened pull request #96653 → lean: 3.18.4 -> 3.19.0 → https://git.io/JUtcT
<{^_^}> [nixpkgs] @peterhoeg merged pull request #96650 → gemrb: 0.8.6 -> 0.8.7 → https://git.io/JUtn0
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JUtck
inanimat3_r0d has joined #nixos
<inanimat3_r0d> hi folks, new to nixos... does anyone have a recipe for running docker-compose stuff under nixos? I seem to have expended an embarrassing number of hours on this seemingly trivial task :D
<inanimat3_r0d> Under 20.03, docker daemon doesn't seem to start & stay running, so I went to unstable (where virtualisation.podman.enable seems to be a thing) but I can't seem to do much more than "podman-compose build", any attempt to start those containers gives "Missing CNI default network"
Darkmatter66_ has joined #nixos
<inanimat3_r0d> a podman network does seem to exist (according to "podman network ls") and I changed my docker-compose file to explicitly try to use it, but... still the error above
justanotheruser has quit [Ping timeout: 240 seconds]
<inanimat3_r0d> Are people using nixos with docker/podman?
<bbigras> I'm using it with docker, not podman.
<zeta_0> inanimat3_r0d: i think that i can help you out.
<inanimat3_r0d> cool. I'm happy to start again, just not sure what the beaten path looks like
Darkmatter66 has quit [Ping timeout: 240 seconds]
<bbigras> I'm using `virtualisation.docker` and I added the `docker-compose` pkg.
<zeta_0> one second let me remember the steps that i took.
<inanimat3_r0d> awesome thanks
<inanimat3_r0d> thanks bbigras, perhaps if the podman route doesn't work I'll try again under 20.03+docker
<bbigras> Is there any package accepting a list of lua packages that I could take as an example? I would like to add some lua packages to openresty.
<bbigras> inanimat3_r0d: you're welcome. good luck
<zeta_0> so the nixos wiki has 2 steps to do this: https://nixos.wiki/wiki/Docker , also i install the docker and docker compose packages. i think that's it, if i remember anything else, i'll let you know.
<zeta_0> don't forget to add docker to extraGroups.
<inanimat3_r0d> I suspect the reason the wiki steps aren't working for me is that I'm using btrfs underneath and the docker aufs storage driver isn't happy with that combo
<inanimat3_r0d> thanks zeta_0
<zeta_0> inanimat3_r0d: your welcome, and ya, i'm not sure why its not working for you.
<bbigras> I'm using btrfs. I didn't change anything with docker.
Orbstheorem has quit [Ping timeout: 244 seconds]
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/1fb95d956cc (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
Orbstheorem has joined #nixos
domogled has joined #nixos
endformationage has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @ju1m opened pull request #96655 → transmission: use freeformType on settings → https://git.io/JUtCt
Orbstheorem has quit [Ping timeout: 272 seconds]
Orbstheorem has joined #nixos
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUtCa
palo1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 pushed commit from @jonringer to release-20.03 « nixpkgs-review: 2.3.1 -> 2.4.0 »: https://git.io/JUtCo
palo has quit [Ping timeout: 256 seconds]
palo1 is now known as palo
orivej has quit [Ping timeout: 265 seconds]
o1lo01ol1o has joined #nixos
Orbstheorem has quit [Ping timeout: 260 seconds]
cole-h has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
justanotheruser has joined #nixos
Orbstheorem has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #96059 → coqPackages.gappalib: 1.4.3 → 1.4.4 → https://git.io/JUv59
<{^_^}> [nixpkgs] @vbgl pushed to master « coqPackages.gappalib: 1.4.3 → 1.4.4 »: https://git.io/JUtWv
zeta_0 has quit [Quit: rcirc on GNU Emacs 26.3]
o1lo01ol1o has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @vbgl opened pull request #96656 → ocamlPackages.fdkaac: init at 0.3.2 → https://git.io/JUtW8
<{^_^}> [nixpkgs] @Mic92 merged pull request #96238 → .github/workflows: re-add editorconfig → https://git.io/JUJEX
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JUtWz
noudle has quit []
<{^_^}> [nixpkgs] @Ericson2314 pushed 2 commits to release-20.03: https://git.io/JUtW1
<{^_^}> [nixpkgs] @vbgl merged pull request #96620 → ocamlPackages.webbrowser: init at 0.6.1 → https://git.io/JULQi
<{^_^}> [nixpkgs] @vbgl pushed commit from @bcc32 to master « ocamlPackages.webbrowser: init at 0.6.1 »: https://git.io/JUtWM
la-jesystani has joined #nixos
slack1256 has quit [Ping timeout: 265 seconds]
spudly- has joined #nixos
spudly- has joined #nixos
spudly has quit [Ping timeout: 246 seconds]
spudly- is now known as spudly
<{^_^}> [nixpkgs] @jtojnar pushed to master « gcolor3: 2.3.1 → 2.4.0 »: https://git.io/JUtl1
gxt has quit [Ping timeout: 240 seconds]
hamishdehmer[m] has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/250735e07ef (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @dywedir merged pull request #96651 → lsd: 0.17.0 -> 0.18.0 → https://git.io/JUtn7
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/JUt8z
<{^_^}> [nixpkgs] @FRidh pushed commit from @catern to staging « python37: 3.7.8 -> 3.7.9 »: https://git.io/JUt8H
<{^_^}> [nixpkgs] @FRidh pushed to staging « python36: 3.6.11 -> 3.6.12 »: https://git.io/JUt87
<{^_^}> [nixpkgs] @FRidh closed pull request #96640 → python37: 3.7.8 -> 3.7.9 → https://git.io/JUtvv
Heirlung has quit [Ping timeout: 246 seconds]
Heirlung has joined #nixos
gthm has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 38 commits to python-unstable: https://git.io/JUt4k
<{^_^}> [nixpkgs] @FRidh merged pull request #96603 → pythonPackages: patch updates → https://git.io/JULX0
<{^_^}> [nixpkgs] @FRidh pushed 92 commits to staging: https://git.io/JUt4I
<{^_^}> [nixpkgs] @bbigras opened pull request #96657 → luaPackages.lua-resty-openidc: init at 1.7.2-1 → https://git.io/JUt4n
<{^_^}> [nixpkgs] @FRidh pushed 49 commits to staging-next: https://git.io/JUt4c
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
tsujp has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/925ae0dee63 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/925ae0dee63 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
tsujp has joined #nixos
zupo has joined #nixos
gthm has quit [Ping timeout: 258 seconds]
cole-h has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kreyren has joined #nixos
joko has quit [Ping timeout: 240 seconds]
gxt has joined #nixos
sangoma has joined #nixos
kreyren has quit [Ping timeout: 240 seconds]
malook has joined #nixos
malook has quit [Client Quit]
eoli3n_ has joined #nixos
zupo has joined #nixos
wolfshappen has quit [Quit: bye]
<{^_^}> [nixpkgs] @doronbehar opened pull request #96659 → nixos/syncthing: add ignoreDelete folder option → https://git.io/JUtBP
Extends has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #96540 → so: init at 0.4.2 → https://git.io/JUIxq
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JUtBj
sangoma has quit [Ping timeout: 240 seconds]
noudle has joined #nixos
cosimone has joined #nixos
alex[m]18 has quit [Ping timeout: 240 seconds]
alex[m]18 has joined #nixos
eoli3n_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #96132 → ostree: 2020.4 -> 2020.5 → https://git.io/JUfg0
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « ostree: 2020.4 -> 2020.5 »: https://git.io/JUtRM
<{^_^}> [nixpkgs] @jtojnar closed pull request #96380 → librepo: 1.12.0 -> 1.12.1 → https://git.io/JUTpx
<{^_^}> [nixpkgs] @jtojnar reopened pull request #96380 → librepo: 1.12.0 -> 1.12.1 → https://git.io/JUTpx
<{^_^}> [nixpkgs] @jtojnar merged pull request #96380 → librepo: 1.12.0 -> 1.12.1 → https://git.io/JUTpx
<{^_^}> [nixpkgs] @jtojnar pushed commit from @r-ryantm to master « librepo: 1.12.0 -> 1.12.1 »: https://git.io/JUtRH
<{^_^}> [nixpkgs] @jtojnar merged pull request #94272 → gtk-layer-shell: 0.1.0 -> 0.2.0 → https://git.io/JJ24J
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JUtRA
kreyren has joined #nixos
cosimone has quit [Quit: Quit.]
wolfshappen has joined #nixos
cosimone has joined #nixos
kreyren_ has joined #nixos
<mvnetbiz_8> How do I override a package under gnome3.* for example?
kreyren has quit [Remote host closed the connection]
<mvnetbiz_8> With nixpkgs overlay
wolfshappen has quit [Client Quit]
wolfshappen has joined #nixos
veleiro` has joined #nixos
<raboof> I'm making a small tool to quickly list the PR's and build failures that have to do with packages that interest me, https://sr.ht/~raboof/nixpkgs-contributor-dashboard
<raboof> very alpha, feedback appreciated!
n9nes- has joined #nixos
n9nes has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @petabyteboy opened pull request #96660 → gitlab: 13.0.12 -> 13.0.14 → https://git.io/JUt0Z
o1lo01ol1o has joined #nixos
veleiro has quit [Ping timeout: 264 seconds]
tyrion-mx has quit [Quit: Idle for 30+ days]
hans[m]5 has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @gebner merged pull request #96653 → lean: 3.18.4 -> 3.19.0 → https://git.io/JUtcT
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/JUt06
drewr has quit [Ping timeout: 260 seconds]
drewr has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer opened pull request #96661 → mutt: 1.14.6 -> 1.14.7 → https://git.io/JUt0F
<{^_^}> [nixpkgs] @Izorkin opened pull request #96662 → htop: disable use glyphs for checkmarks → https://git.io/JUt0x
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mallox has joined #nixos
zyklotomic has joined #nixos
eoli3n_ has joined #nixos
<zyklotomic> so I realized I forgot to mount my home partition during installation and I've been using a /home in the root partition for a few months now
<zyklotomic> what's the fastest way to switch over? i guess i might have to go get a live USB?
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
iyzsong has joined #nixos
<{^_^}> [nixos-hardware] @symphorien closed pull request #187 → add dell precision 5530 → https://git.io/JULrF
zupo has joined #nixos
<{^_^}> [nixos-hardware] @symphorien opened pull request #188 → add dell precision 5530 → https://git.io/JUtEV
<symphorien[m]> zyklotomic login as root in tty1, move /home to /home_old, mount /home, move content of /home_old to /home
<symphorien[m]> root's home is in /root, so no need of /home to be present in the system
h0m1 has quit [Quit: WeeChat 2.9]
<symphorien[m]> > How do I override a package under gnome3.* for example?
<{^_^}> error: syntax error, unexpected '*', expecting ID or OR_KW or DOLLAR_CURLY or '"', at (string):321:42
malook has joined #nixos
h0m1 has joined #nixos
ml| has quit [Ping timeout: 240 seconds]
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm has joined #nixos
dsg_ has quit [Ping timeout: 240 seconds]
sarcasticadmin has quit [Ping timeout: 240 seconds]
dsg has joined #nixos
page has quit [Ping timeout: 240 seconds]
sputny has joined #nixos
sarcasticadmin has joined #nixos
<zyklotomic> symphorien[m]: ah thank you for the tip, wish i thought of that, thank you!
ml| has joined #nixos
sangoma has joined #nixos
mariatsji has quit [Remote host closed the connection]
la-jesystani has quit [Ping timeout: 265 seconds]
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #96664 → pythonPackages.blis: add missing dependency numpy → https://git.io/JUtuz
zupo_ has joined #nixos
sarcasticadmin has quit [Read error: Connection reset by peer]
zalaare has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @gebner merged pull request #96622 → sonata: fix gsettings schemas → https://git.io/JUL5J
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/JUtuV
mariatsji has quit [Ping timeout: 246 seconds]
finnb has quit [Quit: Ping timeout (120 seconds)]
kreyren_ has quit [Remote host closed the connection]
kayg04 has quit [Quit: Ping timeout (120 seconds)]
kreyren_ has joined #nixos
zalaare has joined #nixos
finnb has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/ff875a967f5 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
averell has quit [Remote host closed the connection]
evanjs has quit [Read error: Connection reset by peer]
averell has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #96665 → deno: 1.3.1 -> 1.3.2 → https://git.io/JUtur
sarcasticadmin has joined #nixos
evanjs has joined #nixos
zupo has quit [Ping timeout: 258 seconds]
Unode has quit [Ping timeout: 256 seconds]
disasm has quit [Ping timeout: 258 seconds]
nature has joined #nixos
buffet5 has joined #nixos
mkaito- has quit [Ping timeout: 260 seconds]
buffet has quit [Ping timeout: 256 seconds]
buffet5 is now known as buffet
kayg04 has joined #nixos
das-g[m] has joined #nixos
lvrp16 has quit [Ping timeout: 246 seconds]
midchildan has quit [Ping timeout: 246 seconds]
chin-tastic has quit [Ping timeout: 246 seconds]
meatcar- has joined #nixos
hplar has quit [Ping timeout: 260 seconds]
kumikumi has quit [Ping timeout: 256 seconds]
bitonic has quit [Ping timeout: 265 seconds]
dani- has quit [Ping timeout: 265 seconds]
awaz has quit [Ping timeout: 265 seconds]
kozowu has quit [Ping timeout: 264 seconds]
BlessJah has quit [Ping timeout: 260 seconds]
meatcar_ has quit [Ping timeout: 265 seconds]
agb has quit [Ping timeout: 264 seconds]
jb55 has quit [Ping timeout: 240 seconds]
n1x_ has quit [Ping timeout: 265 seconds]
zalaare has quit [Remote host closed the connection]
malook has quit [Remote host closed the connection]
BlessJah has joined #nixos
hanetzer- has joined #nixos
acarrico has quit [Ping timeout: 260 seconds]
mg_ has quit [Ping timeout: 260 seconds]
hanetzer has quit [Ping timeout: 260 seconds]
davidtwco has quit [Ping timeout: 264 seconds]
werner291 has joined #nixos
Unode has joined #nixos
plp has quit [Ping timeout: 260 seconds]
chrisaw has quit [Ping timeout: 244 seconds]
gluegadget has quit [Ping timeout: 244 seconds]
visl has quit [Ping timeout: 244 seconds]
cyris212 has quit [Ping timeout: 244 seconds]
nick_h has quit [Ping timeout: 244 seconds]
dmj` has quit [Ping timeout: 244 seconds]
teozkr_ has quit [Ping timeout: 244 seconds]
heatm1s3r has quit [Ping timeout: 244 seconds]
steveeJ has quit [Ping timeout: 244 seconds]
sethetter__ has quit [Ping timeout: 244 seconds]
nz_ has quit [Ping timeout: 244 seconds]
ctp has quit [Ping timeout: 244 seconds]
bradparker has quit [Ping timeout: 244 seconds]
mitsuhiko has quit [Ping timeout: 244 seconds]
sorear has quit [Ping timeout: 244 seconds]
raboof has quit [Ping timeout: 244 seconds]
thoughtpolice has quit [Ping timeout: 244 seconds]
hamishmack has quit [Ping timeout: 244 seconds]
mpickering has quit [Ping timeout: 244 seconds]
nand0p has quit [Ping timeout: 244 seconds]
eddyb[legacy] has quit [Ping timeout: 244 seconds]
pointfree has quit [Ping timeout: 244 seconds]
jackdk has quit [Ping timeout: 244 seconds]
CustosLimen has quit [Ping timeout: 244 seconds]
peel has quit [Ping timeout: 244 seconds]
claudiii has quit [Ping timeout: 244 seconds]
murmr has quit [Ping timeout: 244 seconds]
cstrahan has quit [Ping timeout: 244 seconds]
feepo has quit [Ping timeout: 244 seconds]
bgupta has quit [Ping timeout: 244 seconds]
dgpratt has quit [Ping timeout: 244 seconds]
pasukon has quit [Ping timeout: 244 seconds]
grfn has quit [Ping timeout: 244 seconds]
evck_ has quit [Ping timeout: 244 seconds]
plp has joined #nixos
agb has joined #nixos
lvrp16 has joined #nixos
gleber has quit [Ping timeout: 244 seconds]
mankyKitty has quit [Ping timeout: 244 seconds]
techtangents has quit [Ping timeout: 244 seconds]
fnords has quit [Ping timeout: 244 seconds]
newhoggy has quit [Ping timeout: 244 seconds]
NemesisD has quit [Ping timeout: 244 seconds]
aria has quit [Ping timeout: 244 seconds]
sdier has quit [Ping timeout: 244 seconds]
chessai has quit [Ping timeout: 244 seconds]
gausby has quit [Ping timeout: 244 seconds]
prusnak has quit [Ping timeout: 244 seconds]
oharvey has quit [Ping timeout: 244 seconds]
jmeredith has quit [Ping timeout: 244 seconds]
mkaito_ has joined #nixos
taktoa[c] has quit [Read error: Connection reset by peer]
Cynthia has quit [Read error: Connection reset by peer]
nh2 has quit [Read error: Connection reset by peer]
lukego has quit [Write error: Connection reset by peer]
mg_ has joined #nixos
diamondman has quit [Write error: Connection reset by peer]
mudri has quit [Read error: Connection reset by peer]
rizary has quit [Read error: Connection reset by peer]
dsal has quit [Read error: Connection reset by peer]
bitonic has joined #nixos
sdier has joined #nixos
chin-tastic has joined #nixos
techtangents has joined #nixos
oharvey has joined #nixos
fnords has joined #nixos
bradparker has joined #nixos
ctp has joined #nixos
mitsuhiko has joined #nixos
nick_h has joined #nixos
newhoggy has joined #nixos
Cynthia has joined #nixos
bgupta has joined #nixos
visl has joined #nixos
mudri has joined #nixos
gausby has joined #nixos
sorear has joined #nixos
steveeJ has joined #nixos
cyris212 has joined #nixos
diamondman has joined #nixos
pasukon has joined #nixos
eddyb[legacy] has joined #nixos
jtcs has quit [Ping timeout: 256 seconds]
dgpratt has joined #nixos
chessai has joined #nixos
ravndal has quit [Ping timeout: 265 seconds]
thoughtpolice has joined #nixos
aria has joined #nixos
lukego has joined #nixos
teozkr_ has joined #nixos
evck_ has joined #nixos
cstrahan has joined #nixos
dsal has joined #nixos
mankyKitty has joined #nixos
feepo has joined #nixos
chrisaw has joined #nixos
prusnak has joined #nixos
gluegadget has joined #nixos
peel has joined #nixos
cr4y1 has joined #nixos
midchildan has joined #nixos
grfn has joined #nixos
zalaare has joined #nixos
NemesisD has joined #nixos
mpickering has joined #nixos
adamse has quit [Ping timeout: 246 seconds]
murmr has joined #nixos
nz_ has joined #nixos
patrickod_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @raboof opened pull request #96666 → Document conventions around adding new maintainers → https://git.io/JUtuF
johanot has quit [Read error: Connection reset by peer]
rizary has joined #nixos
claudiii has joined #nixos
patrickod_ has joined #nixos
scoates has quit [Ping timeout: 240 seconds]
johanot has joined #nixos
awaz has joined #nixos
cbarrett has quit [Ping timeout: 244 seconds]
ravndal has joined #nixos
scoates has joined #nixos
Unode has quit [Ping timeout: 256 seconds]
zebrag has joined #nixos
inkbottle has quit [Ping timeout: 240 seconds]
marcinkuzminski has quit [Ping timeout: 244 seconds]
blueberrypie0 has joined #nixos
jb55 has joined #nixos
hamishmack has joined #nixos
dmj` has joined #nixos
davidtwco has joined #nixos
raboof has joined #nixos
marcinkuzminski has joined #nixos
mcint has quit [Ping timeout: 258 seconds]
kumikumi has joined #nixos
blueberrypie has quit [Ping timeout: 272 seconds]
blueberrypie0 is now known as blueberrypie
cyphase has quit [Ping timeout: 258 seconds]
leothrix has quit [Ping timeout: 258 seconds]
adamse has joined #nixos
nh2 has joined #nixos
jtcs has joined #nixos
peel has quit [Ping timeout: 240 seconds]
sethetter__ has joined #nixos
zalaare has quit [Ping timeout: 258 seconds]
murmr has quit [Ping timeout: 240 seconds]
gluegadget has quit [Ping timeout: 240 seconds]
bdju has quit [Ping timeout: 260 seconds]
inanimat3_r0d has quit [Remote host closed the connection]
cbarrett has joined #nixos
peel has joined #nixos
hplar has joined #nixos
Unode has joined #nixos
murmr has joined #nixos
fendor has joined #nixos
disasm has joined #nixos
n1x_ has joined #nixos
cyphase has joined #nixos
zalaare has joined #nixos
nand0p has joined #nixos
tsrt^ has quit [Ping timeout: 258 seconds]
tsrt^ has joined #nixos
leothrix has joined #nixos
mpickering has quit [Read error: Connection reset by peer]
boredom101 has joined #nixos
mpickering has joined #nixos
gluegadget has joined #nixos
mcint has joined #nixos
acarrico has joined #nixos
bdju has joined #nixos
<wedens[m]> is it possible to use kernel 5.8 with nixos 20.03? iirc there were some systemd incompatibilities?
disasm has quit [Ping timeout: 240 seconds]
disasm has joined #nixos
hanetzer- has joined #nixos
hanetzer- has quit [Changing host]
hanetzer- is now known as hanetzer
Darkmatter66_ has quit [Ping timeout: 240 seconds]
gleber has joined #nixos
cr4y1 has quit [Remote host closed the connection]
bdju has quit [Ping timeout: 240 seconds]
dani- has joined #nixos
lord| has quit [Ping timeout: 258 seconds]
mariatsji has joined #nixos
Darkmatter66 has joined #nixos
lord| has joined #nixos
arjen-jonathan has joined #nixos
kozowu has joined #nixos
Thra11 has quit [Ping timeout: 258 seconds]
mariatsji has quit [Ping timeout: 244 seconds]
taktoa[c] has joined #nixos
jmeredith has joined #nixos
heatm1s3r has joined #nixos
jackdk has joined #nixos
CustosLimen has joined #nixos
zyklotomic has quit [Ping timeout: 240 seconds]
jtcs has quit [Ping timeout: 256 seconds]
nixbitcoin_ is now known as nixbitcoin
boredom101 has quit [Remote host closed the connection]
<raboof> wedens[m]: apparently systemd 245.7 has the necessary fixes (https://github.com/NixOS/nixpkgs/pull/95162#issuecomment-672810135)
veleiro`` has joined #nixos
<wedens[m]> yeah, but it's not ported to 20.03
davidv7 has quit [Ping timeout: 264 seconds]
kreyren_ has quit [Ping timeout: 240 seconds]
jtcs has joined #nixos
ktosiek has quit [Quit: The Lounge - https://thelounge.chat]
ktosiek has joined #nixos
Extends has quit [Ping timeout: 258 seconds]
n9nes- has quit [Ping timeout: 240 seconds]
amir has quit [Read error: Connection reset by peer]
veleiro` has quit [Ping timeout: 258 seconds]
n9nes has joined #nixos
amir has joined #nixos
<wedens[m]> I'm curious what kind of problems should I expect with 5.8 and systemd from 20.03
zyklotomic has joined #nixos
<{^_^}> [nixpkgs] @NobbZ opened pull request #96668 → erlang: make `configureFlags` appending instead of overwriting → https://git.io/JUtg1
pointfree has joined #nixos
alter2000 has joined #nixos
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to master « python.tests: don't mix the two types of tests »: https://git.io/JUtgF
justanotheruser has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @danieldk opened pull request #96669 → pytorch-bin: init at 1.6.0 → https://git.io/JUt2e
davidv7 has joined #nixos
Blackraider has joined #nixos
<{^_^}> [nixpkgs] @JJJollyjim opened pull request #96670 → kdesu: update patch to use qCWarning → https://git.io/JUt2k
gluegadget has quit [Ping timeout: 244 seconds]
quinn has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #96671 → droopy: use python 2.7 for macpath → https://git.io/JUt2I
jackdk has quit [Ping timeout: 240 seconds]
CustosLimen has quit [Ping timeout: 244 seconds]
Blackraider has quit [Remote host closed the connection]
alter2000 has quit [Ping timeout: 240 seconds]
Extends has joined #nixos
clever_ has joined #nixos
jackdk has joined #nixos
gluegadget has joined #nixos
cosimone_ has joined #nixos
CustosLimen has joined #nixos
cosimone has quit [Ping timeout: 240 seconds]
kreyren has joined #nixos
clever has quit [Ping timeout: 256 seconds]
clever_ has joined #nixos
clever_ has quit [Changing host]
clever_ is now known as clever
mariatsji has joined #nixos
arjen-jonathan has quit [Ping timeout: 244 seconds]
dsg has quit [Read error: Connection reset by peer]
mariatsji has quit [Ping timeout: 246 seconds]
dsg has joined #nixos
alter2000 has joined #nixos
cosimone_ has quit [Quit: Quit.]
jackdk has quit [Ping timeout: 240 seconds]
gluegadget has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @doronbehar opened pull request #96672 → nixos/samba: remove upstream deprecated syncPasswordsByPam option → https://git.io/JUt2p
n9nes- has joined #nixos
jackdk has joined #nixos
gluegadget has joined #nixos
n9nes has quit [Ping timeout: 240 seconds]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dani- has quit [Ping timeout: 244 seconds]
dani- has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #96664 → pythonPackages.blis: add missing dependency numpy → https://git.io/JUtuz
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JUtaY
vdemeester has quit [Ping timeout: 240 seconds]
pointfree has quit [Ping timeout: 244 seconds]
kozowu has quit [Ping timeout: 244 seconds]
heatm1s3r has quit [Read error: Connection reset by peer]
jackdk has quit [Read error: Connection reset by peer]
noudle has quit []
gluegadget has quit [Read error: Connection reset by peer]
taktoa[c] has quit [Ping timeout: 244 seconds]
jmeredith has quit [Read error: Connection reset by peer]
sarcasticadmin has quit [Ping timeout: 240 seconds]
iyzsong has quit [Ping timeout: 240 seconds]
cvlad- has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Ping timeout: 240 seconds]
cmk_zzz_ has quit [Ping timeout: 240 seconds]
gleber has quit [Read error: Connection reset by peer]
CustosLimen has quit [Read error: Connection reset by peer]
evanjs has quit [Ping timeout: 240 seconds]
meatcar_ has joined #nixos
evanjs has joined #nixos
BlessJah has quit [Ping timeout: 240 seconds]
palesz has quit [Ping timeout: 240 seconds]
palesz_ has joined #nixos
iyzsong has joined #nixos
cmk_zzz has joined #nixos
sarcasticadmin has joined #nixos
meatcar- has quit [Ping timeout: 240 seconds]
dani- has quit [Ping timeout: 244 seconds]
vdemeester has joined #nixos
jmeredith has joined #nixos
taktoa[c] has joined #nixos
heatm1s3r has joined #nixos
gluegadget has joined #nixos
jackdk has joined #nixos
CustosLimen has joined #nixos
BlessJah has joined #nixos
pointfree has joined #nixos
gleber has joined #nixos
dani- has joined #nixos
joshmeredith has joined #nixos
cvlad- has joined #nixos
kozowu has joined #nixos
<{^_^}> [nixpkgs] @doronbehar opened pull request #96673 → mympd: init at 6.5.2 → https://git.io/JUtaw
<Extends> ,locate libXss.so
<{^_^}> Found in packages: xlibs.libXScrnSaver
zyklotomic has quit [Ping timeout: 240 seconds]
fadenb has quit [Quit: killed]
U-armin has quit [Quit: killed]
<omasanori[m]> I have been preparing a set of cross toolchains to ensure that the codebase can be cross-build on a CI environment, and wondered if Nix can be applied here.
<omasanori[m]> Hello, folks!
<omasanori[m]> Could I use Nixpkg's cross toolchain itself as a set of command line tools with, for instance, "nix-env"?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<omasanori[m]> * Hello, folks!
<omasanori[m]> Could I use Nixpkg's cross toolchain itself as a set of command line tools with, for instance, "nix-env"?
<omasanori[m]> I have been preparing a set of cross toolchains to ensure that the codebase can be cross-build on a CI environment, and wondered if Nix can be applied here.
<clever> omasanori[m]: with nix, its not recommended to install any compiler with nix-env, just use nix-shell to load an env with that compiler
gleber has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @zowoq pushed to master « .editorconfig: add node-composition »: https://git.io/JUta1
zupo has joined #nixos
malook has joined #nixos
<clever> omasanori[m]: which cpu arch are you targetting?
pkral has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @romildo merged pull request #96473 → marwaita: 7.4.3 -> 7.5 → https://git.io/JUII1
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JUta7
marcinkuzminski has quit [Ping timeout: 256 seconds]
adamse has quit [Ping timeout: 256 seconds]
peel has quit [Ping timeout: 256 seconds]
eri451 has quit [Ping timeout: 256 seconds]
wnklmnn has joined #nixos
eri has joined #nixos
chin-tastic has quit [Ping timeout: 256 seconds]
eri is now known as Guest29480
ml| has quit [Ping timeout: 256 seconds]
is_null has joined #nixos
chin-tastic has joined #nixos
<symphorien[m]> omasanori you must use nix-shell or nix-build https://nixos.wiki/wiki/Cross_Compiling
marcinkuzminski has joined #nixos
peel has joined #nixos
adamse has joined #nixos
malook has quit [Quit: malook]
gleber has joined #nixos
<omasanori[m]> "clever" (https://matrix.to/#/@freenode_clever:matrix.org)archs are popular ones like x86, arm64 and risc-v, but platforms are not only Linux but also some BSDs and baremetal ELF.
<{^_^}> [nixpkgs] @romildo opened pull request #96674 → marwaita: 7.5 -> 7.5.1 → https://git.io/JUtVm
<clever> omasanori[m]: nix should be able to do all of those easily
dmj` has quit [Read error: Connection reset by peer]
galagora has joined #nixos
davidv7 has quit [Quit: Konversation terminated!]
dmj` has joined #nixos
fnlaai has joined #nixos
<fnlaai> hi there
<fnlaai> anyone able to patch slstatus?
<fnlaai> i guess there's a bug
<omasanori[m]> "symphorien" (https://matrix.to/#/@symphorien:xlumurb.eu) "clever" (https://matrix.to/#/@freenode_clever:matrix.org) I see, thanks a lot!
galagora has quit [Remote host closed the connection]
<fnlaai> both able to patch
<fnlaai> but slstatus and tabbed won't
davidv7 has joined #nixos
nature has quit [Ping timeout: 240 seconds]
<fnlaai> it is because the config thingy in script
<fnlaai> can i make a pull req?
iyzsong has left #nixos ["rcirc on GNU Emacs 26.3"]
galagora has joined #nixos
<fnlaai> @oxzi here?
chin-tastic has quit [Ping timeout: 264 seconds]
ml| has joined #nixos
<galagora> Hey, how do change d-bus policies? The d-bus module doesn't let you do that and /etc/dbus-1 is a symlink to the store
<symphorien[m]> put your configuration file in a derivation, and put this derivation in `services.dbus.packages` irrc
<fnlaai> how to add our own default.nix
chin-tastic has joined #nixos
<fnlaai> and install into system-level
<{^_^}> [nixpkgs] @fnlaai opened pull request #96675 → Make slstatus able to patch from diff → https://git.io/JUtVa
cvlad- has quit [Ping timeout: 240 seconds]
jackdk has quit [Ping timeout: 240 seconds]
gluegadget has quit [Ping timeout: 240 seconds]
peel has quit [Ping timeout: 244 seconds]
gleber has quit [Read error: Connection reset by peer]
jmeredith has quit [Read error: Connection reset by peer]
jmeredith has joined #nixos
taktoa[c] has quit [Read error: Connection reset by peer]
joshmeredith has quit [Read error: Network is unreachable]
gleber has joined #nixos
vdemeester has quit [Read error: Connection reset by peer]
dani- has quit [Write error: Connection reset by peer]
adamse has quit [Read error: Connection reset by peer]
peel has joined #nixos
cvlad- has joined #nixos
gluegadget has joined #nixos
joshmeredith has joined #nixos
taktoa[c] has joined #nixos
vdemeester has joined #nixos
jackdk has joined #nixos
adamse has joined #nixos
dani- has joined #nixos
owl has quit [Quit: owl]
cosimone has joined #nixos
owl has joined #nixos
arjen-jonathan has joined #nixos
fnlaai has quit [Remote host closed the connection]
<jackdk> I am getting an error `preallocating file of X bytes: No space left on device` when trying to `nix-build '<nixpkgs/nixos/release.nix>' -A amazonImage.x86_64-linux`. I swear this was working last night. I'm running the official NixOS AMI on a t3a.medium with 100G EBS volume for root; how can I tell where nix is trying to allocate file space and what device is full?
mallox has quit [Quit: WeeChat 2.9]
<clever> jackdk: is /tmp on its own fs?
galagora has quit [Remote host closed the connection]
galagora has joined #nixos
<galagora> Ah, root can montior the system bus anyways, so it's no problem.
davidv7__ has joined #nixos
<jackdk> clever: not according to the output of `mount` or `df -h`
mallox has joined #nixos
davidv7 has quit [Ping timeout: 256 seconds]
is_null has quit [Ping timeout: 264 seconds]
<clever> jackdk: are you running the build as root or a normal user?
cbarrett has quit [Read error: Connection reset by peer]
<jackdk> clever: root is the only user on the instance
is_null has joined #nixos
cbarrett has joined #nixos
<clever> jackdk: what happens if you use `NIX_REMOTE=daemon nix-build ...` ?
<NobbZ[m]> `nix-build` should run locally unless you used some substitures/build hosts…
<clever> NobbZ[m]: if ran as root, it will spawn the builds directly, and respect $TMPDIR, which can break some things
<clever> setting the remote to daemon causes it to go via nix-daemon, which uses /tmp/
<NobbZ[m]> This was directed at jackdk , who said that "root" where the only user on "the instance".
<jackdk> clever++ build succeeded, thank yoiu
<{^_^}> clever's karma got increased to 498
vdemeester has quit [Ping timeout: 244 seconds]
cvlad- has quit [Read error: Connection reset by peer]
peel has quit [Read error: Connection reset by peer]
heatm1s3r has quit [Read error: Connection reset by peer]
dani- has quit [Read error: Connection reset by peer]
CodeKiwi has joined #nixos
kozowu has quit [Read error: Connection reset by peer]
gluegadget has quit [Read error: Connection reset by peer]
gleber has quit [Read error: Connection reset by peer]
pointfree has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Read error: Connection reset by peer]
jackdk has quit [Read error: Connection reset by peer]
taktoa[c] has quit [Read error: Connection reset by peer]
cbarrett has quit [Read error: Connection reset by peer]
copy has quit [Remote host closed the connection]
kmplsv has quit [Remote host closed the connection]
dmj` has quit [Read error: Connection reset by peer]
luigy has quit [Ping timeout: 260 seconds]
marcinkuzminski has quit [Read error: Connection reset by peer]
fnlaai has joined #nixos
<fnlaai> https://github.com/NixOS/nixpkgs/pull/96675 someone please review
<{^_^}> #96675 (by fnlaai, 26 minutes ago, open): Make slstatus able to patch from diff
DigitalKiwi has quit [Ping timeout: 244 seconds]
copy has joined #nixos
kmplsv has joined #nixos
cvlad- has joined #nixos
peel has joined #nixos
heatm1s3r has joined #nixos
dani- has joined #nixos
kozowu has joined #nixos
vdemeester has joined #nixos
gluegadget has joined #nixos
gleber has joined #nixos
joshmeredith has joined #nixos
taktoa[c] has joined #nixos
marcinkuzminski has joined #nixos
jackdk has joined #nixos
cbarrett has joined #nixos
pointfree has joined #nixos
acarrico has quit [Ping timeout: 240 seconds]
dmj` has joined #nixos
acarrico has joined #nixos
fnlaai has quit [Remote host closed the connection]
luigy has joined #nixos
heatm1s3r has quit [Ping timeout: 244 seconds]
<{^_^}> [nixos-search] @garbas merged pull request #172 → using whitespace analyzer and not the default one → https://git.io/JUtLL
<{^_^}> [nixos-search] @garbas pushed to master « using whitespace analyzer and not the default one (#172) »: https://git.io/JUtrT
<{^_^}> [nixos-search] @garbas pushed 0 commits to fix-171: https://git.io/JUtrk
heatm1s3r has joined #nixos
is_null has quit [Ping timeout: 240 seconds]
raghavsood has joined #nixos
mariatsji has joined #nixos
jmeredith has quit [Read error: Connection reset by peer]
adamse has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to release-20.03: https://git.io/JUtrn
jmeredith has joined #nixos
adamse has joined #nixos
<raghavsood> Are there any known issues with yubikey encrypted boot + zfs? It installs fine, but inevitably stops working within 4-10 reboots - the yubikey always ends up deriving an incorrect passphrase for the luks partition
<raghavsood> The exact same set up works fine on another laptop with btrfs
<raghavsood> And the laptop with the issue works alright with plain LUKS, but yubikey backed LUKS (both with and without an additional yubikey password) break after a few reboots
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
galagora has quit [Remote host closed the connection]
eoli3n_ has quit [Ping timeout: 264 seconds]
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
<infinisil> Aw man, previously I was able to limit internet speed with `sudo tc qdisc add dev eno1 root tbf rate 1mbit burst 10kb latency 70ms peakrate 1mbit minburst 1540`
<infinisil> But now it doesn't seem to do anything anymore :/
civodul has joined #nixos
<infinisil> Last time it already took me like half an hour to even find something that worked..
euandreh has quit [Remote host closed the connection]
mariatsji has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @romildo opened pull request #96676 → marwaita-manjaro: init at 2020-08-29 → https://git.io/JUtrP
is_null has joined #nixos
mariatsji has joined #nixos
kreyren has quit [Remote host closed the connection]
kreyren has joined #nixos
hodapp has quit [Ping timeout: 244 seconds]
hodapp has joined #nixos
malook has joined #nixos
marcinkuzminski has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @teto merged pull request #96657 → luaPackages.lua-resty-openidc: init at 1.7.2-1 → https://git.io/JUt4n
<{^_^}> [nixpkgs] @teto pushed 2 commits to master: https://git.io/JUtoB
marcinkuzminski has joined #nixos
alter2000 has quit [Ping timeout: 240 seconds]
philr_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @edude03 opened pull request #96677 → plex: 1.19 -> 1.20 → https://git.io/JUtoo
orivej has joined #nixos
claudiii has quit [Read error: Connection reset by peer]
claudiii has joined #nixos
Rusty1 has joined #nixos
nahamu has quit [Ping timeout: 256 seconds]
malook has quit [Quit: malook]
CodeKiwi is now known as DigitalKiwi
nahamu has joined #nixos
captn3m0 has joined #nixos
<{^_^}> [nixpkgs] @kevincox pushed to kevincox-patch-1 « neovim-qt: Add homepage. »: https://git.io/JUtKN
captn3m0- has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @kevincox opened pull request #96678 → neovim-qt: Add homepage. → https://git.io/JUtKA
ddellacosta has joined #nixos
eoli3n_ has joined #nixos
Extends has quit [Quit: Lost terminal]
gxt has quit [Remote host closed the connection]
<jlv> Is it just me, or is cache.nixos.org down?
ddellacosta has quit [Ping timeout: 265 seconds]
ehh has joined #nixos
<night> might not be just you. as3356/level3 is having some difficulty right now.
ehh has quit [Remote host closed the connection]
domogled has quit [Ping timeout: 258 seconds]
gleber has quit [Ping timeout: 240 seconds]
joshmeredith has quit [Ping timeout: 244 seconds]
dmj` has quit [Ping timeout: 244 seconds]
dani- has quit [Ping timeout: 244 seconds]
gleber has joined #nixos
joshmeredith has joined #nixos
dani- has joined #nixos
dmj` has joined #nixos
<{^_^}> [nixpkgs] @kevincox pushed to kevincox-patch-1 « Update qt.nix »: https://git.io/JUtiI
<Yaniel> not so much that cache.nixos.org is down, the interwebs are just having holes atm
<simpson> Fortunately, nobody *needs* the cache, right~
kreyren has quit [Ping timeout: 240 seconds]
<Yaniel> no need to check the cache for new stuff when your release channel has been stuck for a week
Maxdamantus has quit [Ping timeout: 265 seconds]
Maxdamantus has joined #nixos
nature has joined #nixos
<{^_^}> [nixpkgs] @midchildan opened pull request #96679 → mackerel-agent: init at 0.68.2 → https://git.io/JUtid
Maxdamantus has quit [Ping timeout: 240 seconds]
<jlv> How do you disable the cache then? The manual is down XD `nixos-rebuild` fails even though I don't need the cache, because it can't access it.
<clever> jlv: `--option` can be used to dynamically change anything in nix.conf
<clever> jlv: and if you set substituters to "", then it has no caches to consult
Batoeh has quit [Ping timeout: 240 seconds]
Batoeh has joined #nixos
<q3k[m]> the cache seems to be fine (fast.ly has decent connectivity), DNS for the cache and nixos .org (ns1/nsone.com) seems to be at fault here
davidv7__ has quit [Ping timeout: 240 seconds]
nature has quit [Ping timeout: 256 seconds]
davidv7__ has joined #nixos
<q3k[m]> for me just changing to a DNS recursor that still has nsone.com entries and/or can reach it (eg. 8.8.8.8) has fixed connectivity
<Yaniel> yeah the problem is not the cache but routing
<Yaniel> reminds me of another global internet outage a few months back
<q3k[m]> might not work for everyone, though, depends on where level3/centurylink is in the breakage path
gthm has joined #nixos
bdju has joined #nixos
<bqv> Ah, excellent
<clever> i was just having issues reaching the rpi forums, but it was between cloudflare (newark) and the backend servers
<bqv> Yeah, cloudflare has shat the bed a bit
<{^_^}> [nixpkgs] @rnhmjoj opened pull request #96680 → xorg: convert type1 fonts and mark packages as unfree → https://git.io/JUtPQ
<clever> it has already recovered for me
<bqv> Your cloud is better than mine…
<raghavsood> It's not just cloudflare, there's an ongoing Level3 event - many transit links are affected between most bigger ISPs, how much of it trickles down to you is just your luck
Maxdamantus has joined #nixos
<clever> oh
<clever> i was also having cache.nixos.org problems, but ipv6 was acting up due to other stuff at the time
<clever> so i thought it was on my end
<{^_^}> [nixpkgs] @lheckemann merged pull request #96538 → buildGoModule/buildGoPackage: Remove go references from lib,libexec → https://git.io/JUIbi
<{^_^}> [nixpkgs] @lheckemann pushed 8 commits to master: https://git.io/JUtXv
metreo has joined #nixos
Thra11 has quit [Ping timeout: 240 seconds]
Extends has joined #nixos
<{^_^}> [nixpkgs] @lheckemann closed pull request #84896 → mailman-web: use default Nixpkgs Django → https://git.io/Jvpp1
alter2000 has joined #nixos
arjen-jonathan has quit [Ping timeout: 240 seconds]
<Church-> Hmm. Anyone use ssh certificates with sshd on nixOS?
<Church-> Figuring out how to set that up given the immutableness of /etc
Maxdamantus has quit [Ping timeout: 246 seconds]
Blackraider has joined #nixos
<simpson> Church-: For pregenerated certificates, I think that services.openssh.authorizedKeyFiles will work? But that's assuming that you're okay with them in the store.
lord| has quit [Ping timeout: 256 seconds]
Blackraider has quit [Client Quit]
<Church-> Hmm I might be.
U-armin has joined #nixos
fadenb has joined #nixos
<Church-> Writing a module for step-ca
<Church-> So need to check how it fully works.
Maxdamantus has joined #nixos
nixy37179 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #96524 → python27Packages.phonenumbers: 8.12.7 -> 8.12.8 → https://git.io/JUIPu
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JUt1U
Thra11 has joined #nixos
seku has joined #nixos
tsrt^ has quit [Read error: Connection reset by peer]
lordcirth__ has quit [Remote host closed the connection]
nature has joined #nixos
<bqv> I had certs at one point
<bqv> Gave up on it
<bqv> Too much hassle
<{^_^}> [nixpkgs] @jappeace opened pull request #96681 → cut-the-crap: Depend on c2hs → https://git.io/JUt1P
lord| has joined #nixos
gthm has quit [Ping timeout: 240 seconds]
rajivr has quit [Quit: Connection closed for inactivity]
m4ts has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @rpearce opened pull request #96682 → bashcards: 0.1.2 -> 0.1.3 → https://git.io/JUtDa
<{^_^}> [nixpkgs] @FRidh merged pull request #96670 → kdesu: update patch to use qCWarning → https://git.io/JUt2k
<{^_^}> [nixpkgs] @FRidh pushed commit from @JJJollyjim to master « kdesu: update patch to use qCWarning »: https://git.io/JUtDr
Thra11 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #96621 → bzip2_1_1: init at 2020-08-11 → https://git.io/JULQD
<{^_^}> [nixpkgs] @FRidh pushed to master « bzip2_1_1: init at 2020-08-11 »: https://git.io/JUtD1
ManiacOfMadness has quit [Ping timeout: 272 seconds]
ManiacOfMadness` has joined #nixos
Extends has quit [Quit: Lost terminal]
Extends has joined #nixos
cosimone has quit [Remote host closed the connection]
cosimone has joined #nixos
<Church_> bqv: Yeah planning to set up step-ca as a module to upstream. Makes it quite, quite easy.
<bqv> Meh. Sure.
Thra11 has joined #nixos
m4ts has joined #nixos
justanotheruser has joined #nixos
<{^_^}> Channel nixpkgs-20.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2847777ec7e (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.03-darwin)
tsrt^ has joined #nixos
alter2000 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 8 commits to master: https://git.io/JUtSO
<{^_^}> [nixpkgs] @vcunat merged pull request #96360 → thunderbird, thunderbird-bin: 78.1.1 -> 78.2.1, 68.11.0 -> 68.12.0 → https://git.io/JUTcS
is_null has quit [Ping timeout: 240 seconds]
waleee-cl has joined #nixos
matthiaskrgr has joined #nixos
jtmcx has joined #nixos
<{^_^}> [nixpkgs] @j0hax closed pull request #96397 → maintainers: add j0hax → https://git.io/JUk0z
<{^_^}> [nixpkgs] @jonringer merged pull request #96628 → pythonPackages.pint: add missing dependencies → https://git.io/JULAZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @risicle to master « pythonPackages.pint: add missing dependencies »: https://git.io/JUt93
<Raito_Bezarius> I'd like to build a new NixOps module, is there some docs or example I can use?
kreyren has joined #nixos
n1tsu has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #96662 → htop: disable use glyphs for checkmarks → https://git.io/JUt0x
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JUt9g
sputny has quit [Ping timeout: 240 seconds]
sputny has joined #nixos
<{^_^}> Channel nixos-20.03-small advanced to https://github.com/NixOS/nixpkgs/commit/2847777ec7e (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.03-small)
<immae> Raito_Bezarius: you mean a new provider?
<Raito_Bezarius> immae: yes
<Raito_Bezarius> the proxmox one :-)
<Raito_Bezarius> But I'd like to have recent details, compatible with the latest NixOS
<Raito_Bezarius> NixOps *
Thra11 has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<Raito_Bezarius> Apparently, the AWS is compatible with the latest NixOps
<immae> There are development with Nixops to make it plugin-based
m1cr0man has quit [Quit: G'luck]
<immae> (so that you don’t need to have AWS if you don’t use it)
<immae> It seems like the nixops-libvirtd is the most up to date plugin
<Raito_Bezarius> It is plugin-based right now immae
<Raito_Bezarius> But I was asking regarding "how to write a new NixOps plugin for a PaaS provider"
<immae> Ah sorry
<Raito_Bezarius> Okay, I didn't know about the libvirtd one, I'll check
<immae> (it is plugin based but it’s still ind eveloppement)
<immae> (also if you use it on an "old nixops" state you’ll get - bad - surprises)
turlando has quit [Ping timeout: 240 seconds]
palo has quit [Quit: WeeChat 2.7.1]
<Raito_Bezarius> :D
m1cr0man has joined #nixos
<Raito_Bezarius> thanksfully, I'm going to use it on all shiny state
palo has joined #nixos
fzakaria has quit [Quit: Leaving]
jb55 has quit [Remote host closed the connection]
<wirew0rm> taktoa[c]: i didn't read all the backlog, but what i did last year was to build the esp compiler toolchain from source compared, at the time the existing solutions used the prcompiled toolchain with buildFSHroot. I got it working, but i didn't really get to using it afterwards. I didn't touch it for some time, but it's still here, if it helps:
<Raito_Bezarius> For example, I see there is public_ipv4 && private_ipv4
<wirew0rm> peelz: ^
<Raito_Bezarius> I'd like to support public IPv4/private IPv6 (-only) deployments
<Raito_Bezarius> Should I add support for it in the top-level of deployment?
fzakaria has joined #nixos
Thra11 has joined #nixos
nature has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #96528 → python27Packages.qtconsole: 4.7.5 -> 4.7.6 → https://git.io/JUIMT
<{^_^}> [nixpkgs] @jonringer pushed commit from @r-ryantm to master « python27Packages.qtconsole: 4.7.5 -> 4.7.6 »: https://git.io/JUtHz
noudle has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @magnetophon opened pull request #96684 → update some LV2 plugins → https://git.io/JUtH7
nature has joined #nixos
orivej has joined #nixos
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
jb55 has joined #nixos
Darkmatter66 has joined #nixos
mariatsji has quit [Remote host closed the connection]
kaivai has quit [Quit: ZNC - https://znc.in]
mariatsji has joined #nixos
jb55 has quit [Remote host closed the connection]
jtmcx has quit [Quit: WeeChat 2.7.1]
jb55 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kaivai has joined #nixos
bennofs_ has joined #nixos
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #95742 → nixUnstable: pre20200721_ff314f1 -> pre20200829_f156513 → https://git.io/JJbFA
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JUtQ0
gxt has joined #nixos
bennofs__ has quit [Ping timeout: 240 seconds]
growpotkin has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #96315 → noto-fonts-emoji: unstable-2019-10-22 → unstable-2020-08-20; twitter-color-emoji: 12.1.5 → 13.0.1 → https://git.io/JUUFc
<{^_^}> [nixpkgs] @jonringer pushed 18 commits to master: https://git.io/JUtQi
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b317137894f (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
kreyren has quit [Ping timeout: 240 seconds]
growpotk- has joined #nixos
kreyren has joined #nixos
malook has joined #nixos
kwork has joined #nixos
davidv7__ has quit [Ping timeout: 240 seconds]
davidv7 has joined #nixos
cole-h has joined #nixos
Mateon2 has joined #nixos
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon2 is now known as Mateon1
arjen-jonathan has joined #nixos
zupo has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
malook has quit [Quit: malook]
orivej has joined #nixos
mariatsji has quit [Remote host closed the connection]
fzakaria has quit [Ping timeout: 240 seconds]
cr4y1 has joined #nixos
Mateon1 has quit [Ping timeout: 258 seconds]
Mateon2 has joined #nixos
LnL has quit [Remote host closed the connection]
Thra11 has quit [Ping timeout: 240 seconds]
<{^_^}> [nix] @domenkozar pushed to master « mention how to run a single functional test for faster feedback loop »: https://git.io/JUt7y
Mateon2 is now known as Mateon1
<{^_^}> [nixpkgs] @jonringer opened pull request #96685 → spicetify-cli: init at 1.1.0 → https://git.io/JUt7S
LnL has joined #nixos
zimbatm has quit []
mariatsji has joined #nixos
mariatsji has quit [Remote host closed the connection]
mariatsji has joined #nixos
LnL- has joined #nixos
LnL- has joined #nixos
LnL- has quit [Changing host]
<makefu> what happened to the options search? i assume https://search.nixos.org/options is the new search however it is inferior to the previous search AND all links to the previous search are now broken
<{^_^}> [nixpkgs] @jonringer merged pull request #96682 → bashcards: 0.1.2 -> 0.1.3 → https://git.io/JUtDa
<{^_^}> [nixpkgs] @jonringer pushed commit from @rpearce to master « bashcards: 0.1.2 -> 0.1.3 »: https://git.io/JUt7x
LnL has quit [Ping timeout: 256 seconds]
Mateon2 has joined #nixos
growpotk- has quit [Read error: Connection reset by peer]
Mateon1 has quit [Ping timeout: 264 seconds]
Mateon2 is now known as Mateon1
zolk3ri[m] has quit [Quit: authenticating]
zolk3ri[m] has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @nixy opened pull request #96686 → tor: Add option to tor service for package → https://git.io/JUt5s
<{^_^}> [nixpkgs] @kevincox pushed to kevincox-patch-1 « Update pkgs/applications/editors/neovim/qt.nix »: https://git.io/JUt5n
Kritnich has quit [Quit: Bye bye.]
<{^_^}> Channel nixos-20.03 advanced to https://github.com/NixOS/nixpkgs/commit/925ae0dee63 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-20.03)
growpotk- has joined #nixos
Kritnich has joined #nixos
Mateon2 has joined #nixos
orivej has joined #nixos
Mateon1 has quit [Ping timeout: 264 seconds]
Mateon2 is now known as Mateon1
page has joined #nixos
GiGa has joined #nixos
GiGa has joined #nixos
GiGa has quit [Changing host]
<GiGa> Greetings all.
<{^_^}> [nixpkgs] @jonringer merged pull request #96674 → marwaita: 7.5 -> 7.5.1 → https://git.io/JUtVm
<{^_^}> [nixpkgs] @jonringer pushed commit from @romildo to master « marwaita: 7.5 -> 7.5.1 »: https://git.io/JUt5P
<GiGa> Has there been a sudden surge in automated issues and PRs on GitHub lately? I note it's sitting at 4.1k and 2.2k respectively which seems unmanagable?
spudly has quit [Ping timeout: 246 seconds]
<samueldr> I don't know about a *sudden* surge, but there's always a slow trickle of more than is merged
<samueldr> though we don't close unactionable PRs, and old PRs
<samueldr> so the amount will look really inflated
<GiGa> Possible I've misremembered it just felt like a massive jump.
<GiGa> What makes them unactionable?
<samueldr> changes being required, and not done
<samueldr> needing a rebase/merge with master
o1lo01ol1o has quit [Read error: Connection reset by peer]
<GiGa> Ah
spudly has joined #nixos
spudly has joined #nixos
<samueldr> or sometimes plain WIP
<GiGa> Sadly I don't feel experienced enough to be able to assist much in that regard. I've committed some package updates previously but anything more complex than that is beyond me at this time.
o1lo01ol1o has joined #nixos
<GiGa> That makes sense.
<GiGa> The numbers still look uncomfortable though.
<GiGa> I noted the PR template changed a while back to ask people to assist further so I'm guessing a bulk of the problem is down to insufficient volunteers?
<{^_^}> [nixpkgs] @jonringer merged pull request #96669 → pytorch-bin: init at 1.6.0 → https://git.io/JUt2e
<{^_^}> [nixpkgs] @jonringer pushed commit from @danieldk to master « pytorch-bin: init at 1.6.0 »: https://git.io/JUtdt
<GiGa> I'm trying to determine if I should raise a bug for this behaviour with Steam ( https://pastebin.com/pzgaX0FS ) but looking at the number of issues that already exists it feels like it'd just be compounding the issue.
<{^_^}> [nixpkgs] @jonringer merged pull request #96652 → lxd: 4.4 -> 4.5 → https://git.io/JUtnh
<{^_^}> [nixpkgs] @jonringer pushed commit from @marsam to master « lxd: 4.4 -> 4.5 »: https://git.io/JUtd3
<{^_^}> [nixpkgs] @jonringer merged pull request #96649 → kbs2: 0.1.3 -> 0.1.4 → https://git.io/JUtnI
<{^_^}> [nixpkgs] @jonringer pushed commit from @marsam to master « kbs2: 0.1.3 -> 0.1.4 »: https://git.io/JUtdZ
alter2000 has joined #nixos
<{^_^}> [nixos-hardware] @Mic92 merged pull request #188 → add dell precision 5530 → https://git.io/JUtEV
<{^_^}> [nixos-hardware] @Mic92 pushed 2 commits to master: https://git.io/JUtdl
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUtdE
<infinisil> samueldr: I wish github had a builtin filter for merge conflicts
rojiro has joined #nixos
<infinisil> From what I can tell they don't because it's not possible for it to be implemented efficiently
<infinisil> Or, I guess it would be possible, but pretty error-prone
<nf> what's the difference between /nix/var/nix/profiles/system and /run/current-system ?
mvnetbiz_8 is now known as mvnetbiz_
mvnetbiz_ has joined #nixos
mvnetbiz_ has quit [Changing host]
<{^_^}> [nixpkgs] @FRidh merged pull request #95012 → perl: 5.30.3 -> 5.32.0 → https://git.io/JJMT6
<{^_^}> [nixpkgs] @FRidh pushed commit from @stigtsp to staging « perl: 5.30.3 -> 5.32.0, perldevel: 5.32.0-RC0 -> 5.33.1 »: https://git.io/JUtdi
<infinisil> nf: The former is what you'll get when you reboot the system. The default boot entry is derived from that
<cole-h> infinisil: Do you still have that script that you use to see if a specific cachix instance has the specified path?
<GiGa> Is anyone else on unstable finding that Steam can't show your library or the Steam Community any more? Seems to have broken in July?
<infinisil> nf: The latter is the currently running system, which can be anything really, but for `nixos-rebuild switch` it's the same as the former
<{^_^}> [nixpkgs] @jonringer merged pull request #96665 → deno: 1.3.1 -> 1.3.2 → https://git.io/JUtur
<{^_^}> [nixpkgs] @jonringer pushed commit from @06kellyjac to master « deno: 1.3.1 -> 1.3.2 »: https://git.io/JUtdM
<infinisil> nf: For a `nixos-rebuild test` however, the former isn't updated, while the latter is
<GiGa> Steam just shows blank pages
<GiGa> If run from a shell issues with ELF classes are shown as https://pastebin.com/pzgaX0FS
<cole-h> infinisil++ Thanks
<{^_^}> infinisil's karma got increased to 345
<nf> infinisil: i see, thanks
<{^_^}> [nixpkgs] @jonringer merged pull request #96660 → gitlab: 13.0.12 -> 13.0.14 → https://git.io/JUt0Z
<{^_^}> [nixpkgs] @jonringer pushed commit from @petabyteboy to master « gitlab: 13.0.12 -> 13.0.14 »: https://git.io/JUtdQ
<cole-h> Hm... How do I push the referenced closure to cachix? `nix path-info -r .#passrs | cachix push passrs` says "All done.", yet gpgme and libgit2 aren't in the cache...
<{^_^}> [nixpkgs] @primeos merged pull request #96573 → androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8 → https://git.io/JULZ6
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JUtFt
<cole-h> cc bqv / domenkozar[m] (flakes and cachix experts, respectively)
<domenkozar[m]> cole-h: they aren't pushed as they are in cache.nixos.org
<cole-h> domenkozar[m]: Oh, that simple of a reason? Great :P
<cole-h> Thanks.
<cole-h> domenkozar[m]++
<{^_^}> domenkozar[m]'s karma got increased to 0x1c
<infinisil> Ah I guess my check-cache.sh script doesn't take that into account
<infinisil> Would be a relatively simple addition though
<domenkozar[m]> infinisil: I'm thinking to automate that, what's your script doing?
<infinisil> See above link
<infinisil> Just curls tha narinfo paths
<nf> is the ~/.nix-profile symlink just provided for convenience? it can't ever change, right?
<domenkozar[m]> ah ok :)
<cole-h> domenkozar[m]: Minor suggestion: if a cache is cleared using the button, maybe make those stats refresh immediately?
<cole-h> I don't know if my clear actually worked, since it's still showing the old size :P
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<domenkozar[m]> ah sure :)
fzakaria has joined #nixos
<fzakaria> (not sure if previous message sent)
<fzakaria> Has anyone made an attempt to introduce withPackages for JRuby ?
<domenkozar[m]> cole-h: thanks!
<infinisil> domenkozar[m]: Oh since you're here right now, can you share how much space all caches use? I'm interested in the current scale of it
<domenkozar[m]> ~3TB
<domenkozar[m]> ~2k users
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #96643 → somafm-cli: set platforms to platforms.all → https://git.io/JUtID
growpotk- has quit [Ping timeout: 240 seconds]
<Raito_Bezarius> Is the QEMU Agent supported by default in the NixOS minimal ISO?
n9nes- has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « objconv: 2.51 -> 2.52 »: https://git.io/JUtF2
<infinisil> domenkozar[m]: Neat, thanks!
zupo has joined #nixos
n9nes has joined #nixos
<yurb> Is Gnome3 packaged fully in NixOS, i.e., usable as a DE?
<GiGa> yurb: I'm using Gnome3 as my default on both my NixOS systems.
<yurb> GiGa: great to hear!
<yurb> On this page - https://nixos.org/features.html - under Status, it says "NixOS provides a complete X11/Plasma 5 desktop environment. Other window managers and part of Gnome are also available." - I wonder if that is maybe outdated?
alter2000 has quit [Ping timeout: 240 seconds]
<yurb> It is unclear what "part of Gnome" means though
<yurb> But in sounded as if it was sort of half-packaged
<yurb> ...compared to Plasma
<yurb> that might turn Gnome users from NixOS thinking it's not there
<GiGa> It's definitel here fully. There's an install and live ISO for Gnome, or at least that's how I first experimented with NixOS.
<{^_^}> [nixpkgs] @j0hax opened pull request #96688 → octoprint.python.pkgs.octoprint-dashboard: init at 1.13.0 → https://git.io/JUtF9
<yurb> GiGa: Do you use it with Wayland btw? (just curious)
<{^_^}> [nixpkgs] @jtojnar merged pull request #95897 → gnome3.orca: 3.36.4 -> 3.36.5 → https://git.io/JJjcO
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JUtFF
<yurb> The numbers also need updating - it says 40000 packages on that page but 60000 on the home page
<GiGa> yurb: I believe I'm using x11 on both devices but think some people are running with Wayland.
<GiGa> Don't quote me on that though.
<GiGa> yurb: If the webpage is in Git you'd be welcome to update the text and submit a PR ;) .
<GiGa> (I haven't checked)
<yurb> yeah, I thought of that:)
<{^_^}> [nixpkgs] @nyanloutre opened pull request #96689 → Home assistant plugins: pysqueezebox and yeelight → https://git.io/JUtbC
mariatsji has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/4aa5466cbc7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
davidv7 has quit [Ping timeout: 258 seconds]
nature has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @NinjaTrappeur opened pull request #96690 → nixosTests.systemd-networkd: fix test flakiness → https://git.io/JUtbh
nature has joined #nixos
alter2000 has joined #nixos
<{^_^}> [nixpkgs] @romildo opened pull request #96691 → iconpack-obsidian: 4.12 -> 4.13 → https://git.io/JUtNl
titano has quit [Ping timeout: 240 seconds]
noudle has quit []
arjen-jonathan has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #96692 → webkitgtk: don't use clang stdenv → https://git.io/JUtNo
<{^_^}> [nix] @domenkozar opened pull request #3969 → test when nar is missing and new narinfo is available → https://git.io/JUtN9
<{^_^}> [nixpkgs] @Ma27 merged pull request #96690 → nixosTests.systemd-networkd: fix test flakiness → https://git.io/JUtbh
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JUtNp
sangoma has quit [Quit: WeeChat 2.9]
MtotheM has joined #nixos
sputny has quit [Remote host closed the connection]
user98 has joined #nixos
<user98> i am trying to play factorio-demo on my nixos install but i get this message:
<user98> note that the factorio package fails to download with a hash mismatch; i assume this is because the game was updated but the expression wasnt
<user98> factorio-demo downloads just fine but isnt able to create a game
Darkmatter66_ has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to master « sonata: fixup dependencies »: https://git.io/JUtxO
cole-h has quit [Quit: Goodbye]
Darkmatter66 has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @jmininger opened pull request #96693 → adobe-reader: add gkd-pixbuf-xlib based on issue: #96683 → https://git.io/JUtxn
growpotk- has joined #nixos
boredom101 has joined #nixos
n9nes has quit [Quit: ZNC 1.8.1 - https://znc.in]
n9nes has joined #nixos
fadenb has quit [Quit: killed]
U-armin has quit [Quit: killed]
growpotk- has quit [Ping timeout: 256 seconds]
U-armin has joined #nixos
fadenb has joined #nixos
cript0nauta has joined #nixos
LunarLambda has joined #nixos
kreyren has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @cust0dian opened pull request #96694 → navi: 2.9.0 -> 2.10.0 → https://git.io/JUtp0
fadenb has quit [Client Quit]
U-armin has quit [Client Quit]
<{^_^}> [nixpkgs] @Ma27 merged pull request #96516 → xonsh: 0.9.19 -> 0.9.20 → https://git.io/JUIaG
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JUtpz
fadenb has joined #nixos
U-armin has joined #nixos
cosimone has quit [Ping timeout: 240 seconds]
cosimone has joined #nixos
quinn has joined #nixos
moben has joined #nixos
cosimone_ has joined #nixos
m0rphism has quit [Quit: WeeChat 2.7.1]
cosimone has quit [Ping timeout: 240 seconds]
<kayg04> hello! I'm trying to remote unlock a LUKS setup NixOS.
<kayg04> it's setup with ext4 on top of a LUKS drive. I'm logging in via dropbear to unlock. cryptsetup-askpass gets run on login, asks for a password and then "waits" and says "Passphrase is not requested now"
<kayg04> Waiting 10 seconds for LUKS to request a passphrase............. - failure
<kayg04> Passphrase is not requested now
m0rphism has joined #nixos
<kayg04> ^^ this is the error
<Raito_Bezarius> kayg04: are you using crypt-askpass ?
<kayg04> I've also tried manually unlocking as such: https://0bin.net/paste/2IN-voaC#dvh10fs4GkGI0PbPL0FDEu00Qih8kjwbXmckXnIjRlx
<Raito_Bezarius> what does it mean to set wipe=True for destroy operation in NixOps?
<kayg04> Raito_Bezarius: cryptsetup-askpass, yes
<Raito_Bezarius> weird
<Raito_Bezarius> is that a VM or a machine kayg04 ?
<Raito_Bezarius> you have?
<kayg04> VPS
<kayg04> remote machine
<Raito_Bezarius> do you have VNC access or serial access?
<Raito_Bezarius> so you can check what's going on
<kayg04> I do have VNC access
<Raito_Bezarius> Check if it's really requesting a passphrase
mallox has quit [Quit: WeeChat 2.9]
<Raito_Bezarius> maybe it has failed earlier
<kayg04> can't I manually complete the process?
<kayg04> cryptsetup luksOpen yada yada and then exit stage 1?
LnL- is now known as LnL
user98 has quit [Quit: Connection closed]
<kayg04> oh i think you're eright
<kayg04> there's another mounting error
<kayg04> oops, my fault. mount options: "default" instead of "defaults"
is_null has joined #nixos
<{^_^}> [nix] @domenkozar pushed to domenkozar-patch-1 « speed up CI »: https://git.io/JUthy
<{^_^}> [nix] @domenkozar opened pull request #3970 → speed up CI → https://git.io/JUthS
<{^_^}> [nixpkgs] @andersk opened pull request #96696 → fwupd: Add upstream patch to fix build with systemd 246 → https://git.io/JUthp
* gchristensen waves
noudle has joined #nixos
alter2000 has quit [Ping timeout: 240 seconds]
mariatsji has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #96686 → tor: Add option to tor service for package → https://git.io/JUt5s
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JUtjZ
immae has quit [Quit: WeeChat 2.9]
mariatsji has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @hir12111 opened pull request #96697 → fontdir: Consider scalable fonts in index fonts.dir → https://git.io/JUtjW
mitch has joined #nixos
alter2000 has joined #nixos
mitch is now known as Guest35984
<Guest35984> Is tramp still working on the unstable channel? Running into some errors and just want to confirm that it is user error
<Guest35984> the emacs function specifically. I am unable to sudo into files at the moment
<infinisil> gchristensen: Welcome back!
<gchristensen> thank you =) I'm glad to be back.
<fzakaria> wb
<{^_^}> [nix] @domenkozar merged pull request #3970 → speed up CI → https://git.io/JUthS
<{^_^}> [nix] @domenkozar pushed 2 commits to master: https://git.io/JUtj6
<gchristensen> is there machinery in nixpkgs to bundle firefox with some plugins and policy?
nature has quit [Ping timeout: 264 seconds]
immae has joined #nixos
<infinisil> gchristensen: #91724
<{^_^}> https://github.com/NixOS/nixpkgs/pull/91724 (by Luis-Hebendanz, 9 weeks ago, open): Firefox nix addon support
<colemickens> congrats and hello gchristensen ! :)
Guest35984 has quit [Ping timeout: 245 seconds]
boredom101 has quit [Remote host closed the connection]
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 265 seconds]
MichaelRaskin has quit [Quit: MichaelRaskin]
fendor_ has joined #nixos
kaivai has quit [Quit: ZNC - https://znc.in]
ManiacOfMadness` has quit [Ping timeout: 240 seconds]
ManiacOfMadness` has joined #nixos
raghavsood has quit [Remote host closed the connection]
<m1cr0man> Hey folks. Trying to update my configs and mailman is failing to build... or rather one of its dependencies. I've narrowed it to django-picklefield and build a simple test, can anyone else try building this from master? https://gist.github.com/m1cr0man/769ea80b3a3542981ac91c6f1086fc53
fendor has quit [Ping timeout: 265 seconds]
kaivai has joined #nixos
boredom101 has joined #nixos
eoli3n_ has quit [Ping timeout: 240 seconds]
jonringer has joined #nixos
fzakaria has quit [Ping timeout: 256 seconds]
Thra11 has quit [Ping timeout: 256 seconds]
ddellacosta has joined #nixos
kayg04 has quit [Read error: Connection reset by peer]
<infinisil> m1cr0man: I mean nix is rather reproducible, so chances are, if it fails for you, it fails for everybody else as well
<m1cr0man> Yeah, I was more just trying to invoke some python gurus for help ;) I think I figured out what I need to do though to get around this
<m1cr0man> I have a general question actually related to this. What's the best way to find the definition for an attribute in the global namespace? I was trying to track down the source for buildPythonPackage and it took a good few minutes to do so via github searching
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
kayg04 has joined #nixos
mjrosenb_ has quit [Ping timeout: 256 seconds]
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
Darkmatter66_ has quit [Max SendQ exceeded]
Darkmatter66 has joined #nixos
<samueldr> grepping for "attrName =" is my go to
<samueldr> though it still needs some smarts to figure out if I'm at the right place, but reduces the amount of results a bunch
<m1cr0man> samueldr: yeah ok I'll try that next :) It would be cool if there was a way to build an index page for the global variables, like options/packages pages on the nixos site
<infinisil> > builtins.unsafeGetAttrPos "buildPythonPackage" pkgs.pythonPackages
<{^_^}> { column = 10; file = "/var/lib/nixbot/nixpkgs/master/repo/pkgs/top-level/python-packages.nix"; line = 104; }
<infinisil> m1cr0man: ^
Thra11 has joined #nixos
<infinisil> > showSrc pkgs.pythonPackages "buildPythonPackage" # Handy helper only in the IRC bot here
<{^_^}> "python-packages.nix:104 inherit python bootstrapped-pip buildPythonPackage buildPythonApplication;"
<m1cr0man> oh, amazing :O
<{^_^}> [nixpkgs] @KAction opened pull request #96698 → snooze: init at 0.4 → https://git.io/JUqv0
thomhuds has joined #nixos
<thomhuds> hi, does anyone know how to stop the "NixOS stage 1/loading dm_mod/running udev" message stealing the display from plymouth? at boot i see this message, then my plymouth screen, then the message again, then sddm. i'd like to just see plymouth and sddm
<thomhuds> if there is a better place to ask this please let me know
captn3m0 has quit [Read error: Connection reset by peer]
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JUqva
endformationage has joined #nixos
<V> puck: ^ IDK if relevant
captn3m0 has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #96700 → packer: fix hash mismatch → https://git.io/JUqvi
<{^_^}> [nixpkgs] @sternenseemann opened pull request #96701 → lowdown: 0.7.3 → 0.7.4 → https://git.io/JUqvX
o1lo01ol1o has quit [Ping timeout: 240 seconds]
growpotk- has joined #nixos
boredom101 has quit [Remote host closed the connection]
werner291 has quit [Quit: werner291]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cosimone_ has quit [Quit: Quit.]
<Raito_Bezarius> does anyone know how NixOps generate its keypairs and what's the desired way to perform it?
<Raito_Bezarius> kayg04: :)
<Raito_Bezarius> kayg04: note you could complete the process yourself in ssh
<Raito_Bezarius> cryptsetup luksOpen stuff should work
<Raito_Bezarius> but there is no real reason to do it
<Raito_Bezarius> if it fails, it means there is a greater issue there
<Raito_Bezarius> alright, I'm using the good thing™
thomhuds has quit [Remote host closed the connection]
justan0theruser has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @orivej opened pull request #96702 → linux-rt(,_latest): init at 5.4.61-rt37 and 5.6.19-rt12 → https://git.io/JUqfO
<{^_^}> [nixpkgs] @andersk opened pull request #96703 → Revert “nixos/test-driver: use pythons logging module” (#96254) → https://git.io/JUqfZ
romildo has joined #nixos
wnklmnn has quit [Quit: Leaving]
romildo has left #nixos [#nixos]
cr4y1 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #96703 → Revert “nixos/test-driver: use pythons logging module” (#96254) → https://git.io/JUqfZ
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JUqf6
leothrix has quit [Ping timeout: 256 seconds]
dansho has joined #nixos
philr_ has joined #nixos
<{^_^}> [nixpkgs] @zowoq opened pull request #96704 → dep2nix, leaps: regenerate deps.nix → https://git.io/JUqfy
alter2000 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #96705 → vscode-extensions: editorconfig fixes → https://git.io/JUqf5
<daddy_james[m]> anyone know how I could include https://pypi.org/project/django-user-agents/ in a shell.nix?
<daddy_james[m]> would I have to add that pip package to the nix repo?
Mateon1 has quit [Ping timeout: 265 seconds]
fzakaria has joined #nixos
<fzakaria> gchristensenon what's with the congrats ? :)
Nak has joined #nixos
leotaku has quit [Ping timeout: 265 seconds]
<V> a new derivation was realised :)
leotaku has joined #nixos
Nak has quit [Quit: Nak]
<{^_^}> [nixpkgs] @Profpatsch opened pull request #96706 → noto-fonts: use poetry2nix for python build dependencies → https://git.io/JUqJf
Nak has joined #nixos
Mateon1 has joined #nixos
fzakaria has quit [Ping timeout: 240 seconds]
<Raito_Bezarius> does anyone know if there is something like nixpart/blivet for ZFS?
leothrix has joined #nixos
<jackdk> I am trying to fix something in my rework of the nixos EC2 AMI metadata fetching, and I've hit what I think is a thorny shell-quoting problem. Can anyone help? Here's what I've tried: https://www.irccloud.com/pastebin/0F0aDxGa/shell-quoting-fun.txt
<jackdk> The nix expression that generates the script which I'm copy/pasting from is here: https://github.com/endgame/nixpkgs/blob/8c5ff3dcfb00ab8e3aca4c32cab3e92cbe69d6d6/nixos/modules/virtualisation/ec2-metadata-fetcher.nix
<{^_^}> [nixpkgs] @zowoq opened pull request #96707 → .github/workflows/pending-set.yml: failed -> pending → https://git.io/JUqJO
<infinisil> jackdk: The token doesn't have any special chars in it?
superherointj has joined #nixos
<infinisil> jackdk: Oh also, you leaked the token
Rusty1 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<infinisil> I guess it doesn't :)
<jackdk> infinisil: whoops. It's only good on one instance and only for a few more minutes, but thanks for the heads-up
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/6716867eb3e (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<infinisil> jackdk: Maybe try to ensure that you're using the same terminal to test this. It might not be bash
<jackdk> oh it probably isn't hey. Let's redo all the commands in busybox sh and see what happens
<infinisil> In bash (maybe works in sh too?) I'd use `wget() { command wget --header '...' "$@"; }`
Extends has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos
mbrgm has quit [Ping timeout: 265 seconds]
mbrgm_ is now known as mbrgm
<jackdk> infinisil: functions seem to work in busybox sh, so I will give that a go. Thank you infinisil++
<{^_^}> infinisil's karma got increased to 348
<infinisil> :)
<superherointj> Hi infinisil. I'm still stuck trying to solve the busybox issue. Does NixOS uses busybox by default? My user environment was just fine and I had installed a busybox package (busybox.lspci) and then now all commands are only busybox. https://gist.github.com/superherointj/8a630f2d2c16182605b34af1ec4385f9
<infinisil> Did we talk about such an issue before?
<superherointj> Yes.
<superherointj> You gave me one tip to remove the package like purge it.
<superherointj> It has been a week or so.