mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-26 04:16:51 +00:00
even without nemesis, s3 get/put/delete is not linearizable (is this normal?)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkgs.leiningen
|
||||
pkgs.vagrant
|
||||
nativeBuildInputs = with pkgs; [
|
||||
leiningen
|
||||
vagrant
|
||||
gnuplot
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user