Skip to content
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

Multiarch support? #17

Closed
tgunnoe opened this issue Jul 29, 2020 · 2 comments · Fixed by #18
Closed

Multiarch support? #17

tgunnoe opened this issue Jul 29, 2020 · 2 comments · Fixed by #18
Labels
enhancement New feature or request

Comments

@tgunnoe
Copy link

tgunnoe commented Jul 29, 2020

Is your feature request related to a problem? Please describe.
Not necessarily, although i don't think this will work with arm builds. With the growing rise of arm as a desktop/laptop replacement, it's important to have templates like these adaptable to those needs.

Describe the solution you'd like
I don't have any solution to provide, but I do see that there are some x86-64 assumptions in flake.nix and probably other places. Ideally down to generating an image for an arm system would work. For example, have hosts/niximg-x86-64.nix and hosts/niximg-aarch64.nix

Additional context
I have been monitoring and studying this repository for a few weeks now and am definitely interested and like how things are shaping up. I've been leaning towards using it in place of what ive already started, but I have several arm-based machines that I want to work well with my configuration.

@nrdxp
Copy link
Collaborator

nrdxp commented Jul 30, 2020

This is definitely something I want to work towards. Just hasn't been urgent for me as I don't have any arm machines I'm using right now. Once I'm finished with some of my current experiements in templating, I can probably tackle this fairly easily with the help of flake-utils. I'm always open to a PR as well, if you have the time.

@nrdxp
Copy link
Collaborator

nrdxp commented Aug 4, 2020

I went ahead and opened #18 which should close this issue. Please have a look. More work is needed within nixpkgs itself to support some arm platforms, but this is a good first start.

@nrdxp nrdxp added the enhancement New feature or request label Aug 4, 2020
@nrdxp nrdxp closed this as completed in #18 Dec 28, 2020
Pacman99 added a commit that referenced this issue Feb 26, 2022
39: generate registry and add fup-repl to env r=blaggacao a=Pacman99

fixes #17
The command is just `repl`, I don't know if it needs to be `flk repl` since its a really generic command.

Co-authored-by: Pacman99 <pachum99@myrdd.info>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants