summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-13 18:08:11 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-17 11:27:33 +0200
commitc46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a (patch)
treea08cfef5eed170bd3756a474a4b6a7b963d4e877 /nixos/doc/manual/development
parent967abfc78660d0e49a32eac8fe19cec4b6b79d5c (diff)
downloadnixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar.gz
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar.bz2
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar.lz
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar.xz
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.tar.zst
nixlib-c46e424c8fa5e5b1b94d6c31bec5ccaa9ed7ad3a.zip
Remove obsolete reference to /media
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/writing-modules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/writing-modules.xml b/nixos/doc/manual/development/writing-modules.xml
index 9cf29e5dc57d..a699e74e5f62 100644
--- a/nixos/doc/manual/development/writing-modules.xml
+++ b/nixos/doc/manual/development/writing-modules.xml
@@ -158,7 +158,7 @@ let locatedb = "/var/cache/locatedb"; in
         script =
           ''
             mkdir -m 0755 -p $(dirname ${locatedb})
-            exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /media /run'
+            exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /run'
           '';
       };
 
@@ -172,4 +172,4 @@ let locatedb = "/var/cache/locatedb"; in
 <xi:include href="option-declarations.xml" />
 <xi:include href="option-def.xml" />
 
-</chapter>
\ No newline at end of file
+</chapter>