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: [] diff --git a/flake.lock b/flake.lock index a6984cf..fdc949c 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": { @@ -44,12 +44,17 @@ } }, "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, "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": { 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, ... }: