games-kids: converted to flake
This commit is contained in:
parent
cc6e04210b
commit
f74670874d
|
@ -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 :-)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue