git-check-assertions.sh -> git-check-assertions
This commit is contained in:
parent
8ac30906df
commit
9fb8507056
3 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ end_of_line = lf
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.sh]
|
||||
[git-check-assertions]
|
||||
indent_size = 2
|
||||
|
||||
[*.nix]
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
packages.default = pkgs.writeShellApplication {
|
||||
name = "git-check-assertions";
|
||||
runtimeInputs = [ pkgs.git ];
|
||||
text = builtins.readFile ./git-check-assertions.sh;
|
||||
text = builtins.readFile ./git-check-assertions;
|
||||
};
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ bats ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue