From 137c4826ecbeae1985c92eaf090f3956d073026a Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 May 2024 21:08:34 +0200 Subject: [PATCH] use branch name for robotnix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 50dcec8..860b370 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ robotnix = { #url = "github:nix-community/robotnix"; - url = "github:c2vi/robotnix/1f848f248ae6901d4336221febc86c14e60de85e"; + url = "github:c2vi/robotnix/two_lineageos_fixes"; #inputs.nixpkgs.follows = "nixpkgs"; };