nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

um, what is difference between nix-env and nix configuration file #357

Closed Greenarrow4245 closed 1 month ago

Gerschtli commented 1 month ago

With nix-env you can imperatively install packages (comparable with how package manager like apt, yum, etc. are used). With the nix-on-droid.nix config file, you can declaratively install packages and configure your installation.

In the nix world, we prefer declarative over imperative because it enables easier reproducibility of your system and one single place where your installed packages are maintained.

The nix-on-droid.nix config file behaves similar to the configuration.nix file for NixOS.

More resources regarding that topic can be found at https://nixos.org and https://nix.dev.