From a49bd5a9e0329848cce4563794b7dc6b7cba8259 Mon Sep 17 00:00:00 2001 From: Clan Merge Bot Date: Thu, 3 Aug 2023 00:00:12 +0000 Subject: [PATCH] update flake lock - 2023-08-03T00:00+00:00 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'clan-core': 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=17a2f19532662f584e42ecab285300dbc09165a1' (2023-08-01) → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=7f54a64c0a8d538381207ef19c2b1185343628b0' (2023-08-02) • Added input 'clan-core/nix-unit': 'github:adisbladis/nix-unit/a9d6f33e50d4dcd9cfc0c92253340437bbae282b' (2023-07-25) • Added input 'clan-core/nix-unit/flake-parts': follows 'clan-core/flake-parts' • Added input 'clan-core/nix-unit/nix-github-actions': 'github:nix-community/nix-github-actions/165b1650b753316aa7f1787f3005a8d2da0f5301' (2023-07-09) • Added input 'clan-core/nix-unit/nix-github-actions/nixpkgs': follows 'clan-core/nix-unit/nixpkgs' • Added input 'clan-core/nix-unit/nixpkgs': follows 'clan-core/nixpkgs' • Added input 'clan-core/nix-unit/treefmt-nix': follows 'clan-core/treefmt-nix' --- flake.lock | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 11fd50b..bad1dc4 100644 --- a/flake.lock +++ b/flake.lock @@ -6,6 +6,7 @@ "flake-parts": [ "flake-parts" ], + "nix-unit": "nix-unit", "nixos-generators": "nixos-generators", "nixpkgs": [ "nixpkgs" @@ -16,11 +17,11 @@ ] }, "locked": { - "lastModified": 1690896642, - "narHash": "sha256-90c9l9H/hfudLCpcBD6VDPHYbddyaQqWBDj4ahrpXPs=", + "lastModified": 1691003479, + "narHash": "sha256-tf6QmWVracPqmFWDuvx7ksAwSmsTDmLJkjLHPPhtpgE=", "ref": "refs/heads/main", - "rev": "17a2f19532662f584e42ecab285300dbc09165a1", - "revCount": 164, + "rev": "7f54a64c0a8d538381207ef19c2b1185343628b0", + "revCount": 187, "type": "git", "url": "https://git.clan.lol/clan/clan-core" }, @@ -146,6 +147,58 @@ "type": "github" } }, + "nix-github-actions": { + "inputs": { + "nixpkgs": [ + "clan-core", + "nix-unit", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1688870561, + "narHash": "sha256-4UYkifnPEw1nAzqqPOTL2MvWtm3sNGw1UTYTalkTcGY=", + "owner": "nix-community", + "repo": "nix-github-actions", + "rev": "165b1650b753316aa7f1787f3005a8d2da0f5301", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-github-actions", + "type": "github" + } + }, + "nix-unit": { + "inputs": { + "flake-parts": [ + "clan-core", + "flake-parts" + ], + "nix-github-actions": "nix-github-actions", + "nixpkgs": [ + "clan-core", + "nixpkgs" + ], + "treefmt-nix": [ + "clan-core", + "treefmt-nix" + ] + }, + "locked": { + "lastModified": 1690289081, + "narHash": "sha256-PCXQAQt8+i2pkUym9P1JY4JGoeZJLzzxWBhprHDdItM=", + "owner": "adisbladis", + "repo": "nix-unit", + "rev": "a9d6f33e50d4dcd9cfc0c92253340437bbae282b", + "type": "github" + }, + "original": { + "owner": "adisbladis", + "repo": "nix-unit", + "type": "github" + } + }, "nixlib": { "locked": { "lastModified": 1689469483,