summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2020-10-30 18:16:43 +0100
committerChristoph Helma <helma@in-silico.ch>2020-10-30 18:16:43 +0100
commit3f94e07f7d81da41e3fdb745603997deef47610b (patch)
tree56edbc9f96f1f40b36166d48d026b44c42fc11aa
parent0987ef1a39e33f5f467371cb2c9e62aac8e0a1c4 (diff)
nixpkgs pinned to 20.03
-rw-r--r--mutagenicity.pdfbin1853596 -> 1853596 bytes
-rw-r--r--shell.nix4
2 files changed, 2 insertions, 2 deletions
diff --git a/mutagenicity.pdf b/mutagenicity.pdf
index a873f27..0d90303 100644
--- a/mutagenicity.pdf
+++ b/mutagenicity.pdf
Binary files differ
diff --git a/shell.nix b/shell.nix
index b22db3f..d5d23ee 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
-with import <nixpkgs> { };
-
+#with import <nixpkgs> { };
+with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/27212188ee8072ee79a4633e95fb5c731d40e1c0.tar.gz") { };
let
R-packages = rWrapper.override { packages = with rPackages; [ ggplot2 Rtsne ]; };
gems = pkgs.bundlerEnv { name = "mutagenicity"; gemdir = ./.; };