My own nixpkgs (for nix + home-manager). Used for nix on my current Ubuntu Setup. Lives inside ~/.config/nixpkgs
Go to file
Daniel Siepmann caadcbba78
Provide a custom derivation as "configuration"
This allows to have a list the current installed set of derivations.
Instead of using nix-env like apt.

Use `nix-env -i -f configuration.nix` to install this derivation.
It will then install defined "packages".

This eases to maintain current system and port to NixOS or something
else in the future.
2022-01-31 12:48:17 +01:00
overlays Do not make overlay unnecessary complex 2022-01-31 12:27:07 +01:00
configuration.nix Provide a custom derivation as "configuration" 2022-01-31 12:48:17 +01:00