Skip to content

Commit

Permalink
flake/devShell/default: use inputs from kairos
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Feb 20, 2024
1 parent 77b6ff5 commit f0acb01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
devShells.default = pkgs.mkShell {
# Rust Analyzer needs to be able to find the path to default crate
RUST_SRC_PATH = "${rustToolchain}/lib/rustlib/src/rust/library";

nativeBuildInputs = [
rustToolchain
] ++ kairosNodeAttrs.nativeBuildInputs;
inputsFrom = [ self'.packages.kairos ];
};

packages = {
Expand Down

0 comments on commit f0acb01

Please sign in to comment.