Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nora Puchreiner
Nix
Commits
8af911be
Unverified
Commit
8af911be
authored
7 years ago
by
Eelco Dolstra
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1825 from giorgiga/master
Fix macOS installation when umask disallow public read (solves #1582)
parents
30370f16
9f9393df
Loading
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install-darwin-multi-user.sh
+1
-1
1 addition, 1 deletion
scripts/install-darwin-multi-user.sh
with
1 addition
and
1 deletion
scripts/install-darwin-multi-user.sh
+
1
−
1
View file @
8af911be
...
...
@@ -695,7 +695,7 @@ install_from_extracted_nix() {
cd
"
$EXTRACTED_NIX_PATH
"
_sudo
"to copy the basic Nix files to the new store at
$NIX_ROOT
/store"
\
rsync
-rlpt
"
$(
pwd
)
/store/
"
"
$NIX_ROOT
/store/"
rsync
-rlpt
.
/store/
*
"
$NIX_ROOT
/store/"
if
[
-d
"
$NIX_INSTALLED_NIX
"
]
;
then
echo
" Alright! We have our first nix at
$NIX_INSTALLED_NIX
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment