<abathur>
I have wondered if it'd be worth doing in CI
<abathur>
I ignored network solutions at the time because I was hoping for something we could do to fix assessment slowdown for all Nix users
<abathur>
I'm not sure we can in-good-conscience just blackhole an apple server like that for all users, and they may not appreciate it if they notice :)
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Read error: Connection reset by peer]
<mngrm3a>
Hi ... anyone running nix successfully on Big Sur? There are several issues on github, but i am not sure what the status quo is.
mngrm3a has quit [Quit: Lost terminal]
mngrm3a has joined #nix-darwin
hedgie_ has joined #nix-darwin
hedgie has quit [Ping timeout: 260 seconds]
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 260 seconds]
mngrm3a has quit [Ping timeout: 260 seconds]
__monty__ has joined #nix-darwin
eraserhd has quit [*.net *.split]
eraserhd has joined #nix-darwin
ehmry has quit [*.net *.split]
TheNumb has quit [*.net *.split]
TheNumb has joined #nix-darwin
ehmry has joined #nix-darwin
thefloweringash has quit [Ping timeout: 244 seconds]
domenkozar[m] has quit [Ping timeout: 244 seconds]
emily has quit [Ping timeout: 240 seconds]
Ericson2314 has quit [Ping timeout: 240 seconds]
siraben has quit [Ping timeout: 260 seconds]
aterius has quit [Ping timeout: 268 seconds]
nicolas[m] has quit [Ping timeout: 268 seconds]
gtklocker has quit [Ping timeout: 268 seconds]
domenkozar[m] has joined #nix-darwin
Ericson2314 has joined #nix-darwin
emily has joined #nix-darwin
thefloweringash has joined #nix-darwin
hedgie_ has joined #nix-darwin
siraben has joined #nix-darwin
gtklocker has joined #nix-darwin
hedgie has quit [Ping timeout: 260 seconds]
nicolas[m] has joined #nix-darwin
aterius has joined #nix-darwin
cybrNaut has joined #nix-darwin
hedgie has joined #nix-darwin
hedgie_ has quit [Ping timeout: 268 seconds]
<LnL>
cransom: FYI the tbd changes where pulled into staging-next so you should be able to use caches from that very soon
<antifuchs>
oh neat, I just realized you can bootstrap nix flakes without editing the nix config, by running `$(nix-build '<nixpkgs>' -A nixFlakes --no-out-link)/bin/nix flake init --experimental-features "flakes nix-command"`
<antifuchs>
with similar tricks, I think I can get nix-darwin to apply a flake-enabled config that adds the configuration stanzas to the global config
philr has quit [Ping timeout: 260 seconds]
<LnL>
yep, I don't even have that set globally kind of defeats the point IMHO
<antifuchs>
sooo, I don't see `--flake` on `darwin-config switch`'s help, is that just a hidden option or do you need the flakes package / feature enabled for it?