mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
6 lines
118 B
Nix
6 lines
118 B
Nix
{ inputs, nixfmt }:
|
|
(nixfmt.overrideAttrs {
|
|
version = "0.6.0-${inputs.nixfmt.shortRev}";
|
|
|
|
src = inputs.nixfmt;
|
|
})
|