mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add ron format generator
This commit is contained in:
parent
b904ab91ec
commit
ae0dcc3401
4 changed files with 449 additions and 175 deletions
|
@ -24,5 +24,11 @@
|
|||
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
formats =
|
||||
super.formats
|
||||
// {
|
||||
ron = import ./ron.nix {inherit (super) lib pkgs;};
|
||||
};
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue