mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
11 lines
108 B
Nix
11 lines
108 B
Nix
{
|
|
buildEnv,
|
|
#
|
|
nixfmt-rfc-style,
|
|
}:
|
|
buildEnv {
|
|
name = "nix";
|
|
paths = [
|
|
nixfmt-rfc-style
|
|
];
|
|
}
|