Compatibility, bringing Sumireko into the fold. Deprecate katexprs.

This commit is contained in:
kat 2022-04-12 13:25:56 +01:00 committed by kat
parent efae399c70
commit 40edeef897
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
39 changed files with 879 additions and 175 deletions

View file

@ -32,6 +32,10 @@ let
nix flake lock ./trusted --update-input trusted
fi
'';
sumireko-apply = pkgs.writeShellScriptBin "sumireko-apply" ''
nix build ${./.}#darwinConfigurations.sumireko.system
darwin-rebuild switch --flake ${./.}#sumireko
'';
in
with lib; pkgs.mkShell {
nativeBuildInputs = with pkgs; [
@ -39,6 +43,7 @@ with lib; pkgs.mkShell {
nf-actions
nf-actions-test
nf-update
sumireko-apply
] ++ config.runners.lazy.nativeBuildInputs
++ (map
(node: writeShellScriptBin "${node.networking.hostName}-sd-img" ''