Skip to content

Commit

Permalink
Update tests/testpkgs/default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Jan 16, 2024
1 parent b5448d5 commit fce5656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bitbucket-snapshot = pkgs.callPackage ./bitbucket.nix { isSnapshot = true; };
cargoLock.expand = pkgs.callPackage ./cargo-lock-expand { };
cargoLock.update = pkgs.callPackage ./cargo-lock-update { };
composer.update = pkgs.callPackage ./composer.nix { };
composer = pkgs.callPackage ./composer.nix { };
crate = pkgs.callPackage ./crate.nix { };
gitea = pkgs.callPackage ./gitea.nix { };
github = pkgs.callPackage ./github.nix { };
Expand Down

0 comments on commit fce5656

Please sign in to comment.