Skip to content

Commit

Permalink
Update to Nix 2.20
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nix':
    'https://api.flakehub.com/f/pinned/NixOS/nix/2.19.2/018c1be0-1b88-7682-b3bf-948ec82d0a0b/source.tar.gz?narHash=sha256-iA8DqS%2BW2fWTfR%2BnNJSvMHqQ%2B4NpYMRT3b%2B2zS6JTvE%3D' (2023-11-27)
  → 'https://api.flakehub.com/f/pinned/NixOS/nix/2.20.5/018e199b-ae2c-703d-ab99-4c648be473b2/source.tar.gz?narHash=sha256-bfFe38BkoQws7om4gBtBWoNTLkt9piMXdLLoHYl%2BvBQ%3D' (2024-03-07)
• Added input 'nix/libgit2':
    'github:libgit2/libgit2/d6f0856775411b1c145ea976c59bf149c34bf6d5' (2024-03-05)
• Removed input 'nix/lowdown-src'
• Updated input 'nix/nixpkgs':
    'github:NixOS/nixpkgs/9eb24edd6a0027fed010ccfe300a9734d029983c' (2023-11-01)
  → 'github:NixOS/nixpkgs/a1982c92d8980a0114372973cbdfe0a307f1bdea' (2024-01-12)
  • Loading branch information
edolstra committed Mar 8, 2024
1 parent 9861d09 commit c75481f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "A filesystem that fetches DWARF debug info from the Internet on demand";

inputs.nix.url = "https://flakehub.com/f/NixOS/nix/2.19.0.tar.gz";
inputs.nix.url = "https://flakehub.com/f/NixOS/nix/2.20.tar.gz";
inputs.nixpkgs.follows = "nix/nixpkgs";

outputs = { self, nix, nixpkgs }:
Expand Down

0 comments on commit c75481f

Please sign in to comment.