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

View File

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