Update to 25.11
Some checks are pending
Flake check / check (push) Waiting to run
Update `flake.lock` / update_lockfile (push) Waiting to run

This commit is contained in:
Pedro Rey Anca 2025-12-02 13:23:08 +01:00
parent 67986371fe
commit 81a87d4386
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
7 changed files with 133 additions and 135 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
clan-core = {
url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
@ -8,7 +8,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -18,7 +18,7 @@
};
stylix = {
url = "github:nix-community/stylix/release-25.05";
url = "github:nix-community/stylix/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};