diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-18 11:19:06 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-18 11:19:06 +0100 |
commit | 581a908108d7edce42dbcfcd9ac17a1266854835 (patch) | |
tree | 0cf975dd89dd7e6f771296bae4e2ff78c0ecb22f /px/system/os.scm | |
parent | 92c3f7cfcef8e80779cd5edf0c1ee83aef9615a4 (diff) |
px: %default-pantherx-channel: Rename to %pantherx-default-channels
Diffstat (limited to 'px/system/os.scm')
-rw-r--r-- | px/system/os.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/px/system/os.scm b/px/system/os.scm index 4383928..e975602 100644 --- a/px/system/os.scm +++ b/px/system/os.scm @@ -32,8 +32,10 @@ %px-substitute-server-key %nonguix-substitute-server-key - %px-substitute-server-key - %nonguix-substitute-server-key + %px-substitute-server-url + %nonguix-substitute-server-url + + %pantherx-default-channels apply-px-substitute-server)) |