update flake
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user