-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
Adding and using the nixos-hardware flake #44
Comments
Not sure if you're on the latest commit, but there has been a lot of work the last couple of days. Specifically, #42 restructured and simplies how you can add external overlays to your flake from others by simply declaring a new Suffice it to say that I will push a pr in the next few moments that will add this |
Fixes #44. Easily add external modules from other flakes by dropping them in the list.
actually this approach does not seem good for nixos-hardware Any suggestion how to go about this? |
Fixes divnix#44. Easily add external modules from other flakes by dropping them in the list.
45: Changed output from nix build for iso and doi command r=Pacman99 a=Narice Closes #44. This will make the command easier and more predictable. We can also as a result add the iso folder in the devos gitignore. Co-authored-by: Narice <[email protected]>
Hi!
I'm having problems using the nixos-hardware flake. I'm pretty pretty new to flakes and have not been using NixOS for very long so maybe I'm missing something obvious. Been trying to figure out what's causing the infinite recursion but I'm completely stuck, any pointers in the right direction is welcomed.
I've done the following:
Added the nixos-hardware flake to inputs:
Import my laptops configuration from the nixos-hardware flake in my <hostname.nix> file:
I'm then hit with infinite recursion error when trying to build,
nix flake check
outputs the following:The text was updated successfully, but these errors were encountered: