Skip to content

Commit

Permalink
fish: declare tests from nixosTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Apr 22, 2020
1 parent 14c9451 commit 2ad4e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/shells/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, fetchpatch

, writeText

, nixosTests
, useOperatingSystemEtc ? true

}:
Expand Down Expand Up @@ -179,6 +179,7 @@ let

passthru = {
shellPath = "/bin/fish";
tests.nixos = nixosTests.fish;
};
};

Expand Down

0 comments on commit 2ad4e21

Please sign in to comment.