turn the gts overlay on for fructose
Some checks are pending
/ Check formatting (push) Waiting to run

This commit is contained in:
Ittihadyya 2025-02-13 00:18:39 +02:00
parent 06ab75d92a
commit d583bce0fb

View file

@ -54,17 +54,17 @@
];
}
)
/*
({
];
fructose.modules = [
({pkgs, lib, ...}:{
nixpkgs.overlays = [
(final: prev: {
gts = final.callPackage ./gts.nix {};
})
];
})
*/
# not needed right now. One: gts is now on fructose Two: The latest version of gts is now on nixpkgs
];
personal.modules = [
{
nixpkgs.overlays = [