mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Various fixes for gaming
This commit is contained in:
parent
2eea633dc4
commit
467b45963a
7 changed files with 54 additions and 5 deletions
|
@ -8,13 +8,11 @@ in
|
|||
|
||||
src = fetchFromGitLab {
|
||||
owner = "phoneybadger";
|
||||
repo = "pokemon-colorscripts";
|
||||
repo = name;
|
||||
rev = "0483c85b93362637bdd0632056ff986c07f30868";
|
||||
sha256 = "sha256-rj0qKYHCu9SyNsj1PZn1g7arjcHuIDGHwubZg/yJt7A=";
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out $out/bin $out/opt
|
||||
cp -rf $src/colorscripts $out/opt
|
||||
|
@ -24,7 +22,7 @@ in
|
|||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://gitlab.com/phoneybadger/pokemon-colorscripts";
|
||||
homepage = "https://github.com/Admiral-Fish/PokeFinder";
|
||||
description = "CLI utility to print out images of pokemon to terminal";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue