lambda-mod-zsh-theme: remove unnecessary rec declaration

This commit is contained in:
Maximilian Bosch 2017-03-30 21:04:01 +02:00
parent 2380e96327
commit 74c14f8b28
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -3,7 +3,7 @@
let
pkgName = "lambda-mod-zsh-theme";
rev = "eceee68cf46bba9f7f42887c2128b48e8861e31b";
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
name = "${pkgName}-${rev}";
src = fetchgit {