Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
thmshmm committed May 18, 2024
1 parent b08556b commit 95e5e7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@
src = ./.;
mode = "test";
};
clippy = naersk'.buildPackage {
clippy = naersk'.buildPackage {
src = ./.;
mode = "clippy";
};
};

defaultPackage = packages.default;

devShell = pkgs.mkShell { nativeBuildInputs = [ toolchain pkgs.rust-analyzer ]; };
});
}

0 comments on commit 95e5e7c

Please sign in to comment.