1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(weechat): use correct nixpkgs-unstable

This commit is contained in:
2021-05-04 09:30:49 +02:00
parent 14cc0ac6aa
commit 29da1f50cf

View File

@@ -1,6 +1,7 @@
{ lib, pkgs, ... }:
let
inherit (import <niveum/lib>) kieran nixpkgs-unstable;
inherit (import <niveum/lib>) kieran;
nixpkgs-unstable = import <nixpkgs-unstable> {};
relayPassword = lib.fileContents <system-secrets/weechat/relay>;
in {
systemd.services.weechat =