Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jan 24, 2025
2 parents c342135 + 2b9bc69 commit c0e0885
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 136 deletions.
92 changes: 13 additions & 79 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.flake-compat.follows = "";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function init_repo {

# fail if no repo url is specified
if [ -z "$2" ]; then
echo "Can't initialize missing $1 directory. Please specify $4" >&2
echo "Can't initialize missing $1 directory. Please specify $3" >&2
return 1
fi

Expand Down
Loading

0 comments on commit c0e0885

Please sign in to comment.