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

View File

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