From 9ebb1f688ddf722096a98398df68e378256d340b Mon Sep 17 00:00:00 2001 From: David Arnold Date: Thu, 29 Jun 2023 23:50:32 -0500 Subject: [PATCH] fix(fwlib/blockTypes/nixago): renamed attribute of internal api --- src/local/flake.lock | 6 +++--- src/std/fwlib/blockTypes/nixago.nix | 2 +- src/tests/flake.lock | 6 +++--- tests/bt-blocktypes/expr.nix | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/local/flake.lock b/src/local/flake.lock index c72ed237..06918637 100644 --- a/src/local/flake.lock +++ b/src/local/flake.lock @@ -521,12 +521,12 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-rssmfAbv2g0nuNyjkTT235llATe4bgv9C6Lw+2V/LTE=", - "path": "/nix/store/cw280r29c0fyp97sl4vn6138lad30mgl-source", + "narHash": "sha256-P8wX0cwA44kTtRAJXZKh43REyDEyaVAYf7LiMYRMN/4=", + "path": "/nix/store/sqvj1h3bkkcyinp1znwwz55hfffg01zn-source", "type": "path" }, "original": { - "path": "/nix/store/cw280r29c0fyp97sl4vn6138lad30mgl-source", + "path": "/nix/store/sqvj1h3bkkcyinp1znwwz55hfffg01zn-source", "type": "path" } }, diff --git a/src/std/fwlib/blockTypes/nixago.nix b/src/std/fwlib/blockTypes/nixago.nix index 587c8c9e..1966feaa 100644 --- a/src/std/fwlib/blockTypes/nixago.nix +++ b/src/std/fwlib/blockTypes/nixago.nix @@ -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}" '' {}) ]; } diff --git a/src/tests/flake.lock b/src/tests/flake.lock index 408cf27b..5cdb4795 100644 --- a/src/tests/flake.lock +++ b/src/tests/flake.lock @@ -532,12 +532,12 @@ }, "locked": { "lastModified": 0, - "narHash": "sha256-NB2XDCT8VUFlD9/zBybEaBxxBN7yv5fDYDLrTqMdAv4=", - "path": "/nix/store/grv3d7d0xii640z14cy084nhhyjwhn4d-source", + "narHash": "sha256-y6gvjTNZwSWgdizPXeTMYZiufPZlJ0C7FKKdsWOOy9E=", + "path": "/nix/store/j3s0dsddfl7z7whywpxh7ax9g1kas8yf-source", "type": "path" }, "original": { - "path": "/nix/store/grv3d7d0xii640z14cy084nhhyjwhn4d-source", + "path": "/nix/store/j3s0dsddfl7z7whywpxh7ax9g1kas8yf-source", "type": "path" } }, diff --git a/tests/bt-blocktypes/expr.nix b/tests/bt-blocktypes/expr.nix index 22def5f5..d5dee2d6 100644 --- a/tests/bt-blocktypes/expr.nix +++ b/tests/bt-blocktypes/expr.nix @@ -34,7 +34,7 @@ in }; nixago = { install = "install"; - config = "path/to/config"; + configFile = "path/to/configFile"; }; microvms = { config.microvm.runner.foo = "42";