This website requires JavaScript.
Explore
Help
Sign In
aleksanaa
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
5304a1eb3a
lix
/
corepkgs
/
nar
/
nar.sh
4 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
* Get `nix-push' working again. It now uses Nix/Fix to create Nix 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.
2003-07-10 13:41:28 +00:00
#! /bin/sh
* Compress Nix archives when pushing them.
2003-07-10 20:34:29 +00:00
/tmp/nix/bin/nix --dump --file
"
$path
"
|
bzip2 >
$out
||
exit
1
Copy permalink