nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 023fc5f14c8ba303c506498ed043bc9707e77eec
parent 2e828021b720fe0e2c2acb4041b25f1ee95f5d4c
Author: Toni Brown <me@tb148.eu.org>
Date:   Thu, 13 Nov 2025 13:20:17 +0800

Update flake.lock dependencies

- Update catppuccin/nix to latest revision - Update home-manager
to latest revision - Remove midnight-discord dependency - Update
nixpkgs and nixpkgs-stable channels

Diffstat:
Mflake.lock | 41++++++++++++-----------------------------
1 file changed, 12 insertions(+), 29 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1761553912, - "narHash": "sha256-3UOEQPBlZo9OixT9L1zoD67QheopTG8/EfRPGKyP9bg=", + "lastModified": 1762510976, + "narHash": "sha256-KGoSj8qMOOPaNE48RTtuNBbqOvKLTeklnRHWWvE/TXo=", "owner": "catppuccin", "repo": "nix", - "rev": "7b42c91911c143ae3ea32a79cc8582b5920f24e3", + "rev": "728cb0a667ce37bb0c68557dba819c7fb54ff1c8", "type": "github" }, "original": { @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1761666354, - "narHash": "sha256-fHr+tIYBJccNF8QWqgowfRmEAtAMSt1deZIRNKL8A7c=", + "lastModified": 1762787259, + "narHash": "sha256-t2U/GLLXHa2+kJkwnFNRVc2fEJ/lUfyZXBE5iKzJdcs=", "owner": "nix-community", "repo": "home-manager", - "rev": "ca2ab1d877a24d5a437dad62f56b8b2c02e964e9", + "rev": "37a3d97f2873e0f68711117c34d04b7c7ead8f4e", "type": "github" }, "original": { @@ -40,28 +40,12 @@ "type": "github" } }, - "midnight": { - "flake": false, - "locked": { - "lastModified": 1761701978, - "narHash": "sha256-PjGwWp/xPMu1XbVKLUBdncLP8X/0iZPhnW+mTH/Mg3s=", - "owner": "refact0r", - "repo": "midnight-discord", - "rev": "2516ed0da8f72bc8e48c1daaf6de6b62169df13a", - "type": "github" - }, - "original": { - "owner": "refact0r", - "repo": "midnight-discord", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1761373498, - "narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=", + "lastModified": 1762844143, + "narHash": "sha256-SlybxLZ1/e4T2lb1czEtWVzDCVSTvk9WLwGhmxFmBxI=", "ref": "nixos-unstable", - "rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce", + "rev": "9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4", "shallow": true, "type": "git", "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" @@ -75,10 +59,10 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1754689972, - "narHash": "sha256-eogqv6FqZXHgqrbZzHnq43GalnRbLTkbBbFtEfm1RSc=", + "lastModified": 1762756533, + "narHash": "sha256-HiRDeUOD1VLklHeOmaKDzf+8Hb7vSWPVFcWwaTrpm+U=", "ref": "nixos-25.05", - "rev": "fc756aa6f5d3e2e5666efcf865d190701fef150a", + "rev": "c2448301fb856e351aab33e64c33a3fc8bcf637d", "shallow": true, "type": "git", "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" @@ -94,7 +78,6 @@ "inputs": { "catppuccin": "catppuccin", "home-manager": "home-manager", - "midnight": "midnight", "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable" }