mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 09:46:36 +08:00
7 lines
111 B
Nix
7 lines
111 B
Nix
{ pkgs ? import <nixpkgs> {}}:
|
|
|
|
let
|
|
artiq-dev = import ./artiq-dev.nix { inherit pkgs; };
|
|
in
|
|
artiq-dev.env
|