Skip to content

Commit

Permalink
fix: typo that caused block types to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 28, 2023
1 parent 1dcaf91 commit c95ae2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _: action: func: ''
read -rp "Proceed with ${action}? (y/N)" answer
case "$answer" in
[Yy])
${fun}
${func}
;;
*)
echo "Not proceeding with ${action}."
Expand Down
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.

10 changes: 5 additions & 5 deletions tests/_snapshots/bt-blocktypes
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
command = <derivation build>;
description = "build it";
name = "build";
proviso = /nix/store/7l4gnmcb7b5v10san4r0sbidsidbs87c-incl/std/fwlib/actions/build-proviso.sh;
proviso = /nix/store/gxak6rzyi0qrk609bnrxjqmn7ain9h8f-incl/std/fwlib/actions/build-proviso.sh;
targetDrv = "drvPath";
}
{
Expand All @@ -61,7 +61,7 @@
image = "repo:tag";
};
name = "publish";
proviso = /nix/store/7l4gnmcb7b5v10san4r0sbidsidbs87c-incl/std/fwlib/blockTypes/containers-proviso.sh;
proviso = /nix/store/gxak6rzyi0qrk609bnrxjqmn7ain9h8f-incl/std/fwlib/blockTypes/containers-proviso.sh;
}
{
command = <derivation load>;
Expand Down Expand Up @@ -94,7 +94,7 @@
command = <derivation build>;
description = "build it";
name = "build";
proviso = /nix/store/7l4gnmcb7b5v10san4r0sbidsidbs87c-incl/std/fwlib/actions/build-proviso.sh;
proviso = /nix/store/gxak6rzyi0qrk609bnrxjqmn7ain9h8f-incl/std/fwlib/actions/build-proviso.sh;
targetDrv = "drvPath";
}
{
Expand Down Expand Up @@ -127,7 +127,7 @@
command = <derivation build>;
description = "build it";
name = "build";
proviso = /nix/store/7l4gnmcb7b5v10san4r0sbidsidbs87c-incl/std/fwlib/actions/build-proviso.sh;
proviso = /nix/store/gxak6rzyi0qrk609bnrxjqmn7ain9h8f-incl/std/fwlib/actions/build-proviso.sh;
targetDrv = "drvPath";
}
{
Expand Down Expand Up @@ -280,7 +280,7 @@
command = <derivation build>;
description = "build it";
name = "build";
proviso = /nix/store/7l4gnmcb7b5v10san4r0sbidsidbs87c-incl/std/fwlib/actions/build-proviso.sh;
proviso = /nix/store/gxak6rzyi0qrk609bnrxjqmn7ain9h8f-incl/std/fwlib/actions/build-proviso.sh;
targetDrv = "drvPath";
}
{
Expand Down

0 comments on commit c95ae2e

Please sign in to comment.