Skip to content

Lillecarl/dinix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dinix

Create dinit configurations with the NixOS module system

dinix -> dinit option mapping:

See DINIT-SERVICE(5) for all available options

dinit options documented with a : (colon) suffix should be nix lists. All options are mangled to strings. Lists are extracted into multiple rows.

command and stop-command does call lib.getExe if they get receive a derivation.

How to test

Clone & cd repo, run. Which will launch nginx on port 8080 echoing Hello World.

nix run --file . config.out.dinitLauncher -- --user

About

dinit configured with the NixOS module system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages