Skip to content
Snippets Groups Projects
Commit 335aa1c3 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Doh!

parent 6822fd7b
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1
echo "unpacking $nar to $out..."
bunzip2 < $nar | /nix/bin/nix --restore "$out" || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment