Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
7
flake/den/checkmate/flake.nix
Normal file
7
flake/den/checkmate/flake.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
inputs.target.url = "path:..";
|
||||
inputs.checkmate.url = "github:vic/checkmate";
|
||||
inputs.checkmate.inputs.target.follows = "target";
|
||||
inputs.flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
outputs = inputs: inputs.checkmate.lib.newFlake;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue