0905c1525a
svn path=/nixu/trunk/; revision=7142
8 lines
108 B
Nix
8 lines
108 B
Nix
{stdenv, theme}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "theme";
|
|
builder = ./unpack-theme.sh;
|
|
inherit theme;
|
|
}
|