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
|
|
@ -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