Skip to content

Commit

Permalink
build(deps): nix flake update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/c806a21d556a5d2c623ddfa24ca35e4138df62e8' (2024-05-13)
  → 'github:nix-community/emacs-overlay/173aa23e22b32c9d3585a96df74ec7c53d64de92' (2024-07-20)
• Updated input 'emacs-overlay/nixpkgs-stable':
    'github:NixOS/nixpkgs/44072e24566c5bcc0b7aa9178a0104f4cfffab19' (2024-05-12)
  → follows 'nixpkgs-stable'
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/e5d10a24b66c3ea8f150e47dfdb0416ab7c3390e' (2024-05-02)
  → 'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03)
• Updated input 'flake-parts/nixpkgs-lib':
    'https://github.com/NixOS/nixpkgs/archive/50eb7ecf4cd0a5756d7275c8ba36790e5bd53e33.tar.gz?narHash=sha256-QBx10%2Bk6JWz6u7VsohfSw8g8hjdBZEf8CFzXH1/1Z94%3D' (2024-05-02)
  → 'https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz?narHash=sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI%3D' (2024-07-01)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/3281bec7174f679eabf584591e75979a258d8c40' (2024-05-12)
  → 'github:nixos/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100' (2024-07-20)
• Updated input 'nixpkgs-stable':
    'github:nixos/nixpkgs/8a4282c38b6cbea9f0989c0eafc6ce1837a26442' (2024-05-13)
  → 'github:nixos/nixpkgs/b46f4307abc3bdbb2cd652de819187192214ea52' (2024-07-20)
• Updated input 'pre-commit-hooks-nix':
    'github:cachix/pre-commit-hooks.nix/c182c876690380f8d3b9557c4609472ebfa1b141' (2024-05-13)
  → 'github:cachix/git-hooks.nix/f451c19376071a90d8c58ab1a953c6e9840527fd' (2024-07-15)
• Removed input 'pre-commit-hooks-nix/flake-utils'
• Removed input 'pre-commit-hooks-nix/flake-utils/systems'
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/c6aaf729f34a36c445618580a9f95a48f5e4e03f' (2024-04-25)
  → 'github:numtide/treefmt-nix/888bfb10a9b091d9ed2f5f8064de8d488f7b7c97' (2024-07-20)
  • Loading branch information
yurrriq committed Jul 21, 2024
1 parent 37b31d0 commit 9fd5c46
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 79 deletions.
106 changes: 29 additions & 77 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
inputs = {
emacs-overlay = {
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
url = "github:nix-community/emacs-overlay";
};
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-23.11";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
pre-commit-hooks-nix = {
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs-stable";
};
url = "github:cachix/pre-commit-hooks.nix";
url = "github:cachix/git-hooks.nix";
};
treefmt-nix = {
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 9fd5c46

Please sign in to comment.