mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-01 05:19:17 +03:00
3 lines
120 B
Bash
Executable file
3 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
|