fix
This commit is contained in:
@@ -210,6 +210,8 @@ with lib; let
|
|||||||
esac
|
esac
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in mkIf nixarr.enable {
|
in {
|
||||||
config.environment.systemPackages = [nixarr-command];
|
config = mkIf nixarr.enable {
|
||||||
|
environment.systemPackages = [nixarr-command];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user