mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat: fix tewi, ...
This commit is contained in:
parent
6457b97513
commit
e4bd7ee5e6
21 changed files with 425 additions and 224 deletions
|
|
@ -3,8 +3,8 @@
|
|||
src = fetchFromGitHub {
|
||||
owner = "kittywitch";
|
||||
repo = "inskip.me";
|
||||
rev = "3789d9ae2b0135828a6d92e2e6846aec42a29d88";
|
||||
sha256 = "sha256-nIAeZRxZ86QuZxGnHTIaawySiTEdw8ZQ4L8eR/2Mdy0=";
|
||||
rev = "a430a42d70ca9ddb554e8e0c0ed78a33b3ccb9e5";
|
||||
sha256 = "sha256-SUhXD0/PdWkvMUGOVTm9PPw8fi+Q+7Psw61VhMKRf2I=";
|
||||
};
|
||||
buildPhase = ''
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ wrapShellScriptBin, pkgs }:
|
||||
|
||||
wrapShellScriptBin "kat-gpg-status" ./kat-gpg-status.sh {
|
||||
depsRuntimePath = with pkgs; [ coreutils gnupg ];
|
||||
depsRuntimePath = with pkgs; [ coreutils-full gawk gnugrep gnupg ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ in
|
|||
stdenv.mkDerivation {
|
||||
pname = "konawall-toggle";
|
||||
version = "0.0.1";
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
gawk
|
||||
coreutils-full
|
||||
bash
|
||||
];
|
||||
unpackPhase = "true";
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue