feat: fix tewi, ...

This commit is contained in:
Kat Inskip 2022-12-17 20:28:07 +01:00
parent 6457b97513
commit e4bd7ee5e6
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
21 changed files with 425 additions and 224 deletions

View file

@ -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 = ''
'';

View file

@ -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 ];
}

View file

@ -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