chore: bump nixpkgs to 24.11 (#199)

This commit is contained in:
Ryan Yin
2024-11-22 14:21:53 +08:00
committed by GitHub
parent 3848665274
commit c49e0d4892
28 changed files with 150 additions and 150 deletions

View File

@ -139,7 +139,7 @@ The second method is to configure `substituters` and `trusted-public-keys` using
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# omitting several configurations...
};
@ -227,7 +227,7 @@ In other words, you can use it like this:
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# omitting several configurations...
};