summaryrefslogtreecommitdiffstats
path: root/2configs/shack/events-publisher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/shack/events-publisher/default.nix')
-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";