diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-19 09:04:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-19 09:04:42 -0300 |
| commit | baff9926d619d8e2c23d7a8a5cf17a343534365b (patch) | |
| tree | 6b9f412189d007c1483828fa5672324540404103 /src | |
| parent | Simplify Makefile (diff) | |
| download | server-baff9926d619d8e2c23d7a8a5cf17a343534365b.tar.gz server-baff9926d619d8e2c23d7a8a5cf17a343534365b.tar.xz | |
mv src/config/tld.txt src/
Diffstat (limited to 'src')
| -rw-r--r-- | src/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index 2d3a332..b78a726 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -32,7 +32,7 @@ ((compose string-trim-right pkg:slurp path) - "src/config/tld.txt")) + "src/tld.txt")) |
