mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#! /bin/sh
|
|
|
|
nix-instantiate --strict --eval-only --xml --show-trace "$(dirname "$0")"/eval-release.nix 2>&1 > /dev/null
|