-
Notifications
You must be signed in to change notification settings - Fork 3
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
Snow should be able to install system packages on /nix/var/nix/profiles/default #10
Comments
or maybe there can be a new flag -d for installing packages to |
I think snow currently installs to the default profile for the user? @vlinkz can correct me if I'm wrong here. https://github.com/snowflakelinux/snow/blob/main/src/profile/install.rs#L35 @dnkmmr69420 what is your use case here? Is there a particular problem you are trying to solve? |
|
@dnkmmr69420 is this because you're trying to support multiple users on the same system? It would help to understand why this change would be useful. |
I was saying that there is no |
it is useful if you want to install something for all users |
Right, so the problem is that, currently, you cannot use Snow to manage packages for multiple users. Is that correct @dnkmmr69420? |
Out of curiosity, do you share your machine with others? Or do you use multiple accounts for another reason? |
I do use multiple accounts on my computer. It is also because there is no configuration.nix on silverblue too |
I think this makes sense. Especially since system profiles are not/rarely used on NixOS given the existence of a configuration.nix file. |
And there is also some things on nixos that you want it system wide but don't want it to be managed by configuration.nix |
If snow isn't running on nixos, it should allow you to use the -s flag and have packages installed in the nix default profile.
The text was updated successfully, but these errors were encountered: