worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
<kini> supersandro2000: When you have a moment can you please review & merge https://github.com/NixOS/nixpkgs/pull/107718 ? I just fixed a merge conflict with your PR #108378.
<{^_^}> #107718 (by kini, 1 week ago, open): pythonPackages.demjson: fix tests, enable on Python 3.x
<{^_^}> https://github.com/NixOS/nixpkgs/pull/108378 (by SuperSandro2000, 4 days ago, merged): pythonPackages: cleanups, test disabled if there are not tests, dependency fixes, add aliases for pytest packages with _
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<supersandro2000> kini: I have time right now actually
<kini> great :)
<supersandro2000> well but not build resources
<supersandro2000> expect in the next day or so
<kini> fwiw, pypy seems to be broken on master so I couldn't test that just now, but the build runs on all cpython versions on my laptop
<kini> build on pypy did work the last time I checked a week ago, though
<kini> BTW, I have another PR open (#106989) where the package maintainer has already approved it, but neither of us have merge permissions. What should I do in that case?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/106989 (by kini, 3 weeks ago, open): openconnect_pa: remove from nixpkgs
<{^_^}> [nixpkgs] @markuskowa opened pull request #108821 → openiscsi: 2.1.2 -> 2.1.3 → https://git.io/JLpQ5
<lush> colemickens how can I use rust nightly instead of the stable version when building?
thorn_ has joined #nixos
aswanson has joined #nixos
ilios has joined #nixos
CptCaptain has quit [Quit: WeeChat 2.9]
<colemickens> lush: you can see here for some inspiration: https://github.com/colemickens/nixcfg/blob/main/shells/rust-devenv.nix
<thorn_> howdy, i just did a fresh install of nixos 20.09, i was able to get wireless working with wpa_supplicant on the liveusb, but now that ive rebooted into my system its unable to pick up that i have a wireless interface. the configuration has networking.interfaces.wlp3s0.useDHCP = true;, which was automatically generated so it was able to see it, im just unsure why its not showing up with ip a now, where would
<thorn_> i begin to look to solve this?
nnst^ has quit []
aswanson has quit [Ping timeout: 264 seconds]
<AWizzArd> When installing then in my configuration.nix I can add a user, via users.users.myusername { ... }; – what is the difference between such users that are mentioned in the config and those that were created via useradd?
<artturin> thorn_: check lspci -nnk does it have a driver
<artturin> AWizzArd: one is declarative one is not
<lush> colemickens thanks for all the help! I'm gonna continue this tomorrow
andreas303 has quit [Remote host closed the connection]
aexoxea has quit [Quit: Goodbye!]
andreas303 has joined #nixos
<AWizzArd> artturin: ok, makes sense!
<supersandro2000> Can I wrap the current dir for a java program?
<supersandro2000> it tries to write a state file in its own directory...
amfl_ has joined #nixos
<{^_^}> [nixpkgs] @c00w opened pull request #108822 → ipfs-cluster:: upgrage to unstable-2020-10 → https://git.io/JLp7O
amfl has quit [Ping timeout: 256 seconds]
amfl_ is now known as amfl
lsix has quit [Ping timeout: 264 seconds]
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @cfsmp3 opened pull request #108823 → libpromhttp: 0.1.1 -> 0.1.3 → https://git.io/JLp78
mbrgm has quit [Ping timeout: 260 seconds]
mbrgm_ is now known as mbrgm
<DigitalKiwi> supersandro2000: steam-run
lsix has joined #nixos
<DigitalKiwi> supersandro2000: https://mostlyabsurd.com/files/thinkorswim this is what i do for thinkorswim because i haven't felt like packaging it yet...
<{^_^}> [nixpkgs] @github-actions[bot] pushed 66 commits to staging-next: https://git.io/JLp5L
<{^_^}> [nixpkgs] @github-actions[bot] pushed 67 commits to staging: https://git.io/JLp5t
<DigitalKiwi> if anyone knows how to that'd be great >.>
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
lush has quit [Ping timeout: 245 seconds]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108765 → dhall-json: fix to work with newer tasty → https://git.io/JLpqT
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JLpd4
cr4y1 has quit [Ping timeout: 256 seconds]
lsix has quit [Ping timeout: 260 seconds]
<thorn_> artturin: i cant find a package that has lspci in it, where do i find it?
<Vanilla[m]> So... Who decides what goes in the nix flakes registry? Is there a principle by which flakes are added?
Jd007 has quit [Quit: Jd007]
<thorn_> lspci is showing that ive got a wireless card and its said its loaded iwlwifi
<{^_^}> [nixpkgs] @eliasp opened pull request #108824 → kmail: fix calling ext. applications → https://git.io/JLpdH
teto has quit [Ping timeout: 264 seconds]
<artturin> rfkill list
<artturin> thorn_: what are you using for wireless now? networkmanager?
carthia has quit [Quit: carthia]
thorn_ has quit [Remote host closed the connection]
thorn_ has joined #nixos
<thorn_> rfkill list shows two entries, both of them are bluetooth related
<thorn_> im using wpa_supllicant, i have networking.wireless.enable = true, and the useDHCP entries that were generated at install
thc202 has quit [Quit: thc202]
<Rusty1> try networking.networkmanager.enable=true;
<thorn_> is there something i should run to set it in motion, or would i expect it to work after a nixos rebuild?
<thorn_> modprobe iwlwifi or something?
emilsp has quit [Quit: I become anti-present]
<Rusty1> you can add wirelesstools to your systemPackages , will give you iwconfig
emilsp has joined #nixos
aswanson has joined #nixos
allgreed1 has joined #nixos
allgreed1 has left #nixos ["The Lounge - https://thelounge.chat"]
allgreed1 has joined #nixos
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<thorn_> iwconfig is still showing me no wireless extensions
<thorn_> i added iwlwifi to my initrd
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108788 → haskellPackages.nothunks: jailbreak to fix tests → https://git.io/JLpR5
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JLpF6
pitch has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108797 → vimPlugins.coq-vim: init at 2013-01-16 → https://git.io/JLpuT
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLpFM
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108793 → python3Packages.minidump: init at 0.0.13 → https://git.io/JLpEJ
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpFy
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108783 → vscode-extensions.mechatroner.rainbow-csv: init at 1.7.1 → https://git.io/JLp4N
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpF9
pitch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108781 → starboard-octant-plugin: 0.7.1 -> 0.8.0 → https://git.io/JLp4P
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpF7
heyitsrama has quit [Remote host closed the connection]
thorn_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108795 → nvidia-x11.stable: 455.45.01 -> 460.32.03 → https://git.io/JLpEg
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpbk
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108786 → python3Packages.archinfo: init at 9.0.5327 → https://git.io/JLpRq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpbL
Emantor has quit [Quit: ZNC - http://znc.in]
<lukegb> "alleyoop"
<lukegb> gchristensen++
<{^_^}> gchristensen's karma got increased to like 401, I think
Emantor has joined #nixos
<gchristensen> hm?
<lukegb> your comment on #104776
<{^_^}> https://github.com/NixOS/nixpkgs/pull/104776 (by grahamc, 6 weeks ago, merged): utillinux: rename to util-linux
<gchristensen> ahh :)
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @TredwellGit opened pull request #108825 → openjpeg: 2.3.1 -> 2.4.0 → https://git.io/JLpbn
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108785 → terragrunt: 0.26.7 -> 0.27.0 → https://git.io/JLpRt
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLpbu
h0m1 has quit [Ping timeout: 260 seconds]
Jd007 has joined #nixos
h0m1 has joined #nixos
ericsagnes has quit [Quit: WeeChat 3.0]
vonfry has joined #nixos
Jd007 has quit [Quit: Jd007]
muke has joined #nixos
thorn_ has joined #nixos
camsbury has quit [Ping timeout: 240 seconds]
<thorn_> so i enabled redistributaleFirmWare and that helped a bit, but i still cant get it to connect to anythig, and after a reboot it dissapeared again
<thorn_> sorry its just that this sort of thing is hard to find information on, i feel like im scrambling in the dark a little
kalbasit_ has joined #nixos
luxemboye has quit [Remote host closed the connection]
luxemboye has joined #nixos
bqv has quit [Quit: WeeChat 3.0]
<waleee-cl> thorn_: just to elimenate it, you don't have both networking.wireless.enable = true; and networking.networkmanager.enable = true ?
bqv has joined #nixos
<bqv> something's gone very wrong with my fonts
<bqv> unless i'm missing something
<bqv> i seem to have what looks like that weird dyslexia-friendly font as my emacs menu font
<bqv> and iirc that's controlled by GTK's config
<bqv> it's dead in here at this time, i guess
alexherbo2 has quit [Ping timeout: 246 seconds]
haritz has quit [Ping timeout: 256 seconds]
Jd007 has joined #nixos
haritz has joined #nixos
haritz has joined #nixos
haritz has quit [Changing host]
<adisbladis> bqv: Most of europe is sleeping
_bin has quit [Read error: Connection reset by peer]
_bin has joined #nixos
donofrio has quit [Ping timeout: 240 seconds]
mkaito has quit [Quit: WeeChat 3.0]
<bqv> I know
<bqv> Thats why I'm awake, lol
<bqv> Some goddamn peace and quiet at this hour...
<adisbladis> ^_^
<adisbladis> Sorry to disturb
* infinisil is awake :)
<bqv> i mean irl, not irc
<bqv> i'm mostly nocturnal
<bqv> and it's very intentional
<infinisil> Same
<infinisil> I'm currently thinking more about secret management in Nixus
<bqv> huh, i just revamped my secrets
<fuzzypixelz> the attr name for ant-dracula-theme was changed to dracula-theme but this was left https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/aliases.nix#L801
<infinisil> bqv: What approach did you use?
<bqv> infinisil: just switched everything from git-crypt to a local repo flake that should be accessible over ssh from all hosts. I just wanted to make my flake pure again
<fuzzypixelz> it's apparently supposed to just throw an error saying that the pkg name changed, but my system wouldn't actually build because "Alias ant-dracula-theme is still in all-packages.nix"
<bqv> but i'm also very interested in agenix
<infinisil> bqv: You mean accessible from all deployment hosts for being able to build the configuration?
<fuzzypixelz> Apparently the person who did this didn't realize?
<bqv> infinisil: yeah. that's the issue that i had with having local repos otherwise
<fuzzypixelz> or is this some sort of bug?
<bqv> i only ever deploy from one host anyway, but y'know, futureproofing
<bqv> (it also allows me to use hydra)
<infinisil> bqv: I see, yeah in my case I also have a private git submodule on my server
<infinisil> bqv: An alternate approach, and I might go for that in the future, is to flip it around: Have the top-level be secret, and the public part be a submodule (or flake dependency)
<bqv> i considered that too, you know
<bqv> somewhere in my git history i added a flake.nix to my secrets subdir
<infinisil> Why did you not go for that in the end?
<bqv> iirc because it didn't exactly solve the issue of having the files git-crypted in the same repo
<bqv> and what i was after was being able to use hydra, mainly
<bqv> i gain nothing from it being toplevel if it's out of the repo, really
donofrio has joined #nixos
<fuzzypixelz> this doesn't happen with other aliases in aliases.nix, only ant-dracula
<infinisil> The alias was introduced at the same time it was renamed in all-packages.nix
orivej has quit [Ping timeout: 256 seconds]
<infinisil> My guess is that some overlay/config you yours overrides one of the attributes
<fuzzypixelz> infinisil: I was wrong, this is only the case in 20.09
<fuzzypixelz> unstable is fine
<infinisil> Ohh
catern has joined #nixos
<fuzzypixelz> infinisil: just double checked, 20.09 has `ant-dracula-theme` is all-packages.nix, do I open an issue?
<fuzzypixelz> how did that happen? I don't get it
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<infinisil> fuzzypixelz: In git, if multiple branches change lines next to each other it can give a merge conflict which you need to resolve manually to be able to merge a PR
mzan has joined #nixos
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
<infinisil> In this case the conflict comes from this PR introducing the bottom lines and in parallel to that the attribute being renamed
aw has joined #nixos
<infinisil> And the person manually resolving the merge conflict made a mistake in the resolving
spacefrogg has joined #nixos
<fuzzypixelz> huh, so one should be careful about modifying unecessary lines, or looking at merge conflicts very carefully
donofrio has quit [Quit: Leaving]
<infinisil> fuzzypixelz: Can you make a comment here mentioning that, pinging the authers/committers of that PR? https://github.com/NixOS/nixpkgs/pull/102347/files#diff-29ed0f5fda84c91253503c1664d60a194a324e29518d472adf846f30b8db52e3R739
<bqv> I'm sure i saw places talking about hydra plugins
<bqv> are they a thing?
<infinisil> bqv: Yeah, though I only saw them in hydra's source itself
<bqv> oh, okay
<bqv> ty
stephank7 has joined #nixos
sigmundv__ has quit [Ping timeout: 256 seconds]
<infinisil> fuzzypixelz: You could also just create a PR to fix it yourself
<bqv> (hang on, this means i could have just implemented git-crypt decryption in the GitInput plugin, goddamn it)
<fuzzypixelz> infinisil: what's likely to get through faster :P
<infinisil> A PR!
<bqv> i have a feeling someone's around who could merge it if you made it real quick
stephank has quit [Ping timeout: 264 seconds]
stephank7 is now known as stephank
spudly1 has joined #nixos
Jd007 has quit [Quit: Jd007]
fuzzypixelz has quit [Ping timeout: 256 seconds]
bitmapper has quit [Quit: Connection closed for inactivity]
fuzzypixelz has joined #nixos
tardis07 has joined #nixos
Jd007 has joined #nixos
camsbury has joined #nixos
<{^_^}> [nixpkgs] @fuzzypixelz opened pull request #108826 → remove ant-dracula-theme alias → https://git.io/JLpxj
<fuzzypixelz> infinisil: took a while, https://github.com/NixOS/nixpkgs/pull/108826
<{^_^}> #108826 (by fuzzypixelz, 2 minutes ago, open): remove ant-dracula-theme alias
<fuzzypixelz> (my first PR)
<fuzzypixelz> (ever)
<Yaniel> finally got around to making a nuke-root-on-boot setup
<Yaniel> let's see how much trouble that'll cause me
<infinisil> fuzzypixelz: Nice!
<Yaniel> (after I realized I'd forgot that it also nukes /etc/shadow)
<bqv> (sorry)
<Yaniel> oo, nice
zebrag has quit [Quit: Konversation terminated!]
<Yaniel> I went with only graham's blog post
zebrag has joined #nixos
<bqv> i think that repo is graham endorsed
<bqv> i use it for root, but not for home yet
<Yaniel> I'll probably move root to a tmpfs instead of zfs when I have time
<bqv> that repo does that
Supersonic112 has joined #nixos
<energizer> ,locate bin/tmpfs
<{^_^}> Couldn't find in any packages
Volk has quit [Quit: See you next time!]
Supersonic has quit [Ping timeout: 240 seconds]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @marsam opened pull request #108827 → lxd: 4.9 -> 4.10 → https://git.io/JLppO
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ericsagnes has joined #nixos
<infinisil> energizer: If you're looking for how to create a tmpfs, it's `mount -t tmpfs`
fuzzypixelz has quit [Quit: Leaving.]
zie has quit [Quit: ZNC 1.8.2 - https://znc.in]
zie has joined #nixos
veleiro has quit [Read error: Connection reset by peer]
vonfry has quit [Remote host closed the connection]
veleiro has joined #nixos
srk has quit [Ping timeout: 240 seconds]
srk has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #108758 → pythonPackages.apprise: 0.8.9 -> 0.9.0 → https://git.io/JLpIR
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/JLppw
riksteri has joined #nixos
<bqv> hydra's very confusing
<bqv> it seems like there's lots of documentation, but i've never once found the answer to anything i wanted to know by anything other than guesswork
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #108828 → haskellPackages.derive-storable-plugin: remove from broken list → https://git.io/JLppM
tsrt^ has joined #nixos
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
<thorn_> waleee-cl: i dont believe so, just to make sure i explicitly set networkmanager to false in addition but it didnt change anything
<thorn_> is there anything else i need to enable firmware wise? i always find that sort of thing hard to find info on
<thorn_> ive got enableRedistributableFirmware set
supersandro2000 has joined #nixos
est has joined #nixos
est31 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #108829 → python3Packages.aiostream: init at 0.4.1 → https://git.io/JLppj
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
ericsagn1 has joined #nixos
ericsagnes has quit [Ping timeout: 264 seconds]
Jackneill has quit [Ping timeout: 240 seconds]
<bqv> hold the front door
<bqv> hydra hardcodes restrict-eval?
<energizer> infinisil: found it, thanks
gentauro has quit [Ping timeout: 260 seconds]
slack1256 has joined #nixos
gentauro has joined #nixos
thorn_ has quit [Remote host closed the connection]
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #105010 → pulumi: 2.10.2 -> 2.16.2 → https://git.io/Jk94a
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #95619 → pulumi 2.6.1 -> 2.8.2 → https://git.io/JJFeF
<clever> bqv: yeah
<bqv> clever: what's the workaround
<clever> bqv: write better nix
rickard has quit [Quit: The Lounge - https://thelounge.chat]
thorn_ has joined #nixos
camsbury has quit [Ping timeout: 264 seconds]
zebrag has quit [Quit: Konversation terminated!]
Jackneill has joined #nixos
ransom has quit [Quit: Textual IRC Client: www.textualapp.com]
rickard has joined #nixos
<bqv> logs from ages ago indicate srhb saying most people patch that setting out
<energizer> can i make a symlink in the store that points out of it?
cole-h has joined #nixos
<energizer> i'm dealing with an application that like to write a particular file in its package directory during operation. this fails because it's in the store. i'm not sure how to patch it to change the path, and i'm wondering if there is a hacky way to manage this problem
<thorn_> you might be able to do some really hacky patchelf shenanigans to change the path in the binary?
<thorn_> thats gross though
<bqv> hang on, this isn't even my fault, i'm pretty sure this is a nix bug
<{^_^}> [nixpkgs] @khumba opened pull request #108830 → hplip: fix hp-setup crash by adding proper NixOS PPD search path → https://git.io/JLphy
<bqv> it's choking on a flipping ssh path
<bqv> i was reasonably surprised, cause i always use pure-eval, and restrict-eval is a subset of that, no?
<bqv> so for hydra to choke on the same thing i just built fine outside it, is nonsense
monotux has quit [Remote host closed the connection]
monotux has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108595 → libbladeRF: unbreak the build → https://git.io/JLAG6
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLphA
<{^_^}> [nixpkgs] @domenkozar pushed to master « haskellPackages.half: disable test suite on aarch64 »: https://git.io/JLphx
kalbasit_ has quit [Ping timeout: 272 seconds]
pjt_tmp has joined #nixos
<bqv> ah, no, i guess not
<veleiro> i cant decide whether to use configs globally or home-manager only
<veleiro> what do people do with zsh?
<veleiro> or sway configs? my original way was everything in home-manager
<bqv> no, i'm right
<bqv> now it's caused by another flake input
<bqv> this is insanity
Rusty1 has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @marsam opened pull request #108831 → solargraph: 0.39.17 -> 0.40.1 → https://git.io/JLpj4
<veleiro> so in home-manager there's an onChange for xgd.configFiles
<veleiro> is there something like that for system configs?
<veleiro> oh wait, lol
waleee-cl has quit [Quit: Connection closed for inactivity]
<bqv> It can't be a coincidence that the two flake inputs causing errors are the ones that are "git+" URIs
ghasshee has joined #nixos
veleiro has quit [Ping timeout: 264 seconds]
<bqv> ok i removed all those and it's choking on a github: one now, so i guess it's every flake input
<bqv> clever: so i guess "write better nix" translates to "don't use flakes"?
ghasshee has quit [Ping timeout: 264 seconds]
ongy[m] has quit [Changing host]
ongy[m] has joined #nixos
ongy[m] has joined #nixos
ilios has quit [Ping timeout: 240 seconds]
ghasshee has joined #nixos
supersandro2000 has quit [Ping timeout: 246 seconds]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #108832 → hello-wayland: init at 2020-07-27 → https://git.io/JLhes
palo1 has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9ff1aa8d2ce (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
palo has quit [Ping timeout: 265 seconds]
palo1 is now known as palo
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<bqv> i'll take that as a yes, i'll just patch it out...
<{^_^}> [nixpkgs] @alyssais merged pull request #108832 → hello-wayland: init at 2020-07-27 → https://git.io/JLhes
<{^_^}> [nixpkgs] @alyssais pushed to master « hello-wayland: init at 2020-07-27 »: https://git.io/JLheE
<{^_^}> [nixpkgs] @Infinisil closed pull request #98952 → Allow submodules to use custom `lib`/`evalModules` → https://git.io/JU6L6
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108828 → haskellPackages.derive-storable-plugin: remove from broken list → https://git.io/JLppM
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JLhe2
<{^_^}> [nixpkgs] @Infinisil opened pull request #108833 → Submodule refactor → https://git.io/JLheV
supersandro2000 has quit [Ping timeout: 265 seconds]
supersandro2000 has joined #nixos
<cole-h> infinisil: minor nit in the "Simplify" commit title -- "shorthandOnlydefinesConfig" -> "shorthandOnlyDefinesConfig" (capitalize d in defines)
<infinisil> Hehe, thanks
sarcasticadmin has quit [Ping timeout: 240 seconds]
<bqv> hooray, a successful evaluation
cole-h has quit [Quit: Goodbye]
supersandro2000 has quit [Ping timeout: 265 seconds]
aswanson has quit [Ping timeout: 240 seconds]
<Ke> if I only do readdirs with a path, is it guaranteed it won't be stored
<Ke> motivation is to have my config symlinks created by home-manager
<Ke> whereas on debian I have a script that does the symlinks
orivej has joined #nixos
<{^_^}> [nixpkgs] @alyssais opened pull request #108834 → doc: add "prefer lib over stdenv.lib" convention → https://git.io/JLhv3
supersandro2000 has joined #nixos
oxalica has joined #nixos
<{^_^}> [nixpkgs] @MetaDark opened pull request #108835 → yabridge,yabridgectl: init at 2.2.1 → https://git.io/JLhv0
<bqv> hooray! my system built in hydra
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
<bqv> can't remember if anyone actually helped in the end, but thanks if you did
supersandro2000 has joined #nixos
ilios has joined #nixos
thorn_ has quit [Remote host closed the connection]
<alienpirate5> is there any issue/project/PR for the Ruby 3.0 update?
<V> alienpirate5: https://github.com/NixOS/nixpkgs/issues?q=ruby%203 big old search button right there
<V> #107933 especially seems promising
<{^_^}> https://github.com/NixOS/nixpkgs/pull/107933 (by marsam, 1 week ago, open): ruby_3_0: init 3.0.0
<{^_^}> [nixpkgs] @FRidh merged pull request #108571 → glibc: 2.32-24 -> 2.32-25 (CVE-2019-25013) → https://git.io/JLNdK
<{^_^}> [nixpkgs] @FRidh pushed commit from @TredwellGit to staging « glibc: 2.32-24 -> 2.32-25 »: https://git.io/JLhvS
<alienpirate5> huh that's the first time i've seen that load
<alienpirate5> usually when i try to search for anything in nixpkgs issues it times out
<V> oh, have you been blessed by the unicorn
<alienpirate5> yeah
johnnyfive has quit [Quit: I quit now.]
<V> it's great when that happens
<V> always for the most general terms, too
johnnyfive has joined #nixos
<alienpirate5> for me it's happened whenever i've searched closed issues
<V> god forbid I need to look for anything related to X11
<alienpirate5> or open and closed issues
nicola_ has joined #nixos
nicola_ is now known as tensor5
tensor5 has quit [Client Quit]
Jd007 has quit [Quit: Jd007]
<qyliss> clearly github is in the pocket of big wayland
<Ke> ^^
<alienpirate5> searching for x11 works right now
ilios has quit [Ping timeout: 240 seconds]
respawn_ has joined #nixos
srk has quit [Ping timeout: 240 seconds]
srk has joined #nixos
<Izorkin> How to fi this error - https://github.com/NixOS/nixpkgs/issues/108228 ?
<{^_^}> #108228 (by Izorkin, 6 days ago, open): libcap 2.44: error working capabilites
sorki has joined #nixos
srk has quit [Quit: ZNC 1.8.2 - https://znc.in]
sorki is now known as srk
supersandro2000 has quit [Quit: Ping timeout (120 seconds)]
oxalica has quit [Remote host closed the connection]
__monty__ has joined #nixos
tom_j has joined #nixos
tom_j has left #nixos [#nixos]
tom_j has joined #nixos
tom_j has left #nixos [#nixos]
bqv has quit [Quit: WeeChat 3.0]
<muke> is there an nixos option similar to gentoo's FEATURES="candy"?
bqv has joined #nixos
<Ke> first hit I found was a suggestion to remove that feature
<Ke> =o)
<Ke> voting on the issues said that it should be removed
pitch has quit [Ping timeout: 272 seconds]
<Ke> but I guess the minority was sufficient to allow it to live
<muke> yeah and see what happened to gentoo?
<Ke> spinner was bad, because it broke logging
<muke> jk rip gentoo
<Ke> there was the dots option, that was nicers
supersandro2000 has joined #nixos
<bqv> Darn minorities
<bqv> Spoiling our fun
* bqv just realised that sounded better in my head
<muke> well the minorities probably were the devs that knew about it
nicola_ has joined #nixos
nicola_ has quit [Client Quit]
nicola_ has joined #nixos
nicola_ is now known as tensor5
<Ke> I don't know, normally even small opposition is enough to repeal changes
<Ke> here the vote was like 40% 60% with hundreds of people wanting to keep the feature
<Ke> I think though that, if the feature was just removed, there would not have been any protests
<muke> yeah well if youre a minority, its dangerous to protest
<qyliss> not sure that applies if it's the minority you're in is "people who like an alternate loading spinner"
<Ke> qyliss: well there is the dots that's sane option, not sure if some lorem ipsum generator is worth it
<Ke> but maybe not your point
<qyliss> not my point at all
<Ke> just noting it's not a feature, but an easter egg
<Ke> even while it might actually be documented
<Ke> and open source obviously
<Ke> I did not know about it even while I have used gentoo longer than any other distro
<alienpirate5> hey does anyone know why bundix is compiling git 2.29.3 on my deployment target
malook has joined #nixos
hsiktas[m] has quit [Quit: Idle for 30+ days]
NicholasVonWolff has quit [Quit: Idle for 30+ days]
wak-work has quit [Quit: Idle for 30+ days]
respawn_ has quit [Quit: Leaving]
oxalica has joined #nixos
bitonic has quit []
ericsagn1 has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/0cfd08f4881 (from 17 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
<{^_^}> [nixpkgs] @leenaars opened pull request #108838 → spacenavd: init at 0.8 → https://git.io/JLhJo
kumvuk[m] has joined #nixos
<{^_^}> [nixpkgs] @aszlig opened pull request #108839 → codeowners: Add myself to autoPatchelfHook → https://git.io/JLhJd
kumvuk[m] has left #nixos [#nixos]
<energizer> "make: /usr/bin/env: No such file or directory" does the test environment not have /usr/bin/env?
ericsagn1 has joined #nixos
<V> energizer: nope. you have to add it explicitly
<energizer> ok
hiro98 has joined #nixos
lycium[m] has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
oxalica has quit [Quit: oxalica]
amfl_ has joined #nixos
ManiacOfMadness has quit [Ping timeout: 272 seconds]
<viq|w> lordcirth: BIOS in both cases
amfl has quit [Ping timeout: 256 seconds]
amfl_ is now known as amfl
<{^_^}> [nixpkgs] @danieldk merged pull request #108769 → rust: fix comment about invocation of print-hashes.sh → https://git.io/JLpZG
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JLhUA
oxalica has joined #nixos
<viq|w> sphalerite: vda and vdb device nodes are there. zpool import -f zroot worked, and after exiting the rescue shell system continued to boot normally (I rebooted before letting it fully finish). Reboot after that - same failure as before.
<sphalerite> viq|w: hm, interesting. What does zpool import without -f say?
<viq|w> right now "zpool import zroot" in debug shell worked without issue
<sphalerite> and normal boot still doesn't work?
<{^_^}> [nixpkgs] @urbas opened pull request #108841 → pkgs.common-updater-scripts: update-source-version name singular → https://git.io/JLhT0
<viq|w> ^D asks for password, then continues to boot normally. I'll let that finish, then reboot without touching, and see what happens
malook has quit [Quit: malook]
<viq|w> hmmm, righ now I'm getting just a blinking cursor after "Finished Disable kernel module loading."
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
<viq|w> sphalerite: I'll be AFK for a couple of hours, I'll leave it like that and see if it gets anywhere given time
<{^_^}> [nixos-homepage] @github-actions[bot] pushed commit from GitHub Actions to master « Update flake.lock and blogs.xml [ci skip] »: https://git.io/JLhTi
hiro98 has quit [Read error: Connection reset by peer]
hiro99 has joined #nixos
hiro98 has joined #nixos
hiro100 has joined #nixos
hiro99 has quit [Ping timeout: 264 seconds]
hiro98 has quit [Ping timeout: 256 seconds]
hiro100 is now known as hiro98
alexherbo2 has joined #nixos
fendor has joined #nixos
<marble_visions_> hi nixos! can I get some guidance about the following: I've got a binary-only piece of software (segger's ozone debugger) that's offered as a deb, rpm, and tgz.. which one should I choose as a starting point of a nix derivation?
<{^_^}> [nixpkgs] @adkabo opened pull request #108843 → cmdstan: bump to 2.25.0 → https://git.io/JLhkL
<marble_visions_> i guess that should be the tgz, as it's most package man independent
<marble_visions_> but if there are nix helper functions already, can I just use those to work with the deb/rpms?
pjt_tmp has quit [Ping timeout: 256 seconds]
fuiltilt has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @Mic92 merged pull request #108547 → podman: add nvidia runtime support → https://git.io/JLNwz
<{^_^}> [nixpkgs] @Mic92 pushed 5 commits to master: https://git.io/JLhkm
neiluj has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #108782 → defaultCrateOverrides: override crates necessary for building sequoia → https://git.io/JLp4S
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/JLhk8
<energizer> nixpkgs-review wip says error patch does not apply. how could a dirty worktree fail to apply?
<{^_^}> [nixpkgs] @dadada closed pull request #108337 → nixos/redis: add test for unix socket access → https://git.io/JLdDn
<{^_^}> [nixpkgs] @dadada opened pull request #108844 → nixos/redis: add test for unix socket access → https://git.io/JLhkw
ericsagn1 has quit [Ping timeout: 264 seconds]
cr4y1 has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #108845 → conftest: 0.22.0 -> 0.23.0 → https://git.io/JLhk9
marble_visions_ has quit [Quit: bye]
marble_visions has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #105877 → coqPackages: refactor → https://git.io/JIOhX
<{^_^}> [nixpkgs] @vbgl pushed commit from @CohenCyril to master « coqPackages: refactor »: https://git.io/JLhkh
sarcasticadmin has joined #nixos
oosl has quit [Quit: Lost terminal]
sarcasticadmin has quit [Ping timeout: 240 seconds]
<DigitalKiwi> how do i make nixFlake let me install a nonfree program with nix profile...
<DigitalKiwi> s/nonfree/unfree/
<DigitalKiwi> the suggestions it gave that i had already done anyway don't work
<sphalerite> energizer: what is the dirty worktree based on?
neiluj has quit [Quit: leaving]
ericsagnes has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #108846 → python3Packages.zha-quirks: remove conftest as a checkInput → https://git.io/JLhIb
<{^_^}> [nixpkgs] @primeos pushed 35 commits to staging-next: https://git.io/JLhIj
knupfer1 has joined #nixos
euandreh has joined #nixos
knupfer1 is now known as knupfer
ericsagnes has quit [Ping timeout: 260 seconds]
sigmundv__ has joined #nixos
euandreh has quit [Quit: WeeChat 3.0]
euandreh has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108847 → python3Packages.ldappool: fix build → https://git.io/JLhLd
<{^_^}> [nixpkgs] @dadada opened pull request #108848 → nixos/gitea: add option useRedisCache → https://git.io/JLhLp
* edcragg is a little bit confused as to why his unstable install is attempting to rebuild variously: gcc, glibc, bash, coreutils and probably more (guessing that means everything)
ericsagnes has joined #nixos
<edcragg> with nixos-rebuild --upgrade switch
<edcragg> have i somehow caught it at a time that the CI has incomplete builds or something?
<clever> edcragg: the channel only updates after CI has completed things
<edcragg> cool, makes sense :)
dsg has joined #nixos
dsg_ has joined #nixos
dsg has quit [Client Quit]
<edcragg> still, i have no idea what's going on then
lush has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e49e3a756b3 (from 17 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
pbox has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @storvik opened pull request #108849 → Add CLPM → https://git.io/JLhtD
<{^_^}> [nixpkgs] @andir opened pull request #108850 → pcsc-cyberjack: fix compilation with gcc10 → https://git.io/JLhty
<lush> https://github.com/NixOS/nixpkgs/issues/91314 is this getting ported back to the current stable version of Nix OS? I can't seem to use rust to build a package on my system rn, but I'd rather not change to unstable just to make a small package work
<{^_^}> #91314 (by witchof0x20, 28 weeks ago, closed): Rust Nightly is missing a library
attila_lendvai has quit [Ping timeout: 256 seconds]
<{^_^}> #91327 (by witchof0x20, 28 weeks ago, merged): Fix RPATH for libraries downloaded by rustup
<{^_^}> [nixpkgs] @fabaff opened pull request #108851 → python3Packages.crytic-compile: 0.1.9 -> 0.1.12 → https://git.io/JLhtx
strikerlulu has joined #nixos
respawn_ has joined #nixos
hiro98 has quit [Remote host closed the connection]
malook has joined #nixos
hiro98 has joined #nixos
malook has quit [Client Quit]
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @FRidh pushed to staging « Revert "Revert "python: 3.8.6 -> 3.8.7."" »: https://git.io/JLhqb
<{^_^}> [nixpkgs] @FRidh closed pull request #108815 → Revert "Revert "python: 3.8.6 -> 3.8.7."" → https://git.io/JLpMf
lush has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @FRidh pushed 36 commits to staging: https://git.io/JLhmt
hiro99 has joined #nixos
hiro99 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @kevincox merged pull request #108668 → Add sh/bash dependency to fix 'missing sh in PATH' error → https://git.io/JLxmg
<{^_^}> [nixpkgs] @kevincox pushed 2 commits to master: https://git.io/JLhmo
euandreh has quit [Quit: WeeChat 3.0]
tensor5 has quit [Quit: tensor5]
aveltras has joined #nixos
noudle has quit []
respawn_ has quit [Quit: Leaving]
respawn_ has joined #nixos
oida has quit [Quit: byez]
sarcasticadmin has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #108207 → ocamlPackages.camlp5: 7.13 → 7.14 → https://git.io/JL50C
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.camlp5: 7.13 → 7.14 »: https://git.io/JLhY4
civodul has joined #nixos
sarcasticadmin has quit [Ping timeout: 256 seconds]
oida has joined #nixos
endocrimes has quit [Quit: running from the computers]
endocrimes has joined #nixos
knupfer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @cpcloud opened pull request #108853 → nvidia_x11.persistenced: fix hash → https://git.io/JLhOT
hsiktas[m] has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #107855 → php.extensions.pdlib: init at 1.0.2 → https://git.io/JLSgo
<{^_^}> [nixpkgs] @aanderse pushed 2 commits to master: https://git.io/JLhOw
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #108854 → vscode-extensions.ryu1kn.partial-diff: init at 1.4.1 → https://git.io/JLhOM
<{^_^}> [nixpkgs] @etu merged pull request #108666 → php: 7.3.25 -> 7.3.26, 7.4.13 -> 7.4.14, 8.0.0 -> 8.0.1 → https://git.io/JLxqO
<{^_^}> [nixpkgs] @etu pushed 5 commits to master: https://git.io/JLhOD
<{^_^}> [nixpkgs] @Atemu opened pull request #108856 → jc: 1.14.0 -> 1.14.1 → https://git.io/JLhO9
xelxebar has quit [Remote host closed the connection]
xelxebar has joined #nixos
shla has left #nixos ["The Lounge - https://thelounge.chat"]
urkk has quit [Ping timeout: 260 seconds]
sorki has joined #nixos
teto has joined #nixos
cordalace[m] has joined #nixos
cordalace[m] has left #nixos [#nixos]
srk has quit [Ping timeout: 240 seconds]
sorki is now known as srk
thibm has joined #nixos
fuzzypixelz has joined #nixos
fuzzypixelz has quit [Quit: Leaving.]
fuzzypixelz has joined #nixos
domogled has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #108827 → lxd: 4.9 -> 4.10 → https://git.io/JLppO
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLh3G
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: 89.0.4356.6 -> 89.0.4381.6 »: https://git.io/JLh3B
domogled has quit [Quit: domogled]
domogled1 has joined #nixos
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @marsam merged pull request #108790 → python37Packages.folium: 0.11.0 -> 0.12.0 → https://git.io/JLp0u
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLh3A
<{^_^}> [nixpkgs] @marsam merged pull request #108760 → python3Packages.itemloaders: 1.0.3 -> 1.0.4 → https://git.io/JLpIa
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLhsv
<{^_^}> [nixpkgs] @marsam merged pull request #107470 → python37Packages.eliot: 1.12.0 -> 1.13.0 → https://git.io/JLhsJ
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLhsU
<hyper_ch> I can't mount any samba shares anymore and don't really know what I can do
ericsagn1 has joined #nixos
ericsagnes has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #107685 → python37Packages.cupy: 8.2.0 -> 8.3.0 → https://git.io/JLMHV
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLhsX
urkk has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108858 → masscan: 1.0.5 -> 1.3.0 → https://git.io/JLhsN
<{^_^}> [nixpkgs] @hirenashah opened pull request #108859 → oxefmsynth: init at v1.3.5 → https://git.io/JLhsA
<madonius[m]> Hi, has anyone set up a tang/clavis installation with nixos?
waleee-cl has joined #nixos
immae has quit [Quit: WeeChat 2.9]
immae has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #108780 → co-log, chronos: unmarkBroken by disabling tests for chronos → https://git.io/JLp4n
<{^_^}> [nixpkgs] @cdepillabout pushed 2 commits to haskell-updates: https://git.io/JLhGs
vidbina_ has joined #nixos
Volk has joined #nixos
muke has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #107039 → python37Packages.eventlet: 0.29.1 -> 0.30.0 → https://git.io/JLnsp
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLhG9
<{^_^}> [nixpkgs] @endocrimes opened pull request #108860 → modules/boot: Specify the type for tmpfs mounts → https://git.io/JLhGA
<{^_^}> [nixpkgs] @marsam closed pull request #107567 → python37Packages.google-crc32c: 1.0.0 -> 1.1.0 → https://git.io/JL1wF
vidbina_ has quit [Ping timeout: 246 seconds]
urkk has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @rubas opened pull request #108861 → yabai: 3.3.4 -> 3.3.6 → https://git.io/JLhZz
orivej has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @storvik closed pull request #108849 → Add CLPM → https://git.io/JLhtD
<{^_^}> [nixpkgs] @storvik reopened pull request #108849 → Add CLPM → https://git.io/JLhtD
<kraem> anyone experiencing problems with mounting zfs after commit e44a4abdbeb (zfs 2.0.0 -> 2.0.1)? it successfully imports the pool but errors out with "filesystem '/data' cannot be mounted, unable to open the dataset". i've reverted e44a4abdbeb on latest master and it seems to be working again..
wnklmnn has joined #nixos
cole-h has joined #nixos
sarcasticadmin has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #108826 → remove ant-dracula-theme alias → https://git.io/JLpxj
<{^_^}> [nixpkgs] @cole-h pushed commit from @fuzzypixelz to release-20.09 « ant-dracula-theme: remove erroneous alias »: https://git.io/JLhns
spudly1 has quit [Ping timeout: 265 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
acarrico has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @cpcloud opened pull request #108862 → nvidia-docker/podman: refactor nvidia container runtime support → https://git.io/JLhnc
carthia has joined #nixos
carthia has quit [Client Quit]
zebrag has joined #nixos
noudle has joined #nixos
andreas303 has quit [Ping timeout: 240 seconds]
andreas303 has joined #nixos
luxemboye has quit [Ping timeout: 240 seconds]
urkk has joined #nixos
luxemboye has joined #nixos
Izorkin has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #108789 → nixos/opentabletdriver: add tests → https://git.io/JLpRx
<{^_^}> [nixpkgs] @symphorien pushed 3 commits to master: https://git.io/JLhcB
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
fendor_ has joined #nixos
meh` has joined #nixos
fendor has quit [Ping timeout: 260 seconds]
caffery has quit [Remote host closed the connection]
hiro98 has joined #nixos
Izorkin has joined #nixos
noudle has quit []
<{^_^}> [nixpkgs] @ttuegel opened pull request #108863 → plasma-5: 5.20.4 -> 5.20.5 → https://git.io/JLhcS
<{^_^}> [nixpkgs] @markuskowa opened pull request #108864 → octopus: 10.0 -> 10.3 → https://git.io/JLhcQ
domogled1 has joined #nixos
domogled has quit [Read error: Connection reset by peer]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @hax404 opened pull request #108865 → sauerbraten: 2020-12-04 -> 2020-12-27 → https://git.io/JLhcd
domogled has quit [Client Quit]
lsix has joined #nixos
bitmapper has joined #nixos
camsbury has joined #nixos
<{^_^}> [nixpkgs] @markuskowa opened pull request #108866 → target-isns: init at 0.6.8 → https://git.io/JLhCG
andreas303 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #103104 → inxi: add pciutils → https://git.io/Jkv8J
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLhCZ
philr has quit [Ping timeout: 260 seconds]
luxemboye has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @symphorien merged pull request #108205 → vimPlugins.vim-git: init at 2020-07-13 → https://git.io/JL5BH
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JLhCn
Izorkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
cole-h has quit [Ping timeout: 246 seconds]
cloud has joined #nixos
andreas303 has joined #nixos
malook has joined #nixos
Izorkin has joined #nixos
luxemboye has joined #nixos
luxemboye has quit [Remote host closed the connection]
luxemboye has joined #nixos
malook has quit [Client Quit]
cloudperson has joined #nixos
cloudperson has quit [Remote host closed the connection]
Rusty1 has joined #nixos
write has joined #nixos
mmmattyx has joined #nixos
lsix has quit [Quit: WeeChat 2.9]
write has left #nixos ["https://quassel-irc.org - Chat comfortably. Anywhere."]
NickHu has quit [Quit: Idle for 30+ days]
trajanus[m] has quit [Quit: Idle for 30+ days]
witchof0x20[m] has quit [Quit: Idle for 30+ days]
grahamc[m] has quit [Quit: Idle for 30+ days]
GabrielVolpe[m] has quit [Quit: Idle for 30+ days]
acarrico has joined #nixos
rb2k has joined #nixos
<cloud> is there currently a procedure for testing GPU-related derivations? if not, is there a preferred place to put scripts that can't run in CI but should be run manually?
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #108867 → nix-update: 0.3.1 -> 0.3.2 → https://git.io/JLhCd
vidbina_ has joined #nixos
<{^_^}> [nixpkgs] @symphorien merged pull request #108856 → jc: 1.14.0 -> 1.14.1 → https://git.io/JLhO9
<{^_^}> [nixpkgs] @symphorien pushed 2 commits to master: https://git.io/JLhCh
h0m1 has quit [Ping timeout: 272 seconds]
<fuzzypixelz> this little flake.nix https://bpa.st/ITBQ file is driving me crazy, it keeps throwing a "infinite recursion encountered" when I try passing in my overlays
Rusty1 has left #nixos ["Konversation terminated!"]
aswanson has joined #nixos
<fuzzypixelz> I'm trying to get more debugging info but "cached failure of attribute 'nixosConfigurations.omicron.config.system.build.toplevel'" doesn't allow me to
<fuzzypixelz> I tried checking other people's flake.nix files and it doesn't seem like I'm doing anything differently
h0m1 has joined #nixos
muke has joined #nixos
langovet[m] has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
shibboleth has joined #nixos
linuxct[m] has joined #nixos
<cloud> does anyone know why the nvidia docker runtime requires DRI 32-bit support installed?
<Cadey> how do i make the nixos firewall only affect packets from the internet instead of over a VPN?
<Cadey> ah
<Cadey> networking.firewall.trustedInterfaces
aswanson has quit [Ping timeout: 256 seconds]
<noonien> how can i test a nixos configuration in a flake?
jlamothe has joined #nixos
<noonien> i'd like to run the configuration in a VM
vidbina_ has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @bmilanov opened pull request #108868 → segger-ozone: init at 3.22a → https://git.io/JLhl9
gulplante[m] has joined #nixos
is_null has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #105605 → oksh: init at 6.8.1 → https://git.io/JIUoo
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLh8l
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108811 → vimPlugins.aniseed: init at 2021-01-08 → https://git.io/JLpPb
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLh80
<betawaffle> What’s the name of the nixos option for configuring alternative systems that can be activated?
<betawaffle> I recall something like nested, but can’t remember the name.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108813 → osmium-tool: 1.12.1 → 1.13.0, libosmium: 2.15.6 → 2.16.0, pyosmium: 3.0.1 → 3.1.0 → https://git.io/JLpXB
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 4 commits to master: https://git.io/JLh8j
Soo_Slow has joined #nixos
<betawaffle> gchristensen++
<{^_^}> gchristensen's karma got increased to 402
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108754 → python3Packages.PyChromecast: 7.7.1 -> 7.7.2 → https://git.io/JLpvj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLh4G
jlamothe has left #nixos [#nixos]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @primeos pushed to master « gitRepo: 2.11 -> 2.11.1 »: https://git.io/JLh40
rb2k has joined #nixos
<{^_^}> [nixpkgs] @jakobrs opened pull request #108869 → libstrangle: 2017-02-22 -> 0.1.1 → https://git.io/JLh4g
<{^_^}> [nixpkgs] @0x4A6F opened pull request #108870 → zola: 0.12.2 -> 0.13.0 → https://git.io/JLh4P
<noonien> i've discovered `nixos-rebuild build-vm --flake .#my-host`, which seems to be working, as in, it generates a vm. however, when running it, i get the systemd journal, however, after that finishes, i just get a blank screen in the VM. is this normal?
<noonien> oh, nvm, my bad, just took a bit longer
<{^_^}> [nixpkgs] @prusnak merged pull request #108820 → monado: Add serviceSupport option → https://git.io/JLpHz
<{^_^}> [nixpkgs] @prusnak pushed 4 commits to master: https://git.io/JLh4Q
ilios has joined #nixos
<{^_^}> [nixpkgs] @thiagokokada opened pull request #108871 → i3-gaps: 4.18.2 -> 4.18.3 → https://git.io/JLh4x
<{^_^}> [nixpkgs] @rubas closed pull request #108861 → yabai: 3.3.4 -> 3.3.6 → https://git.io/JLhZz
ransom has joined #nixos
<{^_^}> [nixos-common-styles] @garbas pushed to additional-root « Additional root `body > div` »: https://git.io/JLhB3
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @aanderse opened pull request #108872 → nixos/nextcloud: add phpPackage option → https://git.io/JLhBZ
rajivr has quit [Quit: Connection closed for inactivity]
respawn_ has quit [Quit: Leaving]
rb2k has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @fabaff opened pull request #108873 → cloudbrute: init 1.0.7 → https://git.io/JLhBB
rb2k has joined #nixos
lsix has joined #nixos
jakobrs has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
<jakobrs> How does Nixpkgs decide which outputs of a package to use in buildInputs?
zebrag has joined #nixos
<tpw_rules> jakobrs: iirc if you just specify the package you get the "out" output, otherwise you can do like package.dev, package.lib, etc
<tpw_rules> to get dev or lib outputs
respawn_ has joined #nixos
<jakobrs> I have `libGL` and `libX11` in buildInputs and show-derivation says that the dev output is included only
<jakobrs> I don't understand how it decides to use the dev output
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/c97befe99cc (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<tpw_rules> that link says because it has a dev output
jakobrs has quit [Client Quit]
oxalica has quit [Quit: oxalica]
jakobrs has joined #nixos
<__monty__> Used as an input -> dev output, installed in and of itself -> out output, something along those lines.
<jakobrs> Sorry my graphics driver crashed so I had reconnect
<__monty__> jakobrs: What I sent was in reply to you.
<jakobrs> But if the dependency is actually used *as a dependency* (that is linked to) won't it need the out output as well?
<__monty__> Aren't shared libs what the dev or lib outputs are for?
<jakobrs> The dev output contains headers, but not the libraries themselves.
vidbina_ has joined #nixos
orivej has joined #nixos
<__monty__> Hmm, the package's propagatedBuildOutputs should be added as well if I'm reading it correctly. And that would contain the lib output by default.
<{^_^}> [nixpkgs] @primeos merged pull request #108155 → libplacebo: 2.72.2 -> 3.104.0 → https://git.io/JL770
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLhB9
<{^_^}> [nixpkgs] @fabaff opened pull request #108874 → deepsea: init at 0.9 → https://git.io/JLhBQ
<jakobrs> You're right, that seems to be what's happening
<jakobrs> I hadn't thought of the dev output containing the out output in its propagated-build-inputs by default
eyenx has quit [Remote host closed the connection]
nh2[m]1 has joined #nixos
Soo_Slow has quit [Quit: Soo_Slow]
<jakobrs> tpw_rules++
<{^_^}> tpw_rules's karma got increased to 9
<jakobrs> __monty__++
<{^_^}> __monty__'s karma got increased to 27
endformationage has joined #nixos
respawn_ has quit [Read error: Connection reset by peer]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @dbueno opened pull request #108875 → cflow: include darwin → https://git.io/JLhRe
sss2 has joined #nixos
<m1cr0man> nh2: Hello. Are you around now per chance?
<{^_^}> [nixpkgs] @veehaitch opened pull request #108876 → python3Packages.asgiref: disable test on Darwin → https://git.io/JLhRJ
oxalica has joined #nixos
davidv7 has quit [Read error: Connection reset by peer]
veleiro has joined #nixos
respawn_ has quit [Read error: Connection reset by peer]
davidv7 has joined #nixos
respawn_ has joined #nixos
respawn_ has quit [Read error: Connection reset by peer]
ransom has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @ajs124 merged pull request #108865 → sauerbraten: 2020-12-04 -> 2020-12-27 → https://git.io/JLhcd
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JLhRZ
<viq|w> sphalerite: the boot didn't move past that point. And now after reboot I'm seeing exactly same behaviour as before. - failure to import zroot
eyenx has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108878 → metaspliot: 6.0.12 -> 6.0.25 → https://git.io/JLhRn
wnklmnn has quit [Quit: Leaving]
LilleCarl has joined #nixos
LilleCarl1 has quit [Ping timeout: 264 seconds]
jakobrs has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @kreisys opened pull request #108879 → Remove ambient systemctl dependency from nixos-rebuild → https://git.io/JLhRz
turion has joined #nixos
<turion> Can I test a _service_ from a PR by writing an overlay locally in my config?
<turion> I want to test https://github.com/NixOS/nixpkgs/pull/108872/ without updating my whole server
sarcasticadmin has quit [Ping timeout: 256 seconds]
<thibm> turion: you can disable the module (if it already exist) and put the new module file in imports.
Jd007 has joined #nixos
<turion> thibm++
<{^_^}> thibm's karma got increased to 12
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108802 → alacritty: 0.6.0 -> 0.7.1 → https://git.io/JLpwq
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 3 commits to master: https://git.io/JLhR9
veleiro has quit [Read error: Connection reset by peer]
veleiro has joined #nixos
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fuzzypixelz has quit [Ping timeout: 264 seconds]
<{^_^}> [flake-registry] @jonringer opened pull request #7 → Update release version → https://git.io/JLh0W
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108829 → python3Packages.aiostream: init at 0.4.1 → https://git.io/JLppj
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLh0u
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @jtojnar merged pull request #108841 → pkgs.common-updater-scripts: update-source-version name singular → https://git.io/JLhT0
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/JLh02
zebrag has joined #nixos
civodul has quit [Read error: Connection reset by peer]
civodul has joined #nixos
rb2k has joined #nixos
rb2k has quit [Client Quit]
<{^_^}> [release-wiki] @jonringer merged pull request #7 → Tag master after branch with new unstable branch name → https://git.io/JLbGi
<{^_^}> [release-wiki] @jonringer pushed to master « Tag master after branch with new unstable branch name »: https://git.io/JLh09
<{^_^}> [release-wiki] @jonringer pushed 0 commits to jonringer-tag-master: https://git.io/JLh0H
domogled has joined #nixos
meh` has quit [Ping timeout: 272 seconds]
growpotkin has joined #nixos
fuzzypixelz has joined #nixos
cr4y1 has quit [Ping timeout: 264 seconds]
<veleiro> in home-manager theres xdg.configFile.onChange, is there a way to do that
<veleiro> for system nixos config?
<veleiro> or would i be making a systemd service to accomplish that
<veleiro> onChange just runs a script when the config file updates
gustavderdrache has quit [Quit: Leaving.]
gustavderdrache has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #108867 → nix-update: 0.3.1 -> 0.3.2 → https://git.io/JLhCd
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JLhEm
mallox has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 62 commits to staging-next: https://git.io/JLhEG
<{^_^}> [nixpkgs] @github-actions[bot] pushed 63 commits to staging: https://git.io/JLhEZ
meh` has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
Jd007 has quit [Quit: Jd007]
<energizer> does anyone else prefer `let` over `rec?
<azazel> veleiro: for systemd services unit, they are automatically restarted each time the service configuration changes
<azazel> energizer: yes, using rec can result into an endeless loop
<bqv> So can let
<azazel> veleiro: system configuration has also the activation scripts feature
<bqv> > let x = x; in x # trivially
<{^_^}> infinite recursion encountered, at (string):460:9
<flokli> guh, github is unicorning for me most of the time
<azazel> bqv: yes, but it much more simpler to check
<flokli> The search has really gotten useless…
<azazel> unicorning?
<bqv> azazel: is it? Theyre isomorphic..
<bqv> Its purely a syntax difference
<energizer> flokli: iirc github said they're working on an overhaul of search
gustavderdrache has joined #nixos
<azazel> bq is just that? rec functionality seems more subtle to me, bu maybe it's just my perception of how may bugs I've made using rec
<armin> hm, can someone explain when to execute "bootctl update" in general?
<bqv> I've had as many bugs from let infrecs as I have from rec, it's just that people appear to rarely use let in most situations
<veleiro> right, thanks. just wanted to restart sway after changing the config
<veleiro> where is the activation scripts features?
<azazel> interesting reading about nìbinding = http://r6.ca/blog/20140422T142911Z.html
<{^_^}> [nixpkgs] @doronbehar merged pull request #107508 → nixos/mpd: support passwords in separate files → https://git.io/JLXuY
<azazel> armin: bootctl?
<{^_^}> [nixpkgs] @doronbehar pushed 3 commits to master: https://git.io/JLhE9
<armin> azazel: bootctl.
<azazel> never used it
<armin> well you can update systemd-boot with it, but i wonder when i should do that.
<azazel> I think that if you have your boot config settings to use EFI, it does that automatically, if necessary
<armin> ah ok
<azazel> veleiro: system.activationScripts
<nh2[m]> m1cr0man: I need to go for a while, can resume later or tomorrow. So far the response body seems to be read and nothing interesting in there; will print a bit more though
<{^_^}> [nixpkgs] @primeos merged pull request #108004 → libxkbcommon: 0.10.0 -> 1.0.3 → https://git.io/JLQZ4
<{^_^}> [nixpkgs] @primeos pushed 2 commits to staging: https://git.io/JLhEd
Lord_of_Life_ has joined #nixos
<nh2[m]> m1cr0man: another thing we might try is to use a newer lego release, 20.09 has 3.8 and newer sis 4.*
<veleiro> thank you
<veleiro> azazel++
<{^_^}> azazel's karma got increased to 2
Lord_of_Life has quit [Ping timeout: 272 seconds]
Lord_of_Life_ is now known as Lord_of_Life
<nh2[m]> m1cr0man: the response body is indeed simply this piece of JSON: `{"type": "urn:ietf:params:acme:error:malformed", "detail": "JWS verification error", "status": 400 }`
berberman has joined #nixos
<energizer> what is the difference between what fetchFromGitHub does and what fetchurl {url="https://github.com... does?
berberman_ has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @rnhmjoj merged pull request #108858 → masscan: 1.0.5 -> 1.3.0 → https://git.io/JLhsN
<{^_^}> [nixpkgs] @rnhmjoj pushed 2 commits to master: https://git.io/JLhuY
dsg_ has quit [Remote host closed the connection]
<veleiro> how do you add an image in the same dir as the nix derivation
<veleiro> so that it will output in the nix store beside the config file?
<{^_^}> [nixpkgs] @primeos merged pull request #108730 → libplacebo: use upstreamed patch → https://git.io/JLxM0
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/JLhuB
<{^_^}> [nixpkgs] @ajs124 merged pull request #108821 → openiscsi: 2.1.2 -> 2.1.3 → https://git.io/JLpQ5
<{^_^}> [nixpkgs] @ajs124 pushed 2 commits to master: https://git.io/JLhug
rb2k has joined #nixos
<betawaffle> are the `_file` and `key` attrs necessary when defining a nixos module inline?
EncodePanda has joined #nixos
<EncodePanda> hey, is this the right place to ask Nix + MacOS questions? :) Channel is named #nixOS but I recon it's "all the nix things" right? :)
<betawaffle> it is, yes
<gchristensen> yep! sometimes we'll direct you to #nix-darwin, but this is a good place to start
<EncodePanda> I have fresh Mac installed, I'm trying to configure my Mac using Nix (and home-manager) as far as i can get
rb2k has quit [Client Quit]
<EncodePanda> among other programs I've installed I've added `git`
<EncodePanda> but each time I enter new shell
veleiro has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
<EncodePanda> MacOS pops out a system message saying sth like "hey, you are trying to use git, that cute and all but you need to install *command line tools* from Apple"
zebrag has joined #nixos
<EncodePanda> git works fine bit and `which git` points to the binary installed by Nix
<{^_^}> [nixpkgs] @aanderse merged pull request #99559 → nzbhydra2: init at 3.8.0 → https://git.io/JUdIy
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/JLhuQ
<EncodePanda> is there a way to make my mac happy?
<tpw_rules> EncodePanda: you really should install that anyway. it includes for example the compiler, so nix won't be able to build anything that isn't in the cache if you don't
<EncodePanda> tell it sth like "chill, I will install all my dev tools via Nix, I don't need your help"
malook has joined #nixos
<tpw_rules> or rather bootstrap itself
malook has quit [Client Quit]
<EncodePanda> but it install C-libs as well right?
<tpw_rules> what does?
<EncodePanda> I thought I could just uses stuff from nix, why nix can not have the compiler in cache and I could download it at use it
<EncodePanda> I mean as a last resort I'm gonna install it
<EncodePanda> but I thought that I could have self sustained env that I could later pin
<EncodePanda> so that my setting would be "reproducible"
<EncodePanda> but If I install Apple's command line tools, I will have binaries that are outside of Nix, that Apple my change (versions can break etc)
<EncodePanda> on my last Mac I had those installed along with Nix
<EncodePanda> I was just hoping that this time I could avoid it :)
respawn_ has joined #nixos
<tpw_rules> iirc on macos it has to use the installed sdk
EncodePanda has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @urbas opened pull request #108880 → nixos/sd-image-aarch64-base: extracted from sd-image-aarch64 → https://git.io/JLhzU
veleiro has joined #nixos
sangoma has joined #nixos
<tpw_rules> it's totally possible i'm wrong though
aveltras has joined #nixos
dsg has joined #nixos
<tpw_rules> does the message happen when you type git or when you start a shell?
creme[m] has joined #nixos
<{^_^}> [nixpkgs] @ajs124 opened pull request #108881 → nixos/tmp: fix reboots after 56d7e7492cbf2d61bd570f5b0a8015040e80aae9 → https://git.io/JLhzn
orivej has joined #nixos
<m1cr0man> nh2[m]: Yeah a newer version might help, but I wouldn't be too hopeful. Also nice one tracking down the response JSON. I'm done with acme for today though, ttyl :)
hnOsmium0001 has joined #nixos
sangoma has quit [Quit: WeeChat 3.0]
cybrian has quit [Quit: cya]
cybrian has joined #nixos
camsbury has quit [Ping timeout: 264 seconds]
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #108870 → zola: 0.12.2 -> 0.13.0 → https://git.io/JLh4P
<{^_^}> [nixpkgs] @danieldk pushed 2 commits to master: https://git.io/JLhza
noudle has joined #nixos
srk has quit [Ping timeout: 240 seconds]
rb2k has joined #nixos
<{^_^}> [nixpkgs] @tfmoraes opened pull request #108882 → libguestfs: remove xen as dependency → https://git.io/JLhzQ
respawn_ has quit [Quit: Leaving]
Hail_Spacecake has quit [Remote host closed the connection]
Hail_Spacecake has joined #nixos
leotaku has quit [Quit: ZNC 1.8.2 - https://znc.in]
leotaku has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #108883 → python3Packages.pytile: init at 5.1.0 → https://git.io/JLhgz
Volk has quit [Quit: See you next time!]
xelxebar has quit [Ping timeout: 240 seconds]
andreas303 has quit [Ping timeout: 240 seconds]
andreas303 has joined #nixos
luxemboye has quit [Ping timeout: 240 seconds]
aswanson has joined #nixos
oida has quit [Ping timeout: 240 seconds]
luxemboye has joined #nixos
est31 has joined #nixos
xelxebar has joined #nixos
est has quit [Ping timeout: 240 seconds]
aswanson has quit [Ping timeout: 256 seconds]
oida has joined #nixos
shibboleth has quit [Quit: shibboleth]
shibboleth has joined #nixos
Hail_Spacecake has quit [Remote host closed the connection]
zebrag has quit [Quit: Konversation terminated!]
Hail_Spacecake has joined #nixos
zebrag has joined #nixos
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @iblech opened pull request #108884 → blobwars: init at 2.00 → https://git.io/JLh2t
Jd007 has quit [Client Quit]
igghibu has joined #nixos
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
betaboon has quit [Quit: ZNC - https://znc.in]
betaboon has joined #nixos
igghibu has quit [Client Quit]
srk has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 11 commits to master: https://git.io/JLh24
lsix has quit [Ping timeout: 264 seconds]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @NeQuissimus pushed 5 commits to release-20.09: https://git.io/JLh2P
<noonien> is there any documentation for `lib`? and, is there a better way of doing `networking.timeServers = options.networking.timeServers.default ++ [ "time.cloudflare.com" ];`?
cloud has quit [Quit: WeeChat 3.0]
<lukegb> probably using lib.mkAfter
<lukegb> e.g. `networking.timeServers = lib.mkAfter [ "time.cloudflare.com" ];`, although it's possible I've forgotten something that would mean that doesn't work
<noonien> great! is there a way to find documentation for functions like mkAfter?
turion has quit [Quit: Leaving.]
pbox has joined #nixos
bn_work has quit [Quit: Connection closed for inactivity]
<pbox> hi, a friend helped me setup a python development environment using nix + direnv. can anyone help me add jupyter notebook and fasttext libraries? do I just need to edit default.nix?
Jd007 has joined #nixos
neiluj has joined #nixos
neiluj has joined #nixos
neiluj has quit [Changing host]
<{^_^}> [nixpkgs] @primeos merged pull request #108226 → wayvnc: 0.3.1 -> 0.4.0 → https://git.io/JL5rq
<{^_^}> [nixpkgs] @primeos pushed 2 commits to staging: https://git.io/JLhaC
<energizer> does fetchurl for a git url also download submodules?
rb2k has joined #nixos
<armin> pretty sure it doesn't
<{^_^}> [nixpkgs] @zowoq opened pull request #108885 → buildah: 1.18.0 -> 1.19.0 → https://git.io/JLha2
<{^_^}> [nixpkgs] @zowoq opened pull request #108886 → editorconfig-checker: 2.2.0 -> 2.3.1 → https://git.io/JLhaa
thibm has quit [Ping timeout: 264 seconds]
thibm has joined #nixos
figsoda[m] has joined #nixos
srk has quit [Remote host closed the connection]
CptCaptain has joined #nixos
<{^_^}> [nixpkgs] @onsails closed pull request #106592 → Telescope fzy native → https://git.io/JIwWy
srk has joined #nixos
<CptCaptain> Is it still possible to install Airwave? I tried going to the provided link but I can't find that specific version of the vst sdk. If I try to change it to a newer version it doesn't build anymore.
<CptCaptain> Oops, there's an open PR already https://github.com/NixOS/nixpkgs/pull/82380
<{^_^}> #82380 (by egasimus, 43 weeks ago, open): airwave: fix VST SDK and Qt plugins
<fuzzypixelz> can anyone please explain to me why did I get infinite recursion when I was passing overlays = [ import ./file.nix ] instead of [ (import ./file.nix) ]?
<fuzzypixelz> now I realize that [ f 42 ] is not not the same as [ (f 42) ] , but but the recursion?
fuzzypixelz has quit [Quit: Leaving.]
fuzzypixelz has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9ffd16b3850 (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
hiro98 has quit [Ping timeout: 256 seconds]
fuzzypixelz has left #nixos [#nixos]
lsix has joined #nixos
oida has quit [Remote host closed the connection]
oida has joined #nixos
shiver32 is now known as shiver
<{^_^}> [nixpkgs] @bjornfor merged pull request #107718 → pythonPackages.demjson: fix tests, enable on Python 3.x → https://git.io/JLDd6
<{^_^}> [nixpkgs] @bjornfor pushed commit from @kini to master « pythonPackages.demjson: fix tests, enable on Python 3.x »: https://git.io/JLhV0
zebrag has quit [Read error: Connection reset by peer]
zebrag has joined #nixos
mmmattyx has quit [Quit: Connection closed for inactivity]
<lukegb> noonien: pass. I just absorbed knowledge by reading people's existing nixos configs and the modules included in nixpkgs
<lcvass> Any ideas on how to fix "Qt platform plugin could be initialized" error trying to plot using pandas (python package) installed from nix?
<noonien> i think the hacky way to fix that is usually to add the `qt5.full` to your environment
Volk has joined #nixos
<azazel> lcvass: I think it was an issue with qt packaging of some time ago, which channel are you using?
<{^_^}> [nixpkgs] @nyanotech closed pull request #107180 → miniflux: remove adminCredentialsFile option → https://git.io/JLRQM
<noonien> there's still plenty of packages that still suffer from this issue on current channels.
<lcvass> I use unstable for python packages but 20.08 for most things
<azazel> I don't have this issue anymore on unstable
<lcvass> Would you suggest stable or unstable qt5.full for the hacky fix?
zupo has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #105394 → llvmPackages_11: 11.0.0 -> 11.0.1 → https://git.io/JkpiF
<{^_^}> [nixpkgs] @primeos pushed 2 commits to staging: https://git.io/JLhwJ
meh` has quit [Ping timeout: 256 seconds]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fendor_ is now known as fendor
<lcvass> qt5 stable didnt fix it, unstable is broken doesnt install even on allowbroken=true
<{^_^}> [mobile-nixos] @samueldr opened pull request #278 → samsung-a5y17lte: Init Samsung Galaxy A5 (2017) → https://git.io/JLhwE
alexherbo24 has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #108107 → Revert "nixos/gnome3: don't install epiphany default" → https://git.io/JL700
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/JLhwg
<samueldr> noonien: don't what do you mean "adding qt5.full to your environment"?
<samueldr> that seems like a workaround if it's about nix-env -i or systemPackages
<{^_^}> [nixpkgs] @worldofpeace merged pull request #107981 → [20.09] Fix webkitgtk and reintroduce epiphany → https://git.io/JLHAl
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo24 is now known as alexherbo2
<{^_^}> [nixpkgs] @worldofpeace pushed 5 commits to release-20.09: https://git.io/JLhw2
<samueldr> Qt5 software needs a specific mkDerivation that hooks some pre-requisites, as required by its current packaging in Nixpkgs
<noonien> samueldr, yes, as a workaround, i usually just use `nix-shell -p qt5.full`, then execute the command
<samueldr> right, better to recommend specifically with nix-shell as a workaround :)
<noonien> (when the derivation miss modules, usually i get coomplaints for xcb missing)
<samueldr> (otherwise you might end up masking packaging issues)
CptCaptain has quit [Quit: WeeChat 2.9]
<noonien> well, i've had so many issues with this that i'm considering adding qt5.full to my systemPackages
<noonien> the github issues for these problems are usually dead
<samueldr> be careful, it *could* break your login session in the past, if somehow mixing Qt in Plasma
<noonien> i see, glad i didn't do that then
<samueldr> I *think* it's been validated to not break when the current "solution" was implemented though
<samueldr> though it's definitely not been verified to still be safe
cole-h has joined #nixos
<lcvass> calinng python after 'nix-shell -p qt5.full' does not fix it
camsbury has joined #nixos
<samueldr> lcvass: the python program (pandas was it?) is coming from the same nixpkgs revision as what nix-shell would use, right?
<samueldr> and, why it's important: pandas (was it?) is using the same Qt5 version as the default qt5?
* samueldr checks
<lcvass> no, I am using nixos stable but all python packages unstable
<lcvass> the unstable version of python5 is marked as broken
<lcvass> of qt5.full*
<lcvass> And even having allowbroken=true on my system it does not install
<samueldr> right, they could be of different versions, thus wouldn't be found
heyitsrama has joined #nixos
<samueldr> lcvass: I want to check something, how can I reproduce the error succintly with pandas? I never used that
<Unode> hi everyone. I have a shell script that has a nix-shell shebang. On the same system, I have also a monthly nix-store garbage collection. This causes the data installed by the script to be deleted every month. I'm familiar with using nix-build and outlinks to prevent GC but I can't seem to find info on how to do this with nix-shell when using from a shebang. Does anyone know if this is possible or
<Unode> have any example that could share?
<lcvass> pd.DataFrame([1,2]).plot()
<samueldr> lcvass: sorry, really not using that at all, from my shell, how would I even start that :)
<lcvass> run "python"
<lcvass> import pandas
<samueldr> I guess I need to import pandas somehow then?
<samueldr> heh
<lcvass> pandas.DataFrame([1,2]).plot()
<samueldr> thanks
Jd007 has quit [Quit: Jd007]
<lcvass> the same happens on: `import matplotlib.pyplot as plt; plt.plot([1,2])` as pyplot is the backend
<{^_^}> [nixpkgs] @dbueno opened pull request #108887 → fetchzip: fix commands following extraPostFetch → https://git.io/JLhrq
<{^_^}> [nixpkgs] @ttuegel merged pull request #108863 → plasma-5: 5.20.4 -> 5.20.5 → https://git.io/JLhcS
<{^_^}> [nixpkgs] @ttuegel pushed 2 commits to master: https://git.io/JLhrY
<lcvass> If you have any ideas no matter how hacky it is to fix please let me know
<armin> i somewhat love the "no matter how hacky it is" part of this
<armin> hm, did you consider a virtualenv, yet?
thibm has quit [Quit: WeeChat 2.9]
<noonien> lcvass: i might have missed it, but how do you define that you use the pandas package in nix?
detran_ has quit [Ping timeout: 272 seconds]
<samueldr> lvmond__: sorry, have you done anything else to make it use Qt? running the mathplotlib repro returns a matplotlib.lines.Line2D object
<samueldr> oops, lcvass*
<samueldr> (I've done it in the simplest way, `nix-shell -p python3Packages.matplotlib` for what it matters)
<lcvass> did you call .plot?
<samueldr> copied your example verbatim in the REPL `import matplotlib.pyplot as plt; plt.plot([1,2])`
<lcvass> yep that definitely is enough to crash on my system
<samueldr> both from unstable and from 20.09 (running on a 20.09 system) I'm getting `[<matplotlib.lines.Line2D object at 0x7f60a75e7400>]` as a result, nothing else
zupo has quit [Ping timeout: 246 seconds]
lsix has quit [Remote host closed the connection]
<lcvass> noonien: with unstable.python38.withPackages(ps: with ps; [pandas ...]
lsix has joined #nixos
<samueldr> just looked, matplotlib doesn't enable Qt by default
<{^_^}> [nixpkgs] @ttuegel opened pull request #108888 → Qt: Do not require mkDerivation → https://git.io/JLhri
n46469 has joined #nixos
zupo has joined #nixos
n46469 has left #nixos [#nixos]
<samueldr> ^ speak of the devil
stree has quit [Quit: Caught exception]
stree has joined #nixos
<cole-h> quad 8s
<cole-h> Time to buy a lottery ticket
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108853 → nvidia_x11.persistenced: fix hash → https://git.io/JLhOT
zebrag has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhoJ
<{^_^}> [nixpkgs] @fabaff opened pull request #108889 → sn0int: 0.19.1 -> 0.20.0 → https://git.io/JLhoU
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108816 → python3Packages.winacl: init at 0.1.0 → https://git.io/JLpMA
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhoT
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108822 → ipfs-cluster: 0.13.0 -> unstable-2020-10 → https://git.io/JLp7O
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhoL
heyitsrama has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108778 → tigervnc: 1.10.1 -> 1.11.0 (CVE-2020-26117) → https://git.io/JLp4J
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhos
davidv7_ has joined #nixos
oxalica1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108776 → python37Packages.flask-cors: 3.0.9 -> 3.0.10 → https://git.io/JLp8L
oxalica has quit [Ping timeout: 246 seconds]
oxalica1 is now known as oxalica
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhoB
vidbina_ has quit [Ping timeout: 264 seconds]
davidv7 has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @B4dM4n opened pull request #108890 → vulkan-loader: fix pkg-config include directory → https://git.io/JLhor
<energizer> how do i use a repo that has a default.nix, in my own nix file?
<cole-h> Probably by `import`ing it.
<energizer> thanks
<cole-h> `import (fetchTarball "[url.tar.gz]")` a template to start with
kalbasit has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #108030 → pythonPackages.djangorestframework: 3.11.2 -> 3.12.2 → https://git.io/JLQ6E
<{^_^}> [nixpkgs] @jonringer pushed commit from @seppeljordan to master « pythonPackages.djangorestframework: 3.11.2 -> 3.12.2 »: https://git.io/JLhKf
aveltras has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @jonringer merged pull request #108847 → python3Packages.ldappool: fix build → https://git.io/JLhLd
<{^_^}> [nixpkgs] @jonringer pushed commit from @fabaff to master « python3Packages.ldappool: fix build »: https://git.io/JLhKU
pushqrdx has joined #nixos
<energizer> is that allowed in nixpkgs?
<cole-h> No
<cole-h> ,ifd
<{^_^}> import-from-derivation (IFD) is when you evaluate nix from a derivation result, for example `import (pkgs.writeText "n" "1 + 1")` will evaluate to 2. This is sometimes problematic because it requires evaluating some, building some, and then evaluating the build result. It has been described as "such a nice footgun."
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #nixos
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @jonringer merged pull request #108851 → python3Packages.crytic-compile: 0.1.9 -> 0.1.12 → https://git.io/JLhtx
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JLhKD
lsix has quit [Remote host closed the connection]
lsix has joined #nixos
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
leotaku has quit [Read error: Connection reset by peer]
leotaku has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #108891 → vim: add lsp-status-nvim and lualine-nvim → https://git.io/JLh6L
bitmapper has quit [Quit: Connection closed for inactivity]
jonringer has joined #nixos
<{^_^}> [mobile-nixos] @samueldr merged pull request #278 → samsung-a5y17lte: Init Samsung Galaxy A5 (2017) → https://git.io/JLhwE
<{^_^}> [mobile-nixos] @samueldr pushed 13 commits to master: https://git.io/JLh6C
<{^_^}> [nixpkgs] @thelegy opened pull request #108892 → botan2: add aarch63-linux to platforms → https://git.io/JLh6o
sigmundv__ has quit [Read error: Connection reset by peer]
sigmundv__ has joined #nixos
andreas303 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @zowoq opened pull request #108893 → go, buildGo{Module,Package}: remove branch, disabled → https://git.io/JLh6i
Cadey has quit [Quit: WeeChat 3.0]
andreas303 has joined #nixos
Xe has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #108894 → python3Packages.ds_store: init at 1.3.0 → https://git.io/JLh6D
<{^_^}> [nixpkgs] @markuskowa merged pull request #108864 → octopus: 10.0 -> 10.3 → https://git.io/JLhcQ
<{^_^}> [nixpkgs] @markuskowa pushed 3 commits to master: https://git.io/JLh6d
<{^_^}> [nixpkgs] @Ekleog merged pull request #106928 → sonobuoy: 0.19.0 -> 0.20.0 → https://git.io/JLtID
<{^_^}> [nixpkgs] @Ekleog pushed commit from @wilsonehusin to master « sonobuoy: 0.19.0 -> 0.20.0 (#106928) »: https://git.io/JLh6N
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108885 → buildah: 1.18.0 -> 1.19.0 → https://git.io/JLha2
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 2 commits to master: https://git.io/JLhiI
<{^_^}> [nixpkgs] @marsam merged pull request #108831 → solargraph: 0.39.17 -> 0.40.1 → https://git.io/JLpj4
<{^_^}> [nixpkgs] @marsam pushed 3 commits to staging: https://git.io/JLhiG
<{^_^}> [nixpkgs] @marsam merged pull request #108886 → editorconfig-checker: 2.2.0 -> 2.3.1 → https://git.io/JLhaa
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/JLhiC
Rusty1 has joined #nixos
jonringer has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam merged pull request #108873 → cloudbrute: init 1.0.7 → https://git.io/JLhBB
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JLhi8
jonringer has joined #nixos
gustavderdrache has joined #nixos
<colemickens> Is it possible to handle an optional "better" root fs, with a fallback if the better root fs doesn't exist?
<colemickens> scenario: I want to create a VM disk image that boots normally, or if a zfs pool is available, mounts it and uses it for /.
<colemickens> and I'm hoping to not have to write that myself in bash, for whatnot.
LilleCarl has quit [Ping timeout: 246 seconds]
<samueldr> since stage-1 is just an sh script (for the time being) it's possible, but not in a readily made way I guess
LilleCarl1 has joined #nixos
LilleCarl1 is now known as LilleCarl
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c97befe99cc (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
fendor has quit [Remote host closed the connection]
immae has quit [Quit: WeeChat 2.9]
rb2k has joined #nixos
immae[m] has quit [Quit: authenticating]
immae[m] has joined #nixos
immae[m] is now known as immae
immae has quit [Client Quit]
immae has joined #nixos
immae[m] has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #108895 → texlive: 2020.20201009 -> 2020.20210109 → https://git.io/JLhPq
<aanderse> Jan Tojnar: awesome! (re php magic!)
<{^_^}> [nixpkgs] @jonringer merged pull request #108800 → python3Packages.minikerberos: init at 0.2.7 → https://git.io/JLp2H
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JLhPB
<{^_^}> [nixpkgs] @Ekleog merged pull request #108449 → postgresql: add passthru.tests → https://git.io/JLblN
<{^_^}> [nixpkgs] @Ekleog pushed to master « postgresql: add passthru.tests (#108449) »: https://git.io/JLhPR
<{^_^}> [nixpkgs] @onsails opened pull request #108896 → terraform-ls: 0.11.0 -> 0.12.0 → https://git.io/JLhP0
veleiro has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #108891 → vim: add lsp-status-nvim and lualine-nvim → https://git.io/JLh6L
<{^_^}> [nixpkgs] @jonringer pushed 3 commits to master: https://git.io/JLhXG
<{^_^}> [nixpkgs] @pacien opened pull request #108897 → fish-foreign-env: remove alias to incompatible package → https://git.io/JLhX0
acarrico has quit [Ping timeout: 264 seconds]