diff options
-rw-r--r-- | src/guix/system.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 476d772..b0c1a77 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -36,14 +36,7 @@ (define working-dir - (if (directory-exists? "/opt/deploy/current") - "/opt/deploy/current" - (canonicalize-path "."))) - -(add-to-load-path - (string-append working-dir "/src/infrastructure/guix")) -(use-modules - ((packages) #:prefix packages:)) + (dirname (dirname (dirname (current-filename))))) (define (str . rest) |