Skip to content

Commit cae92f7

Browse files
authored
chore: add nix metadata (#205)
1 parent 22630c2 commit cae92f7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
})
7373
];
7474
cargoLock.lockFile = ./Cargo.lock;
75+
76+
meta = {
77+
description = "A formatter for Nushell scripts, built entirely on Nushell's own parsing infrastructure";
78+
homepage = "https://github.com/nushell/nufmt";
79+
license = inputs.nixpkgs.lib.licenses.mit;
80+
mainProgram = "nufmt";
81+
};
7582
};
7683

7784
formatter = inputs.treefmt-nix.lib.mkWrapper pkgs {

0 commit comments

Comments
 (0)