Skip to content

Commit d128c73

Browse files
authored
Merge pull request #260 from srid/update_flake_lock_action
Update doc/flake.lock
2 parents 367f3e9 + 0a50214 commit d128c73

File tree

2 files changed

+34
-39
lines changed

2 files changed

+34
-39
lines changed

doc/flake.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030

3131
doc = {
3232
dir = "doc";
33-
overrideInputs = {
34-
inherit haskell-flake;
35-
# TODO: It is better to add a update-flake-lock.yaml CI action to
36-
# update this just like ./example inputs.
37-
"flake-parts-website" = "github:hercules-ci/flake.parts-website";
38-
};
33+
overrideInputs = { inherit haskell-flake; };
3934
};
4035

4136
example = {

0 commit comments

Comments
 (0)