├── README.md ├── container.nix ├── default.nix └── nix-services ├── default.nix ├── environment.nix ├── supervisord.nix ├── systemd.nix └── user.nix /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/README.md -------------------------------------------------------------------------------- /container.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/container.nix -------------------------------------------------------------------------------- /default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/default.nix -------------------------------------------------------------------------------- /nix-services/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/nix-services/default.nix -------------------------------------------------------------------------------- /nix-services/environment.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/nix-services/environment.nix -------------------------------------------------------------------------------- /nix-services/supervisord.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/nix-services/supervisord.nix -------------------------------------------------------------------------------- /nix-services/systemd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/nix-services/systemd.nix -------------------------------------------------------------------------------- /nix-services/user.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiberpipa/nix-rehash/HEAD/nix-services/user.nix --------------------------------------------------------------------------------