fix: buildAllSystems "

This commit is contained in:
Kat Inskip 2024-10-25 13:10:26 -04:00
parent 30938b3d13
commit fb9e62db99
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -17,7 +17,7 @@ with lib; let
''; '';
buildAllSystems = pkgs.writeShellScriptBin "build-systems" '' buildAllSystems = pkgs.writeShellScriptBin "build-systems" ''
${exportsSystems} ${exportsSystems}
nix run .#nf-actions-test"; nix run .#nf-actions-test
''; '';
in { in {
imports = [./common.nix]; imports = [./common.nix];