From e3b631eda51665d93bb7ae627d616f9a9f319262 Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 5 Jul 2022 22:48:41 +0200 Subject: Allow to compile --- shell.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9b7de69..b3241ff 100644 --- a/shell.nix +++ b/shell.nix @@ -1,15 +1,15 @@ -with import {}; { +with (import (builtins.fetchGit { + url = "git@github.com:nixos/nixpkgs.git"; + rev = "4ea4cd99058d07538935bd55e08802395c295794"; +}){}); + +{ env = stdenv.mkDerivation { name = "env"; + buildInputs = [ elmPackages.elm nodejs - tmux - tmuxinator ]; - shellHook = '' - tmux kill-session -t catchvoid >/dev/null 2>&1 - tmuxinator local - ''; }; } -- cgit v1.2.3