Skip to content

Commit

Permalink
fix: remove custom app definition
Browse files Browse the repository at this point in the history
This seems to do something similar to the default behaviour of `nix run`
where it just runs a package.
  • Loading branch information
cdunster committed Oct 23, 2024
1 parent 42d77d8 commit 349bd22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nix/modules/scenarios.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ let
in
{
packages = builtins.listToAttrs scenarios;

apps = builtins.listToAttrs (builtins.map ({ name, value }: { inherit name; value = { program = value; }; }) scenarios);
}

0 comments on commit 349bd22

Please sign in to comment.