Skip to content

Commit

Permalink
Merge pull request #25 from DeterminateSystems/nix-darwin-input-readme
Browse files Browse the repository at this point in the history
Add missing nix-darwin input to example
  • Loading branch information
lucperkins authored Jul 24, 2024
2 parents 415548f + 09cd2ab commit 15b2e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Install and manage Determinate Nix.
```nix
{
inputs.nix.url = "https://flakehub.com/f/DeterminateSystems/nix/2.0";
inputs.nix-darwin.url = "github:LnL7/nix-darwin";
outputs = { nix, nix-darwin, ... }: {
darwinConfigurations.my-workstation-aarch64-darwin = nix-darwin.lib.darwinSystem {
Expand Down

0 comments on commit 15b2e97

Please sign in to comment.