nix-scripts/artiq/shell-dev.nix
2019-02-14 15:29:42 +08:00

7 lines
111 B
Nix

{ pkgs ? import <nixpkgs> {}}:
let
artiq-dev = import ./artiq-dev.nix { inherit pkgs; };
in
artiq-dev.env