forked from M-Labs/nix-scripts
simplify shell.nix
This commit is contained in:
parent
987ead50fb
commit
953ace12e0
|
@ -4,5 +4,5 @@ let
|
|||
artiqpkgs = import ./default.nix { inherit pkgs; };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with artiqpkgs; [ binutils-or1k llvm-or1k llvmlite-artiq artiq ];
|
||||
buildInputs = [ (pkgs.python3.withPackages(ps: [artiqpkgs.artiq])) ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue