Skip to content

Commit

Permalink
Fix garnix ci (#121) (#122)
Browse files Browse the repository at this point in the history
* fix(ci): garnix ci

according to the failling CI stderr output, flake input 'flake-parts'
error: 'flake:flake-parts' is an indirect flake reference, but registry
lookups are not allowed. Hope adding flake-parts input fix this.

* flake.lock: Update

Flake lock file updates:

• Updated input 'devshell':
    'github:numtide/devshell/67cce7359e4cd3c45296fb4aaf6a19e2a9c757ae' (2024-07-27)
  → 'github:numtide/devshell/dd6b80932022cea34a019e2bb32f6fa9e494dfef' (2024-10-07)
• Updated input 'flake-parts/nixpkgs-lib':
    'https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz?narHash=sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s%3D' (2024-11-03)
  → 'https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz?narHash=sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s%3D' (2024-11-01)
• Updated input 'nix-eval-jobs':
    'github:nix-community/nix-eval-jobs/8802412b8747633e9d80639897e4d58fa6290909' (2024-08-11)
  → 'github:nix-community/nix-eval-jobs/7f9159a16584ee86eed077c8a73e845690b7d513' (2024-10-31)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8a3354191c0d7144db9756a74755672387b702ba' (2024-08-18)
  → 'github:NixOS/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d' (2024-11-02)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/1064a45e81a4e19cda98741b71219d9f4f136900' (2024-08-20)
  → 'github:cachix/pre-commit-hooks.nix/af8a16fe5c264f5e9e18bcee2859b40a656876cf' (2024-10-30)

* daed: fix pnpm deps hash

Co-authored-by: oluceps <[email protected]>
  • Loading branch information
github-actions[bot] and oluceps authored Nov 5, 2024
1 parent 9bf3072 commit 75f06bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
4 changes: 2 additions & 2 deletions daed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ let
hash = "sha256-t6rPnOjzCM2azfAc7u+KL/Yfw5lNo/m2GcFEGBnZvZE=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) version src pname;
hash = "sha256-H0VYhK4myqZ5xqwJRJSF2okWN2fUsJUx+RU5fipbM5I=";
inherit pname version src;
hash = "sha256-vqkiZzd5WOeJem0zUyMsJd6/aHHAjlsIQMkNf+SUvHY=";
};
nativeBuildInputs = [
nodejs
Expand Down
43 changes: 22 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
url = "github:nix-community/nix-eval-jobs";
};
devshell.url = "github:numtide/devshell";
flake-parts.url = "github:hercules-ci/flake-parts";
};

outputs =
Expand Down

0 comments on commit 75f06bc

Please sign in to comment.