summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2021-03-29 15:11:49 +0200
committerChristoph Helma <helma@in-silico.ch>2021-03-29 15:11:49 +0200
commit1f26844dd7b25ac9f8891e745eefcce17239b16c (patch)
tree0064e7d5b546e2b9cd624a30f4c2c300abacd83b /shell.nix
parentd5c68559ea3a4040dab4823d4111dde1ee9cc4f8 (diff)
introduction, nixpkgs pinned
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 1ee567f..ab0ed26 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,5 @@
-with import <nixpkgs> { };
+#with import <nixpkgs> { };
+with import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d88cdc7bc1a7b3d5a50369bf4d2c7844e4868be2.tar.gz") {};
let
R-packages = rWrapper.override { packages = with rPackages; [ ggplot2 Rtsne ]; };
gems = bundlerEnv { name = "mustache"; gemdir = ./.; };