From 34b153c6c2e327de0dabb8339b84f519c04b249b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 16 Feb 2026 12:18:25 +0100 Subject: [PATCH] Back to stable --- templates/nix-config/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/nix-config/flake.nix b/templates/nix-config/flake.nix index 75004d3..3091cb1 100644 --- a/templates/nix-config/flake.nix +++ b/templates/nix-config/flake.nix @@ -1,8 +1,7 @@ { inputs = { # Core Nixpkgs -# nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; # Disk-partitioning helper disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs";