games-kids: converted to flake

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

View file

@ -2,11 +2,9 @@
{
config,
pkgs,
nixpkgsUnstable,
...
}: let
sources = import ../nix/sources.nix;
unstable = import sources.nixpkgsUnstable {};
in {
}: {
imports = [
../profiles/minecraftClient.nix # Play Minecraft :-)
];