zsh: dircolors-solarized: Specify license

pull/30/head
Simon Bruder 2021-01-03 13:08:36 +01:00
parent 73a02913fc
commit 2a9815bb0a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
{ pkgs, ... }:
{ lib, pkgs, ... }:
let
dircolors-solarized = pkgs.fetchFromGitHub {
owner = "seebi";
repo = "dircolors-solarized";
rev = "65d4d595ceca96166139862131a006fa3079e00a";
sha256 = "1nl5rs24gi7zqg7nqsbf9fa94yggwzqf3n3imxgfywl8jny3cj1q";
meta.license = lib.licenses.mit;
};
in
{