forked from M-Labs/artiq
nix: fix breakage introduced by nixpkgs 6f05dea3
This commit is contained in:
parent
5a7460a38e
commit
2f7364563c
|
@ -1,4 +1,4 @@
|
|||
{runScript ? "", extraProfile ? ""}:
|
||||
{runScript ? "bash", extraProfile ? ""}:
|
||||
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
|
|
Loading…
Reference in New Issue