chore: upgrade to NixOS 23.11
This commit is contained in:
parent
d28a89f32a
commit
531a407c08
10 changed files with 38 additions and 52 deletions
|
@ -15,7 +15,7 @@ rec {
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2305.tar.gz";
|
||||
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.tar.gz";
|
||||
|
||||
nixpkgs-unstable.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.tar.gz";
|
||||
|
||||
|
@ -35,7 +35,7 @@ rec {
|
|||
flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.tar.gz";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-23.05";
|
||||
url = "https://flakehub.com/f/nix-community/home-manager/0.2311.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue