User only software installation should be reimagined #12
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/software-center#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current logic for user only installation of software should be rewritten by installing software "declaratively" by appending softwares to
users.users.<username>.packagesas we are doing it with system-wide installation (configuration.nix,environment.systemPackages) instead of performing nix-env profile installation which is not something to be consideredgood nix practices.In order to perform such installation, we need to have the following things at our hands or make sure meets the criterias:
I need help on this part, when user press install button, username and pkg name should be written inside configuration.nix