srid / haskell-flake

A `flake-parts` Nix module for Haskell development
https://community.flake.parts/haskell-flake
MIT License
128 stars 14 forks source link

Update example/flake.lock #303

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'haskell-flake':
    'github:srid/haskell-flake/92e393141a123c9695bc15dbe1ca0a1b7fef142b?narHash=sha256-AGkk2WK/E9mLcoEdfegZ1aYNh6HtOdPuEx4O%2Br44u3I%3D' (2024-04-11)
  → 'github:srid/haskell-flake/53e434d194f08c5ef9b2ba448b250f0321e6d529?narHash=sha256-TDnvGInwe24zqhUVmQOLt3EkfP9vVpWIwfScJPopTg0%3D' (2024-04-20)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/a0c9e3aee1000ac2bfb0e5b98c94c946a5d180a9?narHash=sha256-icE1IJE9fHcbDfJ0%2BqWoDdcBXUoZCcIJxME4lMHwvSM%3D' (2024-04-12)
  → 'github:nixos/nixpkgs/fd16bb6d3bcca96039b11aa52038fafeb6e4f4be?narHash=sha256-LJbHQQ5aX1LVth2ST%2BKkse/DRzgxlVhTL1rxthvyhZc%3D' (2024-04-20)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
srid commented 2 months ago

cc @roberth

🍎 default.doc
🐚 nix build '/nix/store/66a9w28f0yrgdy5zgwf8wnxp0n22iahc-source#default' -L --no-link --print-out-paths --override-input flake 'git+https://github.com/srid/haskell-flake?ref=update_flake_lock_action&dir=doc' --override-input flake/haskell-flake /nix/store/jmy9vzlc3y9gjadsq8whrw0cjaw3m00g-source --override-input systems github:nix-systems/empty --refresh -j auto️
warning: not writing modified lock file of flake 'path:/nix/store/66a9w28f0yrgdy5zgwf8wnxp0n22iahc-source':
• Updated input 'systems':
    'github:srid/empty/23d743284b73ae69caf0cb7874edf05c0c631a1f' (2024-02-23)
  → 'github:nix-systems/empty/23d743284b73ae69caf0cb7874edf05c0c631a1f' (2024-02-23)
trace: warning: The type `types.string` is deprecated. See https://github.com/NixOS/nixpkgs/pull/66346 for better alternative types.
error:
       … while calling the 'derivationStrict' builtin

         at /builtin/derivation.nix:9:12: (source not available)

       … while evaluating derivation 'devour-output'
         whose name attribute is located at /nix/store/qjqzr7905xxv3rv70z7mkpp06lalnzzb-source/pkgs/stdenv/generic/make-derivation.nix:300:7

       … while evaluating attribute 'text' of derivation 'devour-output'

         at /nix/store/qjqzr7905xxv3rv70z7mkpp06lalnzzb-source/pkgs/build-support/trivial-builders/default.nix:148:16:

          147|     runCommand name
          148|       { inherit text executable checkPhase allowSubstitutes preferLocalBuild;
             |                ^
          149|         passAsFile = [ "text" ];

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: attribute 'optionsMarkdown' missing

       at /nix/store/1df7d37jcixw7bcpv78r6fy624dyw7lf-source/render/render-module.nix:358:28:

          357|               nativeBuildInputs = [ pkgs.libxslt.bin pkgs.pandoc ];
          358|               optionsDoc = config._nixosOptionsDoc.optionsMarkdown.overrideAttrs {
             |                            ^
          359|                 anchorPrefix = "opt-";
Error: devour-flake failed to run (exited: 1)
srid commented 2 months ago

Dear lord, this action just overwrote an unrelated PR.

image
srid commented 2 months ago

Dear lord, this action just overwrote an unrelated PR.

https://github.com/srid/haskell-flake/commit/e43bc631b413078ffe7b772850005596f7295050

roberth commented 2 months ago

hercules-ci-effects's flake-update is not susceptible, but noted.