From 2a9815bb0a407653a4698e40176e6bc4e2692832 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 3 Jan 2021 13:08:36 +0100 Subject: [PATCH] zsh: dircolors-solarized: Specify license --- users/simon/modules/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index 7a873b9..611d77a 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -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 {