mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
234c4340c2
svn path=/nixos/branches/modular-nixos/; revision=15797
8 lines
108 B
Nix
8 lines
108 B
Nix
{stdenv, theme}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "theme";
|
|
builder = ./unpack-theme.sh;
|
|
inherit theme;
|
|
}
|