diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-02-03 18:04:43 +0100 |
---|---|---|
committer | Jill <kokakiwi@deuxfleurs.fr> | 2022-02-10 17:55:50 +0100 |
commit | 5d19f3d2d73426749e6f7b69eea1dbf24fdedc6a (patch) | |
tree | e7c723b25ed01be138b718bebd335a2786f09557 /shell.nix | |
parent | 084dcdbd3aadb8eb39ca19974623ae81d76456fc (diff) | |
download | garage-5d19f3d2d73426749e6f7b69eea1dbf24fdedc6a.tar.gz garage-5d19f3d2d73426749e6f7b69eea1dbf24fdedc6a.zip |
Add integration tests to Drone
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ function refresh_toolchain { pkgs.rustPlatform.rust.cargo pkgs.clippy pkgs.rustfmt - /* cargo2nix.packages.x86_64-linux.cargo2nix */ + cargo2nix.packages.x86_64-linux.cargo2nix ] else []) ++ (if integration then [ |