mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
3 lines
76 B
Bash
3 lines
76 B
Bash
#! /bin/sh
|
|
|
|
/tmp/nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1
|