3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/ruby-modules/testing/runtests.sh
2017-05-27 15:19:34 -07:00

3 lines
115 B
Bash
Executable file

#!/usr/bin/env bash
nix-build -E 'with import <nixpkgs> { }; callPackage ./test.nix {}' --show-trace && cat result