games-kids: converted to flake

This commit is contained in:
Serĉanto de Scio 2023-08-03 21:38:00 +10:00
parent 2276eca9bd
commit c3b8502bbb
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -2,11 +2,9 @@
{ {
config, config,
pkgs, pkgs,
nixpkgsUnstable,
... ...
}: let }: {
sources = import ../nix/sources.nix;
unstable = import sources.nixpkgsUnstable {};
in {
imports = [ imports = [
../profiles/minecraftClient.nix # Play Minecraft :-) ../profiles/minecraftClient.nix # Play Minecraft :-)
]; ];
@ -20,7 +18,7 @@ in {
freeciv # Multiplayer (or single player), turn-based strategy game freeciv # Multiplayer (or single player), turn-based strategy game
freedroidrpg # Isometric 3D RPG similar to game Diablo freedroidrpg # Isometric 3D RPG similar to game Diablo
gcompris # Educational software suite, kids aged 2 to 10 gcompris # Educational software suite, kids aged 2 to 10
unstable.grapejuice # Simple Wine+Roblox management tool nixpkgsUnstable.grapejuice # Simple Wine+Roblox management tool
#lincity_ng # City building game #lincity_ng # City building game
meritous # Action-adventure dungeon crawl game meritous # Action-adventure dungeon crawl game
minetest # Infinite-world block sandbox game minetest # Infinite-world block sandbox game