mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Update README.md
This commit is contained in:
parent
0c5467cf5b
commit
cb1fe0c1ed
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Add the following to `flake.nix` in the same folder as `configuration.nix`:
|
|||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nix-darwin, nixpkgs }: {
|
||||
outputs = inputs@{ self, nix-darwin, nixpkgs }: {
|
||||
darwinConfigurations."Johns-MacBook" = nix-darwin.lib.darwinSystem {
|
||||
modules = [ ./configuration.nix ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue