about summary refs log tree commit diff
path: root/users/wpcarro/ci
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/ci')
-rw-r--r--users/wpcarro/ci/pipelines/post-receive.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/wpcarro/ci/pipelines/post-receive.nix b/users/wpcarro/ci/pipelines/post-receive.nix
index 456d546af7..ee4850aa8b 100644
--- a/users/wpcarro/ci/pipelines/post-receive.nix
+++ b/users/wpcarro/ci/pipelines/post-receive.nix
@@ -1,8 +1,8 @@
-{ briefcase, pkgs, ... }:
+{ pkgs, depot, ... }:
 
 let
   inherit (builtins) fetchGit path toJSON;
-  inherit (briefcase.emacs) initEl runScript;
+  inherit (depot.users.wpcarro.emacs) initEl runScript;
 
   elispLintSrc = fetchGit {
     url = "https://github.com/gonewest818/elisp-lint";