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 11:26:16 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
335aa1c35d
nix-super
/
corepkgs
/
nar
/
nar.sh
4 lines
72 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
* Substitute fixes.
2003-07-16 23:00:51 +03:00
/nix/bin/nix --dump --file
"
$path
"
|
bzip2 >
$out
||
exit
1
Reference in a new issue
Copy permalink