nome icon indicating copy to clipboard operation
nome copied to clipboard

[error]: flake does not provide attribute 'templates.default' or 'defaultTemplate'

Open usrbinkat opened this issue 1 year ago • 0 comments

Of course best effort is appreciated and hardly expected, would love to work through this.

Problem:

Attempting to setup dev env from template flake per README.md steps on aarch64 MacBook Pro m2 leads to build error

Reproduce:

1. install nix
2. install nix-darwin
3. install home-manager
4. Execute cmd:
   ~$ usrbinkat@decoy> nix flake init --template github:the-nix-way/nome
   ...truncated...
   error: flake 'github:the-nix-way/nome' does not provide attribute 'templates.default' or 'defaultTemplate'
   ~$ [1]usrbinkat@decoy> nix build .#homeConfigurations.lucperkins.activationPackage
   error: flake 'git+file:///Users/dustin/nome.tnw' does not provide attribute 'packages.aarch64-darwin.homeConfigurations.lucperkins.activationPackage', 'legacyPackages.aarch64-darwin.homeConfigurations.lucperkins.activationPackage' or 'homeConfigurations.lucperkins.activationPackage

usrbinkat avatar Jul 13 '23 18:07 usrbinkat