Skip to content

Commit 4bc3bea

Browse files
author
David Arnold
authored
fix: add meta.description
1 parent 0964acc commit 4bc3bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
deploy-rs = naersk-lib.buildPackage (darwinOptions // {
3939
root = ./.;
40-
});
40+
}) // { meta.description = "A Simple multi-profile Nix-flake deploy tool"; };
4141

4242
lib = rec {
4343

0 commit comments

Comments
 (0)