switch to stable channel in nix flake

This commit is contained in:
WindowsAurora 2024-09-30 19:17:13 +01:00
parent fe82a30eff
commit b7374850fc

View file

@ -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