-
Notifications
You must be signed in to change notification settings - Fork 0
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
[QA] How to use? #3
Comments
The point of this module is to declare the packages you need. If you need to run pacman, run it in the module hooks. |
Also: I highly suggest you use nix-ld instead of this module. nix-ld works just as well in my experience ;) |
So, how you use global fhs? Maybe some use-case flake.nix files or something else for showing the way. Are you using it with nix-ld? Or just chroot into /.fhs? I just need some breadcrumbs to understand how i can use it. (It looks just like i need to containerlessly emulate other distro. If it is, i'll try to get to work systemd services and kernel modules, so i can "boot into fhs" with it's Display Manager with, in my case, custom login provider) |
The idea behind this module is that you can just run unpatched executables.
I stopped using my module in favor of nix-ld.
Feel free to try, but keep in mind that this goes beyond the project's goals. You will be on your own. |
I configured nixos-fhs/dev (because stable won't work, ln /lib failed) within flakes as described in guide. how i can access global fhs? how, as example, i can access pacman and install sofware i need ? I'm trying to solve use case, where old custom linux distro packed in oci container are installed as global fhs inside NixOS.
looks like it works as expacted, but i don't understand, how to use it.
The text was updated successfully, but these errors were encountered: