mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-04 19:36:16 +02:00
4 lines
68 B
Bash
4 lines
68 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
/tmp/nix/bin/nix --dump --file "$path" > $out || exit 1
|