supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
<abathur> 2) I'm also not sure what, if anything, it should do when it sees a volume that may have been made by the current installer
<abathur> at the moment my WIP won't recognize it and will make a new one, which doesn't seem ideal
maljub01 has quit [Ping timeout: 240 seconds]
maljub01 has joined #nix-darwin
<hyiltiz> http://ix.io/2Dn4 Downloaded the .dmg for musescore just fine but the builder somehow failed to derive
<hyiltiz> Is that a typical error and any idea how to fix?
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nix-darwin
<hyiltiz> hi
<thefloweringash> hyiltiz: the error is "unpacker produced multiple directories", you can use `sourceRoot` to select the correct directory, see also the docs at https://nixos.org/manual/nixpkgs/stable/#ssec-unpack-phase
<hyiltiz> thx
hke has quit [Read error: Connection reset by peer]
hke has joined #nix-darwin
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #nix-darwin
philr has quit [Ping timeout: 272 seconds]
kalbasit has quit [Ping timeout: 256 seconds]
Gaelan has quit [Quit: ZNC 1.8.1 - https://znc.in]
Gaelan has joined #nix-darwin
philr has joined #nix-darwin
philr_ has joined #nix-darwin
philr has quit [Ping timeout: 272 seconds]
philr_ has quit [Quit: WeeChat 2.9]
philr has joined #nix-darwin
<domenkozar[m]> abathur: wish I had time to dig into it :/
petitionynd has quit [Ping timeout: 240 seconds]
kalbasit has joined #nix-darwin
hke has quit [Read error: Connection reset by peer]
hke has joined #nix-darwin
philr has quit [Ping timeout: 260 seconds]
<hyiltiz> Reading the manpage for nix-env and a few sites that showed up from searching that error, I didn't quite find how to let nix-env show what were the unpacked multiple directories so I can pick one
<hyiltiz> A better user interface would just list each of the multiple directories and prompt me with a command template showing how to set the sourceRoot
hedgie has quit [Read error: Connection reset by peer]
hedgie_ has joined #nix-darwin
hedgie_ has quit [Remote host closed the connection]
hedgie has joined #nix-darwin
hedgie has quit [Read error: Connection reset by peer]
hedgie_ has joined #nix-darwin
hedgie_ has quit [Client Quit]
hedgie has joined #nix-darwin
hedgie has quit [Read error: Connection reset by peer]
eraserhd3 has joined #nix-darwin
eraserhd2 has quit [Ping timeout: 240 seconds]
<LnL> thefloweringash: is there anything you still want to do for #98541 before merging?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/98541 (by thefloweringash, 7 weeks ago, open): darwin (Big Sur): tbd based stdenv
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #nix-darwin
eraserhd3 has quit [Quit: WeeChat 2.9]
philr has joined #nix-darwin
<thefloweringash> LnL: nope, let’s merge it and see what happens
<LnL> alright, 🚒🚒🚒
<emily> ha, I was just about to come and ask how far we are from Big Sur support
<LnL> thefloweringash++
<{^_^}> thefloweringash's karma got increased to 0b10100
<emily> and then I opened that very issue independently and saw "LnL7 merged commit 411f9e2 into NixOS:staging 29 seconds ago"
<emily> thefloweringash++ LnL++
<{^_^}> thefloweringash's karma got increased to 21
<{^_^}> LnL's karma got increased to 94
<emily> has there been any progress on installer stuff? I guess I did /nix setup manually last time anyway
<LnL> FYI I see a staging-next merge was opened yesterday so might still take a bit for the next cycle
<abathur> there's been progress, but slow as I'm trying to sort out some ergonomics while getting basically no feedback
<abathur> :)
<LnL> yeah, I've only been half following that :/
<abathur> no real time/energy for it at the moment, but every time I've fiddled with the installer I've wished there was a panel/group/council/team with direct or indirect ownership
<abathur> and enough perspective to reach good answers
<abathur> (indirect being a team for something related, like "onboarding")
<LnL> that would be nice
<abathur> trying to chase down a race condition atm; always hard to know exactly how close it is but the last thing that feels big is figuring out what (if anything) to do with some volume-related edge cases
<abathur> ok, think I got that issue; starting a build and reverting my test system but in a few I'll start asking some volume questions... :)
andremedeiros has quit [Read error: Connection reset by peer]
<abathur> as it stands, my WIP installer ~wants to create a volume named "Nix" (unless env overrides) on whatever disk "/" is on (unless env overrides). If there's already a "Nix" (or overridden name) there, it asks for consent to remove it (unless env specifies no-create)
andremedeiros has joined #nix-darwin
<abathur> 1. I imagine there's a long-tail of edge-case configurations/reasons why people might have a volume named "Nix" on some other disk/device