1
1
Fork 1
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:
oddlama 2023-10-04 17:41:50 +02:00
parent b904ab91ec
commit ae0dcc3401
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 449 additions and 175 deletions

View file

@ -24,5 +24,11 @@
doCheck = false;
});
formats =
super.formats
// {
ron = import ./ron.nix {inherit (super) lib pkgs;};
};
})
]