Open jjant opened 9 months ago
It comes from the global flake registry: https://github.com/NixOS/flake-registry/blob/master/flake-registry.json#L257-L267
Which is configured through the flake-registry
Nix config option: https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-flake-registry
When running
nix run nix-darwin
on a fresh mac/nix installation, I getI used
nix run github:LnL7/nix-darwin
to make it work.Where is the plain
nix-darwin
flake supposed to come from? I was following "Flakes > Step 1" from the readme.