Skip to content

Commit

Permalink
tests(workset): fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bennofs committed Feb 14, 2022
1 parent 6ff8892 commit 9fc9441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ buildRustPackage rec {
lockFile = ./Cargo.lock;
};

doCheck = !pkgs.targetPlatform.isDarwin;

postInstall = ''
mkdir -p $out/etc/profile.d
cp ${./command-not-found.sh} $out/etc/profile.d/command-not-found.sh
Expand Down
2 changes: 1 addition & 1 deletion src/workset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! extern crate futures;
//! extern crate nix_index;
//!
//! use futures::{Stream};
//! use futures::{Stream, stream::StreamExt};
//! use nix_index::workset::{WorkSet};
//! use std::iter::{self, FromIterator};
//!
Expand Down

0 comments on commit 9fc9441

Please sign in to comment.