chore: update trok flake input

This commit is contained in:
tux
2025-02-28 12:28:56 +05:30
parent c671e46ce9
commit 822fd22bb7
2 changed files with 10 additions and 8 deletions

15
flake.lock generated
View File

@ -1099,14 +1099,17 @@
]
},
"locked": {
"lastModified": 1740677973,
"narHash": "sha256-VXRxyaBJ6HQ/Ts5cURES+glF+SBRJzPPZXBIEvNYD+8=",
"path": "/home/tux/Projects/trok",
"type": "path"
"lastModified": 1740692705,
"narHash": "sha256-HFJw/yrYQp6WdWZt/9k8TYPpkFrLh9gyw9rZVWnW23Y=",
"ref": "refs/heads/main",
"rev": "4fe87421334307b20b66194c32f3e1e27b18f169",
"revCount": 15,
"type": "git",
"url": "ssh://git@github.com/tuxdotrs/trok.git"
},
"original": {
"path": "/home/tux/Projects/trok",
"type": "path"
"type": "git",
"url": "ssh://git@github.com/tuxdotrs/trok.git"
}
},
"utils": {

View File

@ -134,8 +134,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
trok = {
# url = "git+ssh://git@github.com/tuxdotrs/trok.git";
url = "path:/home/tux/Projects/trok";
url = "git+ssh://git@github.com/tuxdotrs/trok.git";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {