summaryrefslogtreecommitdiff
path: root/brook-metrics/shell.nix
diff options
context:
space:
mode:
authorhyperion <hyperion@spacekookie.de>2020-10-30 12:00:11 +0100
committerhyperion <hyperion@spacekookie.de>2020-10-30 12:00:11 +0100
commit857e0584d19e0abbc9f73a7ea9aea24be6a6786e (patch)
tree2ffbd6a261b00b6adfb148d458c6185a0ddf59a9 /brook-metrics/shell.nix
parent43fc40d5dc18615aab9b99f940de59a8da20a902 (diff)
Refactoring repository structure and building basic nix module
Diffstat (limited to 'brook-metrics/shell.nix')
-rw-r--r--brook-metrics/shell.nix6
1 files changed, 0 insertions, 6 deletions
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 <nixpkgs> {};
-
-stdenv.mkDerivation {
- name = "brook-metrics";
- buildInputs = with pkgs; [ rustup clangStdenv ];
-}