mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-16 21:38:24 +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
16
dev/flake.lock
generated
16
dev/flake.lock
generated
|
@ -69,6 +69,21 @@
|
||||||
"type": "github"
|
"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": {
|
"hercules-ci-agent": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts_2",
|
"flake-parts": "flake-parts_2",
|
||||||
|
@ -244,6 +259,7 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"haskell-flake": "haskell-flake",
|
||||||
"hercules-ci-effects": "hercules-ci-effects",
|
"hercules-ci-effects": "hercules-ci-effects",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"pre-commit-hooks-nix": "pre-commit-hooks-nix_2"
|
"pre-commit-hooks-nix": "pre-commit-hooks-nix_2"
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
|
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
||||||
|
|
||||||
|
haskell-flake.url = "github:srid/haskell-flake";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, ... }:
|
outputs = { self, ... }:
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.pre-commit-hooks-nix.flakeModule
|
inputs.pre-commit-hooks-nix.flakeModule
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
|
inputs.haskell-flake.flakeModule
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
opts = eval.options;
|
opts = eval.options;
|
||||||
|
@ -71,6 +72,12 @@
|
||||||
baseUrl = "https://github.com/hercules-ci/hercules-ci-effects/blob/master";
|
baseUrl = "https://github.com/hercules-ci/hercules-ci-effects/blob/master";
|
||||||
sourcePath = inputs.hercules-ci-effects;
|
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
|
in
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
- [Module Arguments](./module-arguments.md)
|
- [Module Arguments](./module-arguments.md)
|
||||||
- [Options](./options/flake-parts.md)
|
- [Options](./options/flake-parts.md)
|
||||||
- [Core `flake-parts`](./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)
|
- [`hercules-ci-effects`](./options/hercules-ci-effects.md)
|
||||||
- [`pre-commit-hooks.nix`](./options/pre-commit-hooks-nix.md)
|
- [`pre-commit-hooks.nix`](./options/pre-commit-hooks-nix.md)
|
||||||
|
|
Loading…
Add table
Reference in a new issue