forked from M-Labs/artiq
1
0
Fork 0

nix: fix breakage introduced by nixpkgs 6f05dea3

This commit is contained in:
Sebastien Bourdeauducq 2019-02-04 19:28:36 +08:00
parent 5a7460a38e
commit 2f7364563c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{runScript ? "", extraProfile ? ""}:
{runScript ? "bash", extraProfile ? ""}:
let
pkgs = import <nixpkgs> {};