Skip to content

Commit

Permalink
[test] print nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Jan 17, 2023
1 parent 019259b commit a7c3f09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/tullia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ in rec {
};
};

command.text = config.preset.github.status.lib.reportBulk {
command.text = ''
echo NIX_CONFIG: "$NIX_CONFIG"
nix show-config
'' + config.preset.github.status.lib.reportBulk {
bulk.text = ''
echo '["x86_64-linux", "x86_64-darwin"]' | nix-systems -i \
| jq 'with_entries(.key |= {"x86_64-linux": "linux", "x86_64-darwin": "macos"}[.])'
Expand Down

0 comments on commit a7c3f09

Please sign in to comment.