m-labs / artiq

A leading-edge control system for quantum information experiments
https://m-labs.hk/artiq
GNU Lesser General Public License v3.0
414 stars 192 forks source link

Use nixpkgs outputcheck #2384

Closed fsagbuya closed 3 months ago

fsagbuya commented 3 months ago

ARTIQ Pull Request

Description of Changes

Use nixpkgs outputcheck.

Source: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/by-name/ou/outputcheck/package.nix

Related Issue

Type of Changes

Type
:hammer: Refactoring

All Pull Requests

Code Changes

artiq:

nix build .#artiq -L --show-trace && ls -lhLs ./result/
total 12K
4.0K dr-xr-xr-x 2 root root 4.0K Jan  1  1970 bin
4.0K dr-xr-xr-x 3 root root 4.0K Jan  1  1970 lib
4.0K dr-xr-xr-x 2 root root 4.0K Jan  1  1970 nix-support

Git Logistics

Licensing

See copyright & licensing for more info. ARTIQ files that do not contain a license header are copyrighted by M-Labs Limited and are licensed under LGPLv3+.