generation 570 25.11.20250714.62e0f05

This commit is contained in:
2026-01-07 09:19:40 -05:00
parent e7e5770b2c
commit 13f7bec0d5
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@@ -157,17 +157,17 @@
}, },
"nixpkgs-signal": { "nixpkgs-signal": {
"locked": { "locked": {
"lastModified": 1750111231, "lastModified": 1767640445,
"narHash": "sha256-3a7Tha/RwYlzH/v3PJrG7+HjOj4c6YOv2K8sqdGsHVQ=", "narHash": "sha256-UWYqmD7JFBEDBHWYcqE6s6c77pWdcU/i+bwD6XxMb8A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e6f23dc08d3624daab7094b701aa3954923c6bbb", "rev": "9f0c42f8bc7151b8e7e5840fb3bd454ad850d8c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e6f23dc08d3624daab7094b701aa3954923c6bbb", "rev": "9f0c42f8bc7151b8e7e5840fb3bd454ad850d8c5",
"type": "github" "type": "github"
} }
}, },

View File

@@ -18,8 +18,8 @@
nixpkgs-clisp.url = "github:NixOS/nixpkgs/da320e5472f021b96a883f71fc525ca0e4815273"; nixpkgs-clisp.url = "github:NixOS/nixpkgs/da320e5472f021b96a883f71fc525ca0e4815273";
# pin only signal versions jake likes. recall, you must back up .config/Signal when changing this # pin only signal versions jake likes. recall, you must back up .config/Signal when changing this
# this ver includes triple ratchet # this version includes: triple ratchet iirc
nixpkgs-signal.url = "github:NixOS/nixpkgs/e6f23dc08d3624daab7094b701aa3954923c6bbb"; nixpkgs-signal.url = "github:NixOS/nixpkgs/9f0c42f8bc7151b8e7e5840fb3bd454ad850d8c5";
verus-flake.url = "github:JakeGinesin/verus-flake"; verus-flake.url = "github:JakeGinesin/verus-flake";
}; };