Skip to content

Commit

Permalink
Add opam and go to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzixnerd committed Aug 28, 2024
1 parent 0a07bba commit aea3d95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@
defaultPackage = naersk-lib.buildPackage ./.;
devShell = with pkgs; mkShell {
buildInputs = [
# rust inputs
rustup
rust-analyzer
libiconv # Needed for macOS for rustup

# ocaml inputs
opam

# go inputs
gopls
go

];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
Expand Down

0 comments on commit aea3d95

Please sign in to comment.