From a0d6fcdd446e32978a377253f15f78a328e069f9 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 18 Oct 2022 16:49:40 +0200 Subject: [PATCH] tritonshell: update input URL --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 18e9ea0b..46e7f641 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ triton-vmtools.url = "git+https://git.b12f.io/pub-solar/infra?ref=main&dir=vmtools"; triton-vmtools.inputs.nixpkgs.follows = "latest"; - tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&dir=template"; + tritonshell.url = "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main"; tritonshell.inputs.nixpkgs.follows = "latest"; nix-autobahn.url = "github:wucke13/nix-autobahn";