4 lines
73 B
Bash
4 lines
73 B
Bash
#! /bin/sh
|
|
|
|
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1
|
#! /bin/sh
|
|
|
|
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1
|