I have searched the manual and options, as well as the Internet, and have not found how to specify in configuration.nix that a directory should exist, in this case /mnt, creating it if not. One might put "if [ ! -d /mnt ] ; then mkdir /mnt; fi" in rc.local. What is the NixOS way to do this (or anything else that one might put in rc.local)?
Mark -- Mark Gardner --
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
