hitagi: Use stable nixpkgs

This commit is contained in:
Simon Bruder 2023-05-30 12:25:37 +02:00
parent b135035baa
commit 17cfd6cfb9
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -16,9 +16,6 @@ in
hardware.common-cpu-amd
hardware.common-pc-ssd
];
# Intel Arc requires mesa 22.3, which only is in unstable.
# Using mesa from untable is quite hard, so this is a workaround.
nixpkgs = inputs.nixpkgs-unstable;
};
vueko = {
system = "aarch64-linux";