use main branch of my robotnix fork (i merged all my dev branches)

This commit is contained in:
Sebastian Moser
2024-05-13 00:42:57 +02:00
parent fe411df12d
commit 509ae74b6e
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View File

@@ -1099,16 +1099,15 @@
"nixpkgsUnstable": "nixpkgsUnstable" "nixpkgsUnstable": "nixpkgsUnstable"
}, },
"locked": { "locked": {
"lastModified": 1714590475, "lastModified": 1715556564,
"narHash": "sha256-01cSVNrC5vxIUv7qXsYmKod2ev31jD9de2NaDegfZVY=", "narHash": "sha256-me9rl00zFrxprCQxuewOGJXSMpDR2X9ZrWORD4spiIw=",
"owner": "c2vi", "owner": "c2vi",
"repo": "robotnix", "repo": "robotnix",
"rev": "bd30614b3d25df4991090e0008ea404d1dc5ca90", "rev": "ac3ec70f1eaaf67d03ba7f2cbfaf23342040b6ef",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "c2vi", "owner": "c2vi",
"ref": "two_lineageos_fixes",
"repo": "robotnix", "repo": "robotnix",
"type": "github" "type": "github"
} }

View File

@@ -43,7 +43,7 @@
robotnix = { robotnix = {
#url = "github:nix-community/robotnix"; #url = "github:nix-community/robotnix";
url = "github:c2vi/robotnix/two_lineageos_fixes"; url = "github:c2vi/robotnix";
#inputs.nixpkgs.follows = "nixpkgs"; #inputs.nixpkgs.follows = "nixpkgs";
}; };