From a678c291d42dadfc54d8cf0670d9aa97ede97d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Feb 2023 00:20:42 +0000 Subject: [PATCH 1/3] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/55fbb1d20ce4350aae11bba71844796549175ab1' (2023-02-01) → 'github:NixOS/nixpkgs/d13b0f290c4969d26decd23415a6d38912a035ae' (2023-02-08) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/d5ed9a1e6793f99b2e179d5dec9639e48ef22db7' (2023-01-23) → 'github:numtide/treefmt-nix/9e64e351b42d9da33a4e8a72b858612c48d1a924' (2023-02-07) • Added input 'treefmt-nix/nixpkgs': 'github:nixos/nixpkgs/0591d6b57bfeb55dfeec99a671843337bc2c3323' (2023-02-04) --- flake.lock | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index a6984cf..eed6944 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1675246915, - "narHash": "sha256-q3E67PIRNQyWKtg43grNYYAZT/ik9oyOsRvHYah0iJQ=", + "lastModified": 1675866582, + "narHash": "sha256-0bucFq/bi5uho1MJEhYTI8Y15dVNyukcUD6XnfkJNfg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "55fbb1d20ce4350aae11bba71844796549175ab1", + "rev": "d13b0f290c4969d26decd23415a6d38912a035ae", "type": "github" }, "original": { @@ -36,6 +36,22 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1675545634, + "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "flake-parts": "flake-parts", @@ -44,12 +60,15 @@ } }, "treefmt-nix": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, "locked": { - "lastModified": 1674470002, - "narHash": "sha256-Tk1VaMeBTMMGEZeqv3TEwrTAdR9fYb3EH/TPI27AdKk=", + "lastModified": 1675790908, + "narHash": "sha256-NeRMRfKKIFt0tkTEV0+bHh3+35zY6lpeAEO5wSA9+6k=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "d5ed9a1e6793f99b2e179d5dec9639e48ef22db7", + "rev": "9e64e351b42d9da33a4e8a72b858612c48d1a924", "type": "github" }, "original": { From d8d7c45f91e0d5ddc16f8d8c592b5d5743e71e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Feb 2023 11:39:55 +0100 Subject: [PATCH 2/3] drop duplicate nixpkgs instance --- flake.lock | 20 +++----------------- flake.nix | 1 + 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index eed6944..fdc949c 100644 --- a/flake.lock +++ b/flake.lock @@ -36,22 +36,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1675545634, - "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "flake-parts": "flake-parts", @@ -61,7 +45,9 @@ }, "treefmt-nix": { "inputs": { - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1675790908, diff --git a/flake.nix b/flake.nix index c6e6473..f4b5a46 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; treefmt-nix.url = "github:numtide/treefmt-nix"; + treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs @ { flake-parts, ... }: From e7e028672d680baa67a626d569af348748689a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Feb 2023 11:41:23 +0100 Subject: [PATCH 3/3] allow github actions bot as reviewer --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 3363a5b..77cef72 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -132,6 +132,6 @@ branches: required_linear_history: false # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. restrictions: - apps: [ "bors" ] + apps: [ "bors" "github-actions[bot]" ] users: [] teams: []