aboutsummaryrefslogtreecommitdiff
path: root/nix/common.nix
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-02-03 18:04:43 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-02-03 18:04:43 +0100
commitf1679c6a08837bcace27dc5980bd77fac19b3f85 (patch)
treefcd366c3dc5a15abc4705cd6691d8e074992f9fb /nix/common.nix
parent30f16081497b3cc29de9ad02031846d14b212704 (diff)
downloadgarage-f1679c6a08837bcace27dc5980bd77fac19b3f85.tar.gz
garage-f1679c6a08837bcace27dc5980bd77fac19b3f85.zip
Add integration tests to Droneci/upgrade-cargo2nix
Diffstat (limited to 'nix/common.nix')
-rw-r--r--nix/common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/common.nix b/nix/common.nix
index bf14b6c6..863aa3f1 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -8,12 +8,14 @@ rec {
sha256 = "1xy9zpypqfxs5gcq5dcla4bfkhxmh5nzn9dyqkr03lqycm9wg5cr";
};
cargo2nixSrc = fetchGit {
- # As of 2021-10-06
+ # As of 2022-02-03
url = "https://github.com/superboum/cargo2nix";
ref = "backward-compat";
rev = "08d963f32a774353ee8acf3f61749915875c1ec4";
};
+
+
/*
* Shared objects
*/