diff options
| author | Arun Isaac | 2025-11-04 14:21:49 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-04 14:21:49 +0000 |
| commit | dbc3779a4218e422f18dc6900983547e6a5fbe6d (patch) | |
| tree | 3f29c7d8e1f1d96a89d790dcc644d15817db45dd | |
| parent | a10b4902917bcfc8c4e59e884582116e304b6933 (diff) | |
| download | guix-forge-dbc3779a4218e422f18dc6900983547e6a5fbe6d.tar.gz guix-forge-dbc3779a4218e422f18dc6900983547e6a5fbe6d.tar.lz guix-forge-dbc3779a4218e422f18dc6900983547e6a5fbe6d.zip | |
forge: Access websites-directory field from build scope.
| -rw-r--r-- | guix/forge/forge.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/forge/forge.scm b/guix/forge/forge.scm index 0eaf5c0..9570ba6 100644 --- a/guix/forge/forge.scm +++ b/guix/forge/forge.scm @@ -211,7 +211,7 @@ ;; Set ownership of forge websites directory. (let ((user (getpw "laminar"))) - (chown websites-directory + (chown #$(forge-configuration-websites-directory config) (passwd:uid user) (passwd:gid user))) |
