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
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.sh]
|
[git-check-assertions]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.nix]
|
[*.nix]
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
packages.default = pkgs.writeShellApplication {
|
packages.default = pkgs.writeShellApplication {
|
||||||
name = "git-check-assertions";
|
name = "git-check-assertions";
|
||||||
runtimeInputs = [ pkgs.git ];
|
runtimeInputs = [ pkgs.git ];
|
||||||
text = builtins.readFile ./git-check-assertions.sh;
|
text = builtins.readFile ./git-check-assertions;
|
||||||
};
|
};
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [ bats ];
|
packages = with pkgs; [ bats ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue