We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Of course best effort is appreciated and hardly expected, would love to work through this.
Attempting to setup dev env from template flake per README.md steps on aarch64 MacBook Pro m2 leads to build error
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: