Skip to content

Commit

Permalink
test: update snapshot with nvfetcher blocktype
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Feb 18, 2024
1 parent d3873fc commit 641a116
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/_snapshots/bt-blocktypes
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,17 @@
name = "nomad";
type = "nomadJobManifests";
};
nvfetcher = {
actions = [
{
command = <derivation fetch>;
description = "update source";
name = "fetch";
}
];
name = "nvfetcher";
type = "nvfetcher";
};
pkgs = {
cli = false;
name = "pkgs";
Expand Down

0 comments on commit 641a116

Please sign in to comment.