sntx
sntx
@blaggacao Should be ready for final review and merge now.
*I'm using `you` in the follwoing comment to address all readers* > Maybe consider having the `run0` actions behind `inputs.nixpkgs.lib.version > 24.05`? I like acting based on version, however I...
@blaggacao Would you mind taking another look and merging it if you're happy with it?
> Is `.system` a typo for `.config.system.build.toplevel` here? Or am I missing something that would alias to the shorter version? I simply copied it from the [blockTypes/darwinConfigurations](https://github.com/divnix/hive/blame/48b0decfb0767a8224d1f509656ccf1712501120/src/blockTypes/darwinConfigurations.nix#L29). Good catch! It...
For me this evaluates to: ```bash bin=$(nix build .#nixosConfigurations.home-iovis.system --no-link --print-out-paths)/sw/bin ``` However this present the following two problems: 1. `.system` does not exists - in contrast to `.config.system.build.toplevel`, which...
On an offhand note, I don't think we *need* to recreate the `bin` environment from the target system. Everything we might need, we can just add from `pkgs` for each...
I'm getting multiple evaluations of the same flake (`.` in this case): ``` $ deploy --targets .#aux .#backup .#mail .#mon .#web 🚀 ℹ️ [deploy] [INFO] Running checks for flake in...