mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 04:59:01 +00:00
lambda-mod-zsh-theme: remove unnecessary rec
declaration
This commit is contained in:
parent
2380e96327
commit
74c14f8b28
@ -3,7 +3,7 @@
|
||||
let
|
||||
pkgName = "lambda-mod-zsh-theme";
|
||||
rev = "eceee68cf46bba9f7f42887c2128b48e8861e31b";
|
||||
in stdenv.mkDerivation rec {
|
||||
in stdenv.mkDerivation {
|
||||
name = "${pkgName}-${rev}";
|
||||
|
||||
src = fetchgit {
|
||||
|
Loading…
Reference in New Issue
Block a user