chore(flake): update trok and tfolio flake inputs

This commit is contained in:
tux
2026-09-11 06:43:03 +05:30
parent bd977c0941
commit f08e67c36e

View File

@@ -29,6 +29,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
trok = {
url = "github:tuxdotrs/trok";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {
url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
inputs.nixpkgs.follows = "nixpkgs";
};
cyber-tux = {
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
inputs.nixpkgs.follows = "nixpkgs";
@@ -84,7 +94,5 @@
voxtype.url = "github:peteonrails/voxtype/v0.7.5";
opencode.url = "github:anomalyco/opencode";
serpantinum.url = "github:ilyamiro/serpantinum";
trok.url = "github:tuxdotrs/trok";
tfolio.url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
};
}