From b7374850fc32aa9728737d2dc61eb1a863f28798 Mon Sep 17 00:00:00 2001 From: WindowsAurora <104532354+WindowsAurora@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:17:13 +0100 Subject: [PATCH] switch to stable channel in nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f7aca92..a7b98e9 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "FMHY Filterlist Flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05"; }; outputs = { self, nixpkgs }: let