mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
chore(flake): update trok and tfolio flake inputs
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -29,6 +29,16 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
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 = {
|
cyber-tux = {
|
||||||
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
|
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@@ -84,7 +94,5 @@
|
|||||||
voxtype.url = "github:peteonrails/voxtype/v0.7.5";
|
voxtype.url = "github:peteonrails/voxtype/v0.7.5";
|
||||||
opencode.url = "github:anomalyco/opencode";
|
opencode.url = "github:anomalyco/opencode";
|
||||||
serpantinum.url = "github:ilyamiro/serpantinum";
|
serpantinum.url = "github:ilyamiro/serpantinum";
|
||||||
trok.url = "github:tuxdotrs/trok";
|
|
||||||
tfolio.url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user