home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit a23dd26214698041338ff79821d11ddae3ecb16f
parent 0aa2f675cdd9485cef573b302c56f7969c8cd05d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 15 Apr 2022 17:12:15 +0200

nix/packages: move adi1090x-plymouth to fetchFromGithub

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 5fde030bc3c98b959a7aaf3347d222fbf7777b75)

Diffstat:
Mnix/packages/adi1090x-plymouth/default.nix | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/nix/packages/adi1090x-plymouth/default.nix b/nix/packages/adi1090x-plymouth/default.nix @@ -1,11 +1,14 @@ -{ pkgs }: +{ pkgs, fetchFromGitHub }: pkgs.stdenv.mkDerivation rec { pname = "adi1090x-plymouth"; version = "0.0.1"; - src = builtins.fetchGit { - url = "https://github.com/adi1090x/plymouth-themes"; + src = fetchFromGitHub { + owner = "adi1090x"; + repo = "plymouth-themes"; + rev = "bf2f570bee8e84c5c20caac353cbe1d811a4745f"; + sha256 = "sha256-VNGvA8ujwjpC2rTVZKrXni2GjfiZk7AgAn4ZB4Baj2k="; }; buildInputs = [