Skip to content

Commit f60ff32

Browse files
committed
Fix nushell build
1 parent 990ae13 commit f60ff32

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

test/slow/nushell/default.nix

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
{ sources, pkgs, ... }:
1+
{ sources, naersk, pkgs, ... }:
22
let
3-
fenix = import sources.fenix { };
4-
5-
toolchain = fenix.fromToolchainFile {
6-
file = "${sources.nushell}/rust-toolchain.toml";
7-
sha256 = "sha256-VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
8-
};
9-
10-
naersk = pkgs.callPackage ../../../default.nix {
11-
cargo = toolchain;
12-
rustc = toolchain;
13-
};
14-
153
app = naersk.buildPackage {
164
src = sources.nushell;
175

0 commit comments

Comments
 (0)