set flake release to 25.11

This commit is contained in:
2026-05-13 00:15:32 +02:00
parent 91702ec7a3
commit 060013999d
2 changed files with 27 additions and 22 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2026/05/10 22:12:11 by tomoron ### ########.fr #
# Updated: 2026/05/13 00:04:14 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -14,8 +14,8 @@
description = "Nixos and home-manager config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/master";
catppuccin.url = "github:catppuccin/nix";
nixpkgs.url = "github:nixos/nixpkgs/release-25.11";
catppuccin.url = "github:catppuccin/nix/release-25.11";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -23,10 +23,13 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";