This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-12-04 03:16:16 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b9ecadee6e
nix-super
/
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 16:41:28 +03:00
#! /bin/sh
* Compress Nix archives when pushing them.
2003-07-10 23:34:29 +03:00
/tmp/nix/bin/nix --dump --file
"
$path
"
|
bzip2 >
$out
||
exit
1
Reference in a new issue
Copy permalink