mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
6562861ba4
svn path=/nixpkgs/trunk/; revision=5021
10 lines
179 B
Nix
10 lines
179 B
Nix
{stdenv}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "generic-server-script-0.0.1";
|
|
server = "generic";
|
|
nicename = "functions";
|
|
builder = ./builder.sh ;
|
|
functions = [./functions];
|
|
}
|