@stadtkind @edwtjo Well I really got into a spin. When doing the above where you
1. pull a new flake down into a directory with a new name /flake-new

2. rename the old /flake directory /flake-old

3. rename /flake-new as /flake

4. try nixos-rebuild switch --flake .#<machine_name>

caused the rebuild command to bug. It just kept giving me the old generation... full report here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/nixos-rebuild-switch-bug.md #nixos #rebuild #flake #git #generations (warning, AI Claude Code was used)

reticulum_nixos_flake/docs/nixos-rebuild-switch-bug.md at main

reticulum_nixos_flake - Installing reticulum messaging and site tools MeshChat and Nomadnet using NixOS flake

Codeberg.org
Do you have a single #nixos #flake for multiple devices using different #nixosconfigurations in which for each device you have a specified /persist data location as part of an #impermanence setup? I am looking for examples, tips and foot-gun alerts.... cheers.
Confira a letra da música “Flake” de Jack Johnson
#JackJohnson #Flake
https://daletra.com.br/jack-johnson/letra/flake.html
Sehen Sie den Text des Liedes “Flake” von Jack Johnson
#JackJohnson #Flake
https://daletra.top/jack-johnson/liedtexte/flake.html

@stiefkind Als langjähriger Tonmeister bei der lit.RUHR muss ich sagen, dass du Recht hast, wenn du Recht hast. Aber jedesmal wenn du nicht Recht hattest war es so unfassbar klasse, dass ich nur ermutigen kann, das Risiko immer mal wieder einzugehen.

#arnogeiger #carolinewahl (okgeschmackssache!) #wolfhaas #frankgoosen #paulmaar #luisaneubauer #marionbrasch #jaroslavrudiš #johnlecarré #maxgoldt #flake ...

#litruhr #zollverein

okay pop quiz: if you specify a #nix #flake input like so:

{
url = "https://example.com/whatever";
flake = false;
}

what type does it have?

file
9.1%
tarball
27.3%
it is unknowable and asking the question is sinful
63.6%
Poll ended at .
I was using #claudecode with #claude_sonnet_4_5 to play with #radicle and it became a bit of a mess, to say the least, for what I was trying to do. By accident my radicle server lost power & I had to restart & lost my claude session. So I took the opportunity to #update claude to #claude_opus_4_6 and used https://github.com/ryoppippi/claude-code-overlay too in my #flake . The results were astounding. The updated claude code explained the problem correctly (I had guessed what the issue was) & fixed it in minutes. Super.
GitHub - ryoppippi/claude-code-overlay: A Nix flake overlay that provides pre-built Claude Code CLI binaries from official Anthropic releases.

A Nix flake overlay that provides pre-built Claude Code CLI binaries from official Anthropic releases. - ryoppippi/claude-code-overlay

GitHub
Confira a letra da música “Flake” de Jack Johnson
#JackJohnson #Flake
https://daletra.com.br/jack-johnson/letra/flake.html
Anyone using #Radicle to manage a #NixOS #flake “mother flake” across multiple machines?
I’m trying to confirm something: since Radicle is built on #Git, does rad init still leave you with a normal .git working tree that nixos-rebuild switch --flake . is happy with?
Or does Nix require a standard Git repo and can’t treat a rad://… repo as a flake input without an HTTP/SSH Git mirror? If you do this or similar, what’s your actual workflow?