Commit graph

606 commits

Author SHA1 Message Date
github-actions[bot] 2d1d238318 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e1fe78d916aea75ebd68aba8782853b1fb1371f3' (2023-06-12)
  → 'github:NixOS/nixpkgs/c1944ee51b8d6885aaa5470fbb010b86c01d6470' (2023-06-12)
2023-06-12 04:43:52 +00:00
Jörg Thalheim 7a01d59b79
Merge pull request #214 from nix-community/mergify
mergify: replace bors's merge queue
2023-06-12 05:42:52 +01:00
Jörg Thalheim 239f8d26c9 mergify: replace bors's merge queue 2023-06-12 06:41:43 +02:00
mergify[bot] 0741e1f4ab
Merge pull request #213 from nix-community/update_flake_lock_action
flake.lock: Update
2023-06-12 01:37:41 +00:00
github-actions[bot] 9de6075c02 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5715d6b452b97d12c6f9077321d202a0cb50b8fc' (2023-06-08)
  → 'github:NixOS/nixpkgs/e1fe78d916aea75ebd68aba8782853b1fb1371f3' (2023-06-12)
2023-06-12 01:26:12 +00:00
bors[bot] b7ce4641b8
Merge #212
212: bump version to 2.16.0 r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2023-06-10 12:07:10 +00:00
Jörg Thalheim 3af3106877 bump version to 2.16.0 2023-06-10 14:06:29 +02:00
mergify[bot] fae1660d4d
Merge pull request #203 from nix-community/update_flake_lock_action
flake.lock: Update
2023-06-10 11:57:13 +00:00
Jörg Thalheim 9e8320dbd6 fix c++20 warnings 2023-06-10 13:52:28 +02:00
Jörg Thalheim cace652bff fix build on darwin 2023-06-10 13:50:23 +02:00
Jörg Thalheim 7130e84e9e fix build 2023-06-10 13:34:42 +02:00
github-actions[bot] 69ae132fc5 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/dcc36e45d054d7bb554c9cdab69093debd91a0b5' (2023-04-01)
  → 'github:hercules-ci/flake-parts/71fb97f0d875fd4de4994dfb849f2c75e17eb6c3' (2023-06-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1a9d9175ecc48ecd033062fa09b1834d13ae9c69' (2023-04-13)
  → 'github:NixOS/nixpkgs/5715d6b452b97d12c6f9077321d202a0cb50b8fc' (2023-06-08)
2023-06-08 01:24:53 +00:00
Jörg Thalheim a0e0808280
Merge pull request #211 from nix-community/dependabot/github_actions/cachix/install-nix-action-21
build(deps): bump cachix/install-nix-action from 20 to 21
2023-05-30 09:26:27 +01:00
dependabot[bot] fa4de3759c
build(deps): bump cachix/install-nix-action from 20 to 21
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 23:57:07 +00:00
adisbladis 73ee1712fa
Merge pull request #207 from RaitoBezarius/input-drvs
feat: add inputDrvs to the JSON
2023-04-26 15:36:28 +12:00
bors[bot] 5bff47314a
Merge #206
206: fix recurseForDerivations evaluation in force-recurse mode r=Mic92 a=JulienMalka



Co-authored-by: Julien Malka <julien@malka.sh>
2023-04-25 11:13:30 +00:00
Raito Bezarius 469a68d5c1 feat: add inputDrvs to the JSON
Currently, not a lot of things expose inputDrvs (except
`show-derivation`), which is a showstopper whenever you want to compute
popularity ranking based on the dependency relation.

Having `inputsDrvs` in the reply enable downstream users to perform such
computations in an efficient way.
2023-04-24 19:35:45 +02:00
Julien Malka 4d674c352e
fix recurseForDerivations evaluation in force-recurse mode 2023-04-24 17:17:47 +02:00
bors[bot] a5bb26e9ea
Merge #202
202: document the worker/memory tradeoff r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2023-04-13 21:25:47 +00:00
Jörg Thalheim e9c301bcbe document the worker/memory tradeoff 2023-04-13 23:23:51 +02:00
mergify[bot] b33f174315
Merge pull request #201 from nix-community/update_flake_lock_action
flake.lock: Update
2023-04-13 01:15:43 +00:00
github-actions[bot] 71f88d5666 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/619ca2064f709582ef4710be2c18433241adfdd0' (2023-04-09)
  → 'github:NixOS/nixpkgs/1a9d9175ecc48ecd033062fa09b1834d13ae9c69' (2023-04-13)
2023-04-13 01:08:42 +00:00
bors[bot] 3dea490f28
Merge #200
200: build(deps): bump DeterminateSystems/update-flake-lock from 18 to 19 r=Mic92 a=dependabot[bot]



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 10:28:10 +00:00
dependabot[bot] 78230da06b
build(deps): bump DeterminateSystems/update-flake-lock from 18 to 19
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 18 to 19.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v18...v19)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 23:57:27 +00:00
mergify[bot] 3c8d2208b1
Merge pull request #199 from nix-community/update_flake_lock_action
flake.lock: Update
2023-04-10 01:17:08 +00:00
github-actions[bot] 7d03aa86aa flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0e950a1ec78f8ef1f7bcce6b999c03a62bd3e796' (2023-04-06)
  → 'github:NixOS/nixpkgs/619ca2064f709582ef4710be2c18433241adfdd0' (2023-04-09)
2023-04-10 01:09:59 +00:00
mergify[bot] 527aaaa477
Merge pull request #197 from nix-community/update_flake_lock_action
flake.lock: Update
2023-04-06 01:14:15 +00:00
github-actions[bot] c72f7d35f2 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ed9eb3ac00e8442504f8baa5d234d0f9fed93657' (2023-04-03)
  → 'github:NixOS/nixpkgs/0e950a1ec78f8ef1f7bcce6b999c03a62bd3e796' (2023-04-06)
2023-04-06 01:09:02 +00:00
mergify[bot] caea6aa170
Merge pull request #196 from nix-community/update_flake_lock_action
flake.lock: Update
2023-04-03 01:13:50 +00:00
github-actions[bot] 4bf3bee93d flake.lock: Update
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/3502ee99d6dade045bdeaf7b0cd8ec703484c25c' (2023-03-25)
  → 'github:hercules-ci/flake-parts/dcc36e45d054d7bb554c9cdab69093debd91a0b5' (2023-04-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4e416a8e847057c49e73be37ae8dc4fcdfe9eff8' (2023-03-30)
  → 'github:NixOS/nixpkgs/ed9eb3ac00e8442504f8baa5d234d0f9fed93657' (2023-04-03)
2023-04-03 01:09:34 +00:00
mergify[bot] 10bb6ac58b
Merge pull request #195 from nix-community/update_flake_lock_action
flake.lock: Update
2023-03-30 01:23:26 +00:00
github-actions[bot] e9f3037c1e flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2749074b2e2960fc97aaeca251f3152d6e6effb7' (2023-03-27)
  → 'github:NixOS/nixpkgs/4e416a8e847057c49e73be37ae8dc4fcdfe9eff8' (2023-03-30)
2023-03-30 01:16:07 +00:00
bors[bot] 6a2d4a312a
Merge #194
194: build(deps): bump DeterminateSystems/update-flake-lock from 17 to 18 r=Mic92 a=dependabot[bot]



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 08:48:46 +00:00
dependabot[bot] 2d50797731
build(deps): bump DeterminateSystems/update-flake-lock from 17 to 18
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 17 to 18.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v17...v18)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 23:57:19 +00:00
mergify[bot] 983d39ec03
Merge pull request #193 from nix-community/update_flake_lock_action
flake.lock: Update
2023-03-27 19:14:10 +00:00
github-actions[bot] 9c491732dc flake.lock: Update
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/c13d60b89adea3dc20704c045ec4d50dd964d447' (2023-03-09)
  → 'github:hercules-ci/flake-parts/3502ee99d6dade045bdeaf7b0cd8ec703484c25c' (2023-03-25)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/18b17c58dc248a66469df89e3d334b305d8235ec' (2023-03-20)
  → 'github:NixOS/nixpkgs/2749074b2e2960fc97aaeca251f3152d6e6effb7' (2023-03-27)
2023-03-27 19:09:00 +00:00
mergify[bot] 5286437bac
Merge pull request #192 from nix-community/update_flake_lock_action
flake.lock: Update
2023-03-20 01:27:10 +00:00
github-actions[bot] ac66fb34ef flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8083b23ad5b179ffc539204b20f8b7b50610cf29' (2023-03-16)
  → 'github:NixOS/nixpkgs/18b17c58dc248a66469df89e3d334b305d8235ec' (2023-03-20)
2023-03-20 01:19:43 +00:00
bors[bot] caebf0c293
Merge #191
191: flake.lock: Update r=Mic92 a=nix-eval-jobs-bot



Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-16 07:30:16 +00:00
github-actions[bot] 4c6c2e5c11 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7c84ea61abbe8038e273fbef035e0364a35be17d' (2023-03-13)
  → 'github:NixOS/nixpkgs/8083b23ad5b179ffc539204b20f8b7b50610cf29' (2023-03-16)
2023-03-16 01:18:51 +00:00
mergify[bot] 4477932be8
Merge pull request #190 from nix-community/update_flake_lock_action
flake.lock: Update
2023-03-13 01:22:08 +00:00
github-actions[bot] 6e5df498ad flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8d8f5ede919dc60a86ac37311a63092411c72e90' (2023-03-09)
  → 'github:NixOS/nixpkgs/7c84ea61abbe8038e273fbef035e0364a35be17d' (2023-03-13)
2023-03-13 01:17:55 +00:00
bors[bot] a3e9ec9412
Merge #189
189: release-2.14: switch nix version r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2023-03-11 09:27:54 +00:00
Jörg Thalheim 3170433774 switch to nix 2_14 2023-03-11 10:25:59 +01:00
Jörg Thalheim 96d0086d2f
Merge pull request #188 from nix-community/joerg-ci
bump version
2023-03-10 08:13:15 +00:00
Jörg Thalheim 4983b15121 bump version 2023-03-10 09:09:44 +01:00
Jörg Thalheim 5a7dc07ad1 bump version 2023-03-10 09:08:07 +01:00
bors[bot] 1c9492d4b6
Merge #184
184: build(deps): bump cachix/install-nix-action from 19 to 20 r=Mic92 a=dependabot[bot]



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-09 21:29:24 +00:00
bors[bot] 9527cd3b82
Merge #185 #187
185: build(deps): bump DeterminateSystems/update-flake-lock from 16 to 17 r=Mic92 a=dependabot[bot]



187: fix build with nix 2.14 r=Mic92 a=Mic92



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2023-03-09 21:22:29 +00:00
Jörg Thalheim 54a9b26431 fix build with nix 2.14 2023-03-09 22:21:59 +01:00