about summary refs log tree commit diff
path: root/users/wpcarro/utils
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/utils')
-rw-r--r--users/wpcarro/utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/utils/default.nix b/users/wpcarro/utils/default.nix
index db01702a1f..59aa322076 100644
--- a/users/wpcarro/utils/default.nix
+++ b/users/wpcarro/utils/default.nix
@@ -3,7 +3,7 @@ args@{ pkgs, ... }:
 # This top-level module exposes all of my utility functions for Nix. It should
 # be used like:
 # ```nix
-# inherit (briefcase.utils) fs;
+# inherit (depot.users.wpcarro.utils) fs;
 # ```
 
 let