fix eval
This commit is contained in:
parent
a1d969ffae
commit
ab347d2d4c
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
{nixos-hardware, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
nixos-hardware,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
"${nixos-hardware}/starfive/visionfive/v2/default.nix"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue