forked from mirrors/nixpkgs
3 lines
115 B
Bash
Executable file
3 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
nix-build -E 'with import <nixpkgs> { }; callPackage ./test.nix {}' --show-trace && cat result
|