Skip to content

Commit

Permalink
Restore mac plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 31, 2023
1 parent d53798a commit ac07db4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/fixtures/darwin/darwin-multi.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,10 @@
"setup_default_profile": {
"action": {
"channels": [
"nixpkgs"
[
"nixpkgs",
"https://nixos.org/channels/nixpkgs-unstable"
]
]
},
"state": "Uncompleted"
Expand Down Expand Up @@ -637,25 +640,22 @@
"user": null,
"group": null,
"mode": 436,
"buf": "\n\nbuild-users-group = nixbld\n\nexperimental-features = nix-command flakes\n\nauto-optimise-store = true\n",
"buf": "# Generated by https://github.com/DeterminateSystems/nix-installer, version 0.1.0-unreleased.\n\n\n\nbuild-users-group = nixbld\n\nexperimental-features = nix-command flakes\n\nauto-optimise-store = true\n\nbash-prompt-prefix = (nix:$name)\\040\n",
"force": false
},
"state": "Uncompleted"
}
},
"state": "Uncompleted"
},
"configure_nix_daemon_service": {
"action": {},
"state": "Uncompleted"
}
},
"state": "Uncompleted"
},
{
"action": {
"action": "kickstart_launchctl_service",
"unit": "system/org.nixos.nix-daemon"
"action": "configure_nix_daemon",
"init": "Launchd",
"start_daemon": true
},
"state": "Uncompleted"
}
Expand Down

0 comments on commit ac07db4

Please sign in to comment.