Add mutannot
This commit is contained in:
parent
c09915ac60
commit
eaae9fe9b8
4 changed files with 42 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
mutannot = {
|
||||
url = "git+https://git.memcmp.org/svenvanheugten/mutannot.git?ref=main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
|
|
@ -14,6 +18,7 @@
|
|||
nixpkgs,
|
||||
flake-utils,
|
||||
git-check-assertions,
|
||||
mutannot,
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
|
|
@ -26,6 +31,7 @@
|
|||
packages = [
|
||||
pkgs.dotnet-sdk_10
|
||||
git-check-assertions.packages.${system}.default
|
||||
mutannot.packages.${system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue