mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
![Armijn Hemel](/assets/img/avatar_default.png)
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
|