From 2f7364563c5e0d4f031289cf30b371c68b4cb48e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 4 Feb 2019 19:28:36 +0800 Subject: [PATCH] nix: fix breakage introduced by nixpkgs 6f05dea3 --- nix/artiq-dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/artiq-dev.nix b/nix/artiq-dev.nix index eab47ef59..709607f25 100644 --- a/nix/artiq-dev.nix +++ b/nix/artiq-dev.nix @@ -1,4 +1,4 @@ -{runScript ? "", extraProfile ? ""}: +{runScript ? "bash", extraProfile ? ""}: let pkgs = import {};