mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 06:32:35 -05:00
Fix errounous ;
This commit is contained in:
parent
42f4710c79
commit
5159cd66dd
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{ inputs, pkgs, lib, config, ...}: {
|
{ inputs, pkgs, lib, config, ...}: {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
(
|
(
|
||||||
# Core packages
|
# Core packages
|
||||||
|
|
@ -93,5 +92,5 @@
|
||||||
widelands
|
widelands
|
||||||
wesnoth
|
wesnoth
|
||||||
] else []
|
] else []
|
||||||
);
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue