summaryrefslogtreecommitdiff
path: root/.nix/badchimp.nix
diff options
context:
space:
mode:
Diffstat (limited to '.nix/badchimp.nix')
-rw-r--r--.nix/badchimp.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/.nix/badchimp.nix b/.nix/badchimp.nix
new file mode 100644
index 0000000..f747ffe
--- /dev/null
+++ b/.nix/badchimp.nix
@@ -0,0 +1,12 @@
+{ lib
+, stdenv
+, fetchFromGitHub
+}:
+
+stdenv.mkDerivation {
+ pname = "BadChimp";
+ version = "0.0.0";
+
+ src = fetchFromGitHub {
+ };
+}