mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
Firefox can now be brought under state control, however, the symlink ~/.mozilla/firefox/ --> /nix/state/...../ can not (yet) be created automatically at build time since ~/ is set to /homeless-shelter/ ...
This commit is contained in:
parent
b6974f2ae6
commit
c0bd494865
11 changed files with 93 additions and 18 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#check if there are enough arguments, if not, exit with an error
|
||||
|
||||
debug="echo "; #set to "" for no debugging, set to "echo " to debug the commands
|
||||
debug=""; #set to "" for no debugging, set to "echo " to debug the commands
|
||||
|
||||
if [ "$#" != 6 ] && [ "$#" != 7 ] ; then
|
||||
echo "Incorrect number of arguments"
|
||||
|
|
@ -34,6 +34,8 @@ if [ "$debug" != "" ] ; then
|
|||
echo deletesvn: $deletesvn
|
||||
fi
|
||||
|
||||
# TODO: we need a solution for symlinks, svn doesnt support them
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue