Skip to content

Commit 587cbcf

Browse files
authored
Merge pull request #97 from blaggacao/patch-1
fix: add meta.description
2 parents 364ef20 + 4bc3bea commit 587cbcf

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)