nix-scripts/artiq/shell-dev.nix

7 lines
111 B
Nix

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