Skip to content

Commit

Permalink
fix(fwlib/blockTypes/nixago): renamed attribute of internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 30, 2023
1 parent 870a28a commit 9ebb1f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/local/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/std/fwlib/blockTypes/nixago.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in
${target.install}/bin/nixago_shell_hook
'' {})
(mkCommand currentSystem "explore" "interactively explore the nixago file" [pkgs.bat] ''
bat "${target.config}"
bat "${target.configFile}"
'' {})
];
}
6 changes: 3 additions & 3 deletions src/tests/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/bt-blocktypes/expr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
};
nixago = {
install = "install";
config = "path/to/config";
configFile = "path/to/configFile";
};
microvms = {
config.microvm.runner.foo = "42";
Expand Down

0 comments on commit 9ebb1f6

Please sign in to comment.