diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,16 +5,14 @@ let dhall-yaml = dhallpkgs.dhall-yaml-simple; dhall = dhallpkgs.dhall-simple; xepkgs = import sources.xepkgs { inherit pkgs; }; + rust = import ./nix/rust.nix { }; in with pkgs; with xepkgs; mkShell { buildInputs = [ # Rust - cargo + rust cargo-watch - rls - rustc - rustfmt # system dependencies openssl |
