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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user