mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Add srid/haskell-flake to docs
This commit is contained in:
parent
9de9af5460
commit
ff00c859d0
4 changed files with 26 additions and 0 deletions
|
@ -69,6 +69,21 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"haskell-flake": {
|
||||
"locked": {
|
||||
"lastModified": 1668167720,
|
||||
"narHash": "sha256-5wDTR6xt9BB3BjgKR+YOjOkZgMyDXKaX79g42sStzDU=",
|
||||
"owner": "srid",
|
||||
"repo": "haskell-flake",
|
||||
"rev": "4fc511d93a55fedf815c1647ad146c26d7a2054e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "srid",
|
||||
"repo": "haskell-flake",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hercules-ci-agent": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts_2",
|
||||
|
@ -244,6 +259,7 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"haskell-flake": "haskell-flake",
|
||||
"hercules-ci-effects": "hercules-ci-effects",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"pre-commit-hooks-nix": "pre-commit-hooks-nix_2"
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
||||
|
||||
haskell-flake.url = "github:srid/haskell-flake";
|
||||
};
|
||||
|
||||
outputs = { self, ... }:
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
inputs.pre-commit-hooks-nix.flakeModule
|
||||
inputs.hercules-ci-effects.flakeModule
|
||||
inputs.haskell-flake.flakeModule
|
||||
];
|
||||
};
|
||||
opts = eval.options;
|
||||
|
@ -71,6 +72,12 @@
|
|||
baseUrl = "https://github.com/hercules-ci/hercules-ci-effects/blob/master";
|
||||
sourcePath = inputs.hercules-ci-effects;
|
||||
};
|
||||
haskell-flake = {
|
||||
title = "haskell-flake";
|
||||
sourceName = "haskell-flake";
|
||||
baseUrl = "https://github.com/srid/haskell-flake/blob/master";
|
||||
sourcePath = inputs.haskell-flake;
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
- [Module Arguments](./module-arguments.md)
|
||||
- [Options](./options/flake-parts.md)
|
||||
- [Core `flake-parts`](./options/flake-parts.md)
|
||||
- [`haskell-flake`](./options/haskell-flake.md)
|
||||
- [`hercules-ci-effects`](./options/hercules-ci-effects.md)
|
||||
- [`pre-commit-hooks.nix`](./options/pre-commit-hooks-nix.md)
|
||||
|
|
Loading…
Reference in a new issue