From 509ae74b6e64e180936f3f5da09348b0b35a5ff4 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Mon, 13 May 2024 00:42:57 +0200 Subject: [PATCH] use main branch of my robotnix fork (i merged all my dev branches) --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f5d36f7..5b4ac87 100644 --- a/flake.lock +++ b/flake.lock @@ -1099,16 +1099,15 @@ "nixpkgsUnstable": "nixpkgsUnstable" }, "locked": { - "lastModified": 1714590475, - "narHash": "sha256-01cSVNrC5vxIUv7qXsYmKod2ev31jD9de2NaDegfZVY=", + "lastModified": 1715556564, + "narHash": "sha256-me9rl00zFrxprCQxuewOGJXSMpDR2X9ZrWORD4spiIw=", "owner": "c2vi", "repo": "robotnix", - "rev": "bd30614b3d25df4991090e0008ea404d1dc5ca90", + "rev": "ac3ec70f1eaaf67d03ba7f2cbfaf23342040b6ef", "type": "github" }, "original": { "owner": "c2vi", - "ref": "two_lineageos_fixes", "repo": "robotnix", "type": "github" } diff --git a/flake.nix b/flake.nix index 32153d4..02db475 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ robotnix = { #url = "github:nix-community/robotnix"; - url = "github:c2vi/robotnix/two_lineageos_fixes"; + url = "github:c2vi/robotnix"; #inputs.nixpkgs.follows = "nixpkgs"; };