-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
init programs.gns3 #270005
init programs.gns3 #270005
Conversation
Just wondering, is this a duplicate of #252790? |
What's the difference with "inherit(lib)"? Isn't the effect the same?
Does that mean that " with maintainers; " should also be an "inherit(maintainers)"?BTW, this is taken from the firefox programs module.
|
"The effect" is not the only thing that matters - even because It is about control and predictability. If you have some knowledge about Python,
Ideally,
Many failures do not make a success. |
Thanks @AndersonTorres for the explanation. I was not aware of the difference. @h7x4 the other PR adds a systemd service for the gns3 server, which is good if you have a separate machine for the gns3 server and want to access it from clients on separate machines running the gns3 GUI client. For a local machine, a constantly running gns3 server is unnecessary. The usecase for this PR is a user looking to have all dependencies for the GUI client and a local gns3 server. |
GNS3 is already a package, but it depends on a few other packages in order to function properly. These are now managed by the programs.gns3 attribute.
Description of changes
GNS3 is already a package, but it depends on a few other packages in order to function properly. These are now managed by the programs.gns3 option.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Priorities
Add a 👍 reaction to pull requests you find important.