mirror of
https://github.com/fmhy/FMHYFilterlist.git
synced 2026-03-11 08:55:41 +00:00
switch to stable channel in nix flake
This commit is contained in:
parent
fe82a30eff
commit
b7374850fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue