Add a nix package
This commit is contained in:
parent
e77a4ee485
commit
4fe66154c3
2 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,11 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
{
|
||||
packages.default = pkgs.writeShellApplication {
|
||||
name = "git-check-assertions";
|
||||
runtimeInputs = [ pkgs.git ];
|
||||
text = builtins.readFile ./git-check-assertions.sh;
|
||||
};
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ bats ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue