mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: buildAllSystems "
This commit is contained in:
parent
30938b3d13
commit
fb9e62db99
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue