Skip to content

Commit 9ebb1f6

Browse files
committed
fix(fwlib/blockTypes/nixago): renamed attribute of internal api
1 parent 870a28a commit 9ebb1f6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/local/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/std/fwlib/blockTypes/nixago.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in
3131
${target.install}/bin/nixago_shell_hook
3232
'' {})
3333
(mkCommand currentSystem "explore" "interactively explore the nixago file" [pkgs.bat] ''
34-
bat "${target.config}"
34+
bat "${target.configFile}"
3535
'' {})
3636
];
3737
}

src/tests/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/bt-blocktypes/expr.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ in
3434
};
3535
nixago = {
3636
install = "install";
37-
config = "path/to/config";
37+
configFile = "path/to/configFile";
3838
};
3939
microvms = {
4040
config.microvm.runner.foo = "42";

0 commit comments

Comments
 (0)