diff options
Diffstat (limited to 'nix/common.nix')
-rw-r--r-- | nix/common.nix | 4 |
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 */ |