diff --git a/flake.lock b/flake.lock index f062ed5..c941fb7 100644 --- a/flake.lock +++ b/flake.lock @@ -5,15 +5,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1778406663, - "narHash": "sha256-jGOtlDJAe0MFoOErIxSFs3TQZ7WaCpUt1qnjJ0HhLfw=", + "lastModified": 1768256610, + "narHash": "sha256-IyL6nZo242nDLoLQVwkqAZXp8FO5kBfjL6Fuh+gZO10=", "owner": "catppuccin", "repo": "nix", - "rev": "a0fa2f1b901473d8aefb2e3026396e3562c1782c", + "rev": "0734ad8c91342df34f1a1e5c183d053d70ba87c7", "type": "github" }, "original": { "owner": "catppuccin", + "ref": "release-25.11", "repo": "nix", "type": "github" } @@ -47,26 +48,27 @@ ] }, "locked": { - "lastModified": 1778535464, - "narHash": "sha256-kkUQYSv70wynJ/DfnGals6r98I6bK3CVNVTN1zbAd7Y=", + "lastModified": 1778606796, + "narHash": "sha256-P2krpSkFVYJ89bgsnAZ9RtQiGwiTW77sfSJp9SEDscM=", "owner": "nix-community", "repo": "home-manager", - "rev": "b659c7ffd40fc9e3bb60d420c79c67e769b9f4ab", + "rev": "e1fd7350f4410972bcb8c42a697d8c924ffe642a", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.11", "repo": "home-manager", "type": "github" } }, "nixos-hardware": { "locked": { - "lastModified": 1778143761, - "narHash": "sha256-lkesY6x2X2qxlqLM7CT2iM/0rP2JB7fruPN3h8POXmI=", + "lastModified": 1778593042, + "narHash": "sha256-xYGrSg6354UK2K4WSQd4+TfyvfqmvFbSY+ZtGQUXK0c=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "3bcaa367d4c550d687a17ac792fd5cda214ee871", + "rev": "9bd7c80d43e258aaa607d83b43661df11444d808", "type": "github" }, "original": { @@ -78,32 +80,32 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777954456, - "narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=", + "lastModified": 1764521362, + "narHash": "sha256-M101xMtWdF1eSD0xhiR8nG8CXRlHmv6V+VoY65Smwf4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1", + "rev": "871b9fd269ff6246794583ce4ee1031e1da71895", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "25.11", "repo": "nixpkgs", "type": "github" } }, "nixpkgs_2": { "locked": { - "lastModified": 1778583303, - "narHash": "sha256-jn+drGpaYalIzR0TAsvo2Z2LtBw3b9eIjJtwb0wUPUw=", + "lastModified": 1778622285, + "narHash": "sha256-rbrDpSBh7/YGdl8N21MGBQV7Fz/gOFRGec0N7LA6mE8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6093378e528c5fc6b6e44fb559daed68bc313733", + "rev": "8b56d63df6a03dd62269270228941e18ae580a95", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", + "ref": "release-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8b990e2..be0423c 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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";