Upgrade to 24.11

This commit is contained in:
Lyes Saadi 2024-11-18 21:18:36 +01:00
parent bacd8d2e23
commit 8928c67520
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 26 additions and 29 deletions

View file

@ -2,9 +2,9 @@
description = "NixOS Configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";