[BUG]: Athena OS is not going to install over NixOS (building problem)
Closed this issue · 4 comments
Athena OS version
NixOS 23.11 (Tapir)
Which environment or technology are you using?
- Baremetal
- VirtualBox Virtual Machine
- VMware Virtual Machine
- Hyper-V Virtual Machine
- QEMU/KVM
- Parallels
- UTM
- Container
- WSL
Kernel version
6.1.71
Involved software
No response
Repro steps
I used the commands:
sudo nix-channel --update,
nix-shell -p git,
git clone https://github.com/Athena-OS/athena-nix,
cd athena-nix/nixos,
sudo cp -rf home-manager hosts modules pkgs users configuration.nix default.nix /etc/nixos/,
and I get an error that reads:
The option `services.libinput' does not exist. Definition values:
- In `/etc/nixos/modules/hardware':
{
enable = true;
}
which prevented me from installing Athena OS over NixOS.
Expected behavior
I expect to see a properly built Athena operating system and zero errors while building it
Actual behavior
During the build process, the terminal returned several errors regarding the system build
Diagnostic logs
No response
Hello @DDrozdzz-1066 23.11 is deprecated, please upgrade to 24.05 which is the latest supported release.
The service.libinput
is defined only for 24.05 and replaces the old xserver.libinput
which breaks your install right now.
Let me know if I can close this once you have been able to upgrade to 24.05 and install successfully @DDrozdzz-1066
@D3vil0p3r I think we can close this issue