From 283fa45c517d6ed6e57db738769c92cac66dcb92 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 2 Oct 2020 20:26:54 +0530 Subject: add lorri init --- .gitignore | 1 + shell.nix | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cc2aea0..f348a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ **/*.rs.bk result +.envrc diff --git a/shell.nix b/shell.nix index 2f3eec8..47e3bc4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,11 @@ { pkgs ? import {} }: pkgs.mkShell { - name = "rust-env"; - nativeBuildInputs = with pkgs; [ - rustc cargo - ]; - buildInputs = with pkgs; [ openssl pkgconfig ]; + name = "rust-env"; + nativeBuildInputs = with pkgs; [ + rustc cargo + ]; + buildInputs = with pkgs; [ openssl pkgconfig ]; - RUST_BACKTRACE = 1; + RUST_BACKTRACE = 1; } -- cgit v1.2.3