From 857e0584d19e0abbc9f73a7ea9aea24be6a6786e Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 12:00:11 +0100 Subject: Refactoring repository structure and building basic nix module --- brook-metrics/shell.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 brook-metrics/shell.nix (limited to 'brook-metrics/shell.nix') diff --git a/brook-metrics/shell.nix b/brook-metrics/shell.nix deleted file mode 100644 index 2fa04ad..0000000 --- a/brook-metrics/shell.nix +++ /dev/null @@ -1,6 +0,0 @@ -with import {}; - -stdenv.mkDerivation { - name = "brook-metrics"; - buildInputs = with pkgs; [ rustup clangStdenv ]; -} -- cgit v1.2.3