Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nix/rust-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pkgs.mkCompositeShell {
name = "dfinity-sdk-rust-env";
buildInputs = [ pkgs.rls ];
nativeBuildInputs = [ pkgs.stdenv.cc ];
inputsFrom = [ shell ];
shellHook = ''
# Set CARGO_HOME to minimize interaction with any environment outside nix
Expand Down
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"common": {
"ref": "master",
"repo": "ssh://git@github.com/dfinity-lab/common",
"rev": "8c07b4a592e7c54ff43adf0420575d4069bfe8a9",
"rev": "233f63f23f0a207f291693fc1983a92a53e28b59",
"type": "git"
},
"dfinity": {
Expand Down