Skip to content

Commit 46f15ac

Browse files
committed
Update nixpkgs to 25.11 (and Rust to 1.91.1)
1 parent 0b128af commit 46f15ac

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ poise = { git = "https://github.com/serenity-rs/poise.git", rev = "518ff0564865b
4040

4141
[workspace.package]
4242
edition = "2024"
43-
# Latest version available on nixos-25.05
44-
rust-version = "1.89"
43+
# Latest version available on nixos-25.11
44+
rust-version = "1.91"
4545

4646
[workspace.dependencies]
4747
monetization.path = "crates/monetization"

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
{
2020
inputs = {
21-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
21+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
2222
};
2323

2424
outputs =
@@ -28,7 +28,7 @@
2828
packages =
2929
nixpkgs.lib.genAttrs (nixpkgs.lib.remove "x86_64-freebsd" nixpkgs.lib.systems.flakeExposed)
3030
(system: {
31-
goober-bot = nixpkgs.legacyPackages.${system}.rustPackages_1_89.rustPlatform.buildRustPackage {
31+
goober-bot = nixpkgs.legacyPackages.${system}.rustPlatform.buildRustPackage {
3232
pname = "goober-bot";
3333
version = (builtins.fromTOML (builtins.readFile ./Cargo.toml)).package.version;
3434
src = ./.;

0 commit comments

Comments
 (0)