diff --git a/clients/quadraticserver/searxng.nix b/clients/quadraticserver/searxng.nix index ccb2323..437bd26 100644 --- a/clients/quadraticserver/searxng.nix +++ b/clients/quadraticserver/searxng.nix @@ -1,10 +1,16 @@ -{lib, ...}: { +{ + lib, + inputs, + pkgs, + ... +}: { services = let socket = "/var/run/searx/socket"; domain = "search.federated.nexus"; in { searx = { enable = true; + package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.searxng; settings = let enginesByCategory = { general = { diff --git a/flake.lock b/flake.lock index fcb4684..b2fed37 100644 --- a/flake.lock +++ b/flake.lock @@ -545,11 +545,11 @@ ] }, "locked": { - "lastModified": 1757255839, - "narHash": "sha256-XH33B1X888Xc/xEXhF1RPq/kzKElM0D5C9N6YdvOvIc=", + "lastModified": 1757508292, + "narHash": "sha256-7lVWL5bC6xBIMWWDal41LlGAG+9u2zUorqo3QCUL4p4=", "owner": "nix-community", "repo": "disko", - "rev": "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a", + "rev": "146f45bee02b8bd88812cfce6ffc0f933788875a", "type": "github" }, "original": { @@ -1231,11 +1231,11 @@ ] }, "locked": { - "lastModified": 1757443987, - "narHash": "sha256-T7E4CIsZBUzrUcPRyTG9FA2xd48MtbQ/HpIaaCfwZwc=", + "lastModified": 1757650187, + "narHash": "sha256-OrythrqccPKtuVt0mj26rr83Qo3Ljb4ZmwLdPGjzjMU=", "owner": "nix-community", "repo": "home-manager", - "rev": "d587e11cef9caa9484ed090eddc55f4c56908342", + "rev": "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d", "type": "github" }, "original": { @@ -2301,6 +2301,21 @@ "type": "github" } }, + "nixpkgs-master": { + "locked": { + "lastModified": 1757686808, + "narHash": "sha256-PL+Z3OrNpFNHddbsBaxeojYkWObYc2NlyhTmsmpt+hc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "098982b6eca9b809cc2f583e733338f5a36b3ad8", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs-riscv": { "locked": { "lastModified": 1752147015, @@ -2367,11 +2382,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1757347588, - "narHash": "sha256-tLdkkC6XnsY9EOZW9TlpesTclELy8W7lL2ClL+nma8o=", + "lastModified": 1757487488, + "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b599843bad24621dcaa5ab60dac98f9b0eb1cabe", + "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", "type": "github" }, "original": { @@ -2653,6 +2668,7 @@ "nix-maid": "nix-maid", "nix-matrix-appservices": "nix-matrix-appservices", "nixpkgs": "nixpkgs_2", + "nixpkgs-master": "nixpkgs-master", "ooye": "ooye", "run0-sudo-shim": "run0-sudo-shim", "sdm845": "sdm845", diff --git a/flake.nix b/flake.nix index 638671f..0a2b72e 100755 --- a/flake.nix +++ b/flake.nix @@ -2,6 +2,7 @@ inputs = { gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs-master.url = "github:nixos/nixpkgs"; wrapper-manager.url = "github:viperML/wrapper-manager"; flake-parts.url = "github:hercules-ci/flake-parts"; nix-maid.url = "github:viperML/nix-maid";