Skip to content

Commit e814187

Browse files
Merge pull request #1439 from phip1611/nix
nix: add cargo-llvm-cov to nix shell + niv update
2 parents f55c740 + a10ed1d commit e814187

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

nix/sources.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": null,
66
"owner": "NixOS",
77
"repo": "nixpkgs",
8-
"rev": "68e7dce0a6532e876980764167ad158174402c6f",
9-
"sha256": "024vd8hqdakvhyzxw6zpm6awkxm9bx0xg5hmrpsfl16nnrwy3z34",
8+
"rev": "a9b86fc2290b69375c5542b622088eb6eca2a7c3",
9+
"sha256": "1mssfzy1nsansjmp5ckyl8vbk32va3abchpg19ljyak0xblxnjs1",
1010
"type": "tarball",
11-
"url": "https://github.com/NixOS/nixpkgs/archive/68e7dce0a6532e876980764167ad158174402c6f.tar.gz",
11+
"url": "https://github.com/NixOS/nixpkgs/archive/a9b86fc2290b69375c5542b622088eb6eca2a7c3.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"rust-overlay": {
@@ -17,10 +17,10 @@
1717
"homepage": "",
1818
"owner": "oxalica",
1919
"repo": "rust-overlay",
20-
"rev": "2ef910a6276a2f34513d18f2f826a8dea72c3b3f",
21-
"sha256": "0pjgvqi1l0y2chzjs9lh6qvx962k71ny8c1c2rn6h4afxfpl52dv",
20+
"rev": "ada8266712449c4c0e6ee6fcbc442b3c217c79e1",
21+
"sha256": "1y5fq080nqknps35pmfdyxy7vys1bzdkqzrhh41fxq3jkiw74idg",
2222
"type": "tarball",
23-
"url": "https://github.com/oxalica/rust-overlay/archive/2ef910a6276a2f34513d18f2f826a8dea72c3b3f.tar.gz",
23+
"url": "https://github.com/oxalica/rust-overlay/archive/ada8266712449c4c0e6ee6fcbc442b3c217c79e1.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
}
2626
}

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pkgs.mkShell {
2222
rustToolchain
2323

2424
# Other
25+
cargo-llvm-cov
2526
mdbook
2627
yamlfmt
2728
which # used by "cargo xtask fmt"

0 commit comments

Comments
 (0)