mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
f39658b577
to be all the information that is non-site specific. The reason I want this in a Nix expression is that it is easier to deploy in NixOS this way. It also gives me a bit of a feel of what information is safe to keep inside the store and what information isn't :) svn path=/nixpkgs/trunk/; revision=5005
5 lines
60 B
Bash
5 lines
60 B
Bash
source $stdenv/setup
|
|
|
|
ensureDir $out
|
|
cp $src $out/protocols
|