From 9c21c3a2f0b24a8e6b55fe202a78a9c4a3e26166 Mon Sep 17 00:00:00 2001 From: Ashley Arthur Date: Mon, 13 Oct 2025 20:23:28 +0100 Subject: [PATCH 1/2] testing --- CI.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI.nix b/CI.nix index cb9e247..916a846 100644 --- a/CI.nix +++ b/CI.nix @@ -11,7 +11,7 @@ in pkgs.mkShell { inputsFrom = [ (pkgs.callPackage ./default.nix { inherit rustPlatform; }) ]; buildInputs = [ - (import (builtins.fetchGit { url = "https://github.com/ash30/freeswitch"; ref = "nix"; rev = "d805600c0f4843528290a0d018bb1fbb5b56808f";}) {}) + (import (builtins.fetchGit { url = "https://github.com/ash30/freeswitch"; ref = "build/github_action_debug"; rev = "e9c3590a5cd247e5b490d9b0e939745bd39d224b";}) {}) pkgs.pkg-config pkgs.rust-bin.stable.latest.rustfmt # Formatter pkgs.rust-bin.stable.latest.clippy # Linter From 79e0791a480c3b8dc7ac7488767e7af5f42a3d12 Mon Sep 17 00:00:00 2001 From: Ashley Arthur Date: Mon, 13 Oct 2025 20:42:22 +0100 Subject: [PATCH 2/2] master --- CI.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CI.nix b/CI.nix index 916a846..cc660c9 100644 --- a/CI.nix +++ b/CI.nix @@ -11,9 +11,7 @@ in pkgs.mkShell { inputsFrom = [ (pkgs.callPackage ./default.nix { inherit rustPlatform; }) ]; buildInputs = [ - (import (builtins.fetchGit { url = "https://github.com/ash30/freeswitch"; ref = "build/github_action_debug"; rev = "e9c3590a5cd247e5b490d9b0e939745bd39d224b";}) {}) + (import (builtins.fetchGit { url = "https://github.com/ash30/freeswitch"; ref = "nix"; rev = "afc4a0997c439f71731a85a1f1f0b8c85262b792";}) {}) pkgs.pkg-config - pkgs.rust-bin.stable.latest.rustfmt # Formatter - pkgs.rust-bin.stable.latest.clippy # Linter ]; }