File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ If you are using our index from `https://github.com/nixcloud/nix-crates-index.gi
18
18
19
19
cd crates.io-index
20
20
git pull
21
+ git rev-parse master
22
+ fc336466a7ede6f14ce427deb5a64c5d02d14be0
23
+
21
24
22
25
2 . use ` nixcrates ` to update it
23
26
@@ -26,10 +29,8 @@ If you are using our index from `https://github.com/nixcloud/nix-crates-index.gi
26
29
rm -Rf *
27
30
nixcrates ../crates.io-index/ ./
28
31
git add *
29
-
30
- git rev-parse master
31
- fc336466a7ede6f14ce427deb5a64c5d02d14be0
32
-
32
+
33
+ # just use the rev from the crates.io-index below
33
34
git commit -m 'fc3364: new revision added'
34
35
35
36
3 . afterwards try to build your packages and eventually update ` nix-crates-index/all-carg-packages.nix ` to reflect dependency changes
You can’t perform that action at this time.
0 commit comments