mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-08-14 06:48:23 +02:00
chore: bump nixpkgs to 24.11 (#199)
This commit is contained in:
@ -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...
|
||||
};
|
||||
|
Reference in New Issue
Block a user