turn the gts overlay on for fructose
Some checks are pending
/ Check formatting (push) Waiting to run
Some checks are pending
/ Check formatting (push) Waiting to run
This commit is contained in:
parent
06ab75d92a
commit
d583bce0fb
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue