all repos — searchix @ 85278cbb834a4562a1d1b93c9f946d2ba8542d45

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: switch to tarball for nixpkgs flake input

Alin
commit

85278cbb834a4562a1d1b93c9f946d2ba8542d45

parent

4b6f4a315a5dad3a19f3c23465e15c62860a79e2

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -2,7 +2,7 @@ {
description = "Search tool for options and packages in the NixOS ecosystem"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.zst"; pre-commit-hooks = { url = "github:cachix/pre-commit-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs";