update flake

This commit is contained in:
2026-02-22 17:59:22 -05:00
parent 94698d0f4f
commit afea8a09fe
2 changed files with 15 additions and 17 deletions

26
flake.lock generated
View File

@@ -2,12 +2,12 @@
"nodes": { "nodes": {
"flake-schemas": { "flake-schemas": {
"locked": { "locked": {
"lastModified": 1721999734, "lastModified": 1761577921,
"narHash": "sha256-G5CxYeJVm4lcEtaO87LKzOsVnWeTcHGKbKxNamNWgOw=", "narHash": "sha256-eK3/xbUOrxp9fFlei09XNjqcdiHXxndzrTXp7jFpOk8=",
"rev": "0a5c42297d870156d9c57d8f99e476b738dcd982", "rev": "47849c7625e223d36766968cc6dc23ba0e135922",
"revCount": 75, "revCount": 107,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/DeterminateSystems/flake-schemas/0.1.5/0190ef2f-61e0-794b-ba14-e82f225e55e6/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/flake-schemas/0.2.0/019a4a84-544d-7c59-b26d-e334e320c932/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@@ -16,12 +16,12 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744440957, "lastModified": 1771574726,
"narHash": "sha256-FHlSkNqFmPxPJvy+6fNLaNeWnF1lZSgqVCl/eWaJRc4=", "narHash": "sha256-D1PA3xQv/s4W3lnR9yJFSld8UOLr0a/cBWMQMXS+1Qg=",
"rev": "26d499fc9f1d567283d5d56fcf367edd815dba1d", "rev": "c217913993d6c6f6805c3b1a3bda5e639adfde6d",
"revCount": 716947, "revCount": 908154,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2411.716947%2Brev-26d499fc9f1d567283d5d56fcf367edd815dba1d/01962e50-af41-7ff9-8765-ebb3d39458ba/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2511.908154%2Brev-c217913993d6c6f6805c3b1a3bda5e639adfde6d/019c7ebe-d61d-7168-89bc-a2b6e142b1cd/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@@ -42,11 +42,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745029910, "lastModified": 1771729765,
"narHash": "sha256-9CtbfTTQWMoOkXejxc5D+K3z/39wkQQt2YfYJW50tnI=", "narHash": "sha256-HNsDSR5bhLSrIpi9bTb2uTK1qnPo1xFSBxs6YmFyprk=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "50fefac8cdfd1587ac6d8678f6181e7d348201d2", "rev": "be926cb1a76e8450ab2b92121b2e88d09fa4d41c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -4,9 +4,7 @@
inputs = { inputs = {
flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/*"; flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/*";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*";
rust-overlay = { rust-overlay = {
url = "github:oxalica/rust-overlay"; url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -21,7 +19,7 @@
}: let }: let
overlays = [ overlays = [
rust-overlay.overlays.default rust-overlay.overlays.default
(final: prev: { (final: _: {
rustToolchain = final.rust-bin.stable.latest.default.override {extensions = ["rust-src"];}; rustToolchain = final.rust-bin.stable.latest.default.override {extensions = ["rust-src"];};
}) })
]; ];
@@ -83,7 +81,7 @@
]; ];
meta = { meta = {
description = "A Discord bot that deathrolls"; description = "A Discord/Matrix bot that deathrolls";
mainProgram = "caitsith"; mainProgram = "caitsith";
homepage = "https://scm.wyattjmiller.com/wymiller/caitsith"; homepage = "https://scm.wyattjmiller.com/wymiller/caitsith";
maintainers = [ "wymillerlinux" ]; maintainers = [ "wymillerlinux" ];