summaryrefslogtreecommitdiffstats
path: root/2configs/shack/events-publisher
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-07-02 16:05:52 +0200
committermakefu <github@syntax-fehler.de>2023-07-02 16:06:38 +0200
commit777a2fe7347e55450c63170db336cbe8518961bd (patch)
tree69fa95da7f3458b1e19cb6a54ed34a505147b5b3 /2configs/shack/events-publisher
parentecfa5966701bbda871aca18ff81d2200f1990f88 (diff)
treewide: replace stockholm/lib with stockholm.lib
Diffstat (limited to '2configs/shack/events-publisher')
-rw-r--r--2configs/shack/events-publisher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/shack/events-publisher/default.nix b/2configs/shack/events-publisher/default.nix
index 964e5ccbb..0dcc49aed 100644
--- a/2configs/shack/events-publisher/default.nix
+++ b/2configs/shack/events-publisher/default.nix
@@ -1,5 +1,5 @@
{ pkgs, ... }:
-with import <stockholm/lib>;
+with pkgs.stockholm.lib;
let
shack-announce = pkgs.callPackage (builtins.fetchTarball {
url = "https://github.com/makefu/events-publisher/archive/419afdfe16ebf7f2360d2ba64b67ca88948832bd.tar.gz";