diff options
| author | 2026-05-30 14:38:29 +0000 | |
|---|---|---|
| committer | 2026-05-30 14:38:39 +0000 | |
| commit | ce80c94b0e999d506aeadb4d0737667eb258684a (patch) | |
| tree | 1d7aa1a697d09a43f95ab0a8d1f54faa402ab985 | |
| parent | wikibot-manual(atfun): have cache relative to script + ignore (diff) | |
| signature | ||
nix: Update
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/dfa1e6982e80e1b6a887a4e8d9f45dc9c98ede4d' (2026-04-27)
→ 'github:NixOS/nixpkgs/64c08a7ca051951c8eae34e3e3cb1e202fe36786' (2026-05-23)
| -rw-r--r-- | default.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/default.nix b/default.nix index 9eda6b7..2ddf41b 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/dfa1e6982e80e1b6a887a4e8d9f45dc9c98ede4d.tar.gz") { config = {}; overlays = []; }, ... }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/64c08a7ca051951c8eae34e3e3cb1e202fe36786.tar.gz") { config = {}; overlays = []; }, ... }: pkgs.callPackage ./pkgs { } // { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777282418, - "narHash": "sha256-d9n+0hStOP1OsXshp11saXi6Pj2e+OaDQSJJoT9x66E=", + "lastModified": 1779560665, + "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "dfa1e6982e80e1b6a887a4e8d9f45dc9c98ede4d", + "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", "type": "github" }, "original": { |
