mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-05 03:46:16 +02:00
d072485d28
archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package.
3 lines
68 B
Bash
3 lines
68 B
Bash
#! /bin/sh
|
|
|
|
/tmp/nix/bin/nix --dump --file "$path" > $out || exit 1
|