Skip to content

Commit e0b0790

Browse files
committed
fix: flake
1 parent 45a0506 commit e0b0790

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
pkgs.rust-bin.stable.latest.default.override { extensions = [ "rust-src" ]; }
3737
}/lib/rustlib/src/rust/library";
3838
};
39-
packages = {
40-
default = pkgsFor.${system}.callPackage ./. { };
41-
};
39+
packages.default = callPackage ./. { };
4240
}
4341
);
4442
}

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use tap::Pipe as _;
1010

1111
use crate::commit::Commit;
1212

13-
/// Patchy automatically
13+
/// A tool which makes it easy to declaratively manage personal forks by automatically merging pull requests
1414
#[derive(Parser)]
1515
#[command(version, styles = STYLES, long_about = None)]
1616
pub struct Args {

0 commit comments

Comments
 (0)