Format overlay.nix
This commit is contained in:
parent
ae156d7ea3
commit
7af35d20e4
1 changed files with 7 additions and 7 deletions
14
overlay.nix
14
overlay.nix
|
@ -37,6 +37,13 @@ with inputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# PrismLauncher with Temurin JRE;
|
||||||
|
prismlauncher = prev.prismlauncher.override {
|
||||||
|
jdks = [
|
||||||
|
prev.pkgs.temurin-jre-bin
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Latest Feishin.
|
# Latest Feishin.
|
||||||
feishin =
|
feishin =
|
||||||
(import nixpkgs-pr-feishin {
|
(import nixpkgs-pr-feishin {
|
||||||
|
@ -81,11 +88,4 @@ with inputs;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}).fluffychat;
|
}).fluffychat;
|
||||||
|
|
||||||
# PrismLauncher with Temurin JRE;
|
|
||||||
prismlauncher = prev.prismlauncher.override {
|
|
||||||
jdks = [
|
|
||||||
prev.pkgs.temurin-jre-bin
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue