mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Music + GPG agent forwarding + all sorts.
This commit is contained in:
parent
2c6230dd63
commit
c548add318
24 changed files with 525 additions and 56 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
dino = super.callPackage "${sources.qyliss-nixlib}/overlays/patches/dino" {
|
||||
inherit (super) dino;
|
||||
};
|
||||
|
||||
|
||||
discord = unstable.discord.override { nss = self.nss_latest; };
|
||||
|
||||
arc = import sources.arc-nixexprs { pkgs = super; };
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "kat-weather";
|
||||
buildInputs = [
|
||||
(python36.withPackages (pythonPackages: with pythonPackages; [
|
||||
requests
|
||||
]))
|
||||
(python36.withPackages (pythonPackages: with pythonPackages; [ requests ]))
|
||||
];
|
||||
unpackPhase = "true";
|
||||
installPhase = ''
|
||||
|
|
@ -13,4 +11,4 @@ stdenv.mkDerivation {
|
|||
cp ${./weather.py} $out/bin/kat-weather
|
||||
chmod +x $out/bin/kat-weather
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue