From 438987c9852ec8c73738b4c86f5af782c109b51f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 26 Jan 2022 14:08:42 +0530 Subject: [PATCH] all: cleanup --- .fdignore | 1 + impure.nix | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .fdignore delete mode 100644 impure.nix diff --git a/.fdignore b/.fdignore new file mode 100644 index 0000000..24d76ea --- /dev/null +++ b/.fdignore @@ -0,0 +1 @@ +testdata/ diff --git a/impure.nix b/impure.nix deleted file mode 100644 index 472e232..0000000 --- a/impure.nix +++ /dev/null @@ -1,3 +0,0 @@ -# Slimmed down shell.nix for users who have Rust pre-installed -with import { }; -mkShell { buildInputs = [ pkgconfig openssl ]; }