2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

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

View File

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