This commit is contained in:
Charlotte 🦝 Delenk 2024-10-29 13:34:34 +01:00
parent a1d969ffae
commit ab347d2d4c

View file

@ -1,4 +1,8 @@
{nixos-hardware, ...}: {
{
pkgs,
nixos-hardware,
...
}: {
imports = [
"${nixos-hardware}/starfive/visionfive/v2/default.nix"
];