mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(weechat): adapt to new declarative setup by @lassulus
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
nixpkgs-21-11 = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz") {};
|
||||
nixpkgs-21-11 = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz") {
|
||||
config.permittedInsecurePackages = [
|
||||
"python3.9-poetry-1.1.12"
|
||||
];
|
||||
};
|
||||
telebots = nixpkgs-21-11.callPackage <telebots> {};
|
||||
reverseDirectory = "/run/telegram-reverse";
|
||||
proverbDirectory = "/run/telegram-proverb";
|
||||
|
||||
Reference in New Issue
Block a user