chore: switch to tarball for nixpkgs flake input
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M flake.nix → flake.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";