From 6a80170d4d5b3922a5c386ad42e8041120c3af49 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sun, 10 May 2026 22:13:01 +0200 Subject: [PATCH] change channel to master --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d47f065..8b990e2 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:24 by tomoron #+# #+# # -# Updated: 2025/12/16 19:01:21 by tomoron ### ########.fr # +# Updated: 2026/05/10 22:12:11 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -14,7 +14,7 @@ description = "Nixos and home-manager config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/master"; catppuccin.url = "github:catppuccin/nix"; sops-nix = {