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

Add Nix (package manager) as Devops? (alternate to Docker) #852

Open
goyalyashpal opened this issue Sep 18, 2024 · 0 comments
Open

Add Nix (package manager) as Devops? (alternate to Docker) #852

goyalyashpal opened this issue Sep 18, 2024 · 0 comments

Comments

@goyalyashpal
Copy link

goyalyashpal commented Sep 18, 2024

Hi!

Thanks a lot for such a wonderful tool.

  • The NixOS, and the Nix package manager are gaining popularity these days.
  • I migrated from windows 10 to linux NixOS several weeks ago, and as a power user and a developer, I am loving both the aspects of it:
  • The NixOS runs as a linux distro, and the nix package manager is available on NixOS (obviously), other linux distro, and macos too. No native windows support so far.

NixOS provides:

  • declarative configuration options for system configuration, the DE, WM, any services, or system packages
  • declarative config options for applications using homemanager

Nix package manager provides way(s) to configure:

  • both the isolated development & build environment
  • as well as the build & install process itself - i.e. calling all the dedicated tools directly & automatically from within itself
  • annnddd an isolated way to run the finished outcome too (howww COOOL is that WOWW)

in the short period so far,

  • i managed to learn both these aspects (nixos, nix pkg manager),
  • and have successfully built both C applications (with make) & python applications (plain scripts, and pyproject projects) with the nix package manager.

nixos-logo-only-hires

Links:

@goyalyashpal goyalyashpal changed the title Add Nix (package manager) as Devops? (it's alternate to Docker) Add Nix (package manager) as Devops? (alternate to Docker) Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant